/* Contact Us Page Styles */

.contact-page {
    padding: 40px 0;
}

.contact-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.contact-content-card {
    max-width: 860px;
}

.contact-content-card__title {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 700;
    color: #333333;
}

.contact-richtext {
    color: #656565;
    font-size: 18px;
    line-height: 1.8;
}

.contact-richtext > *:first-child {
    margin-top: 0;
}

.contact-richtext > *:last-child {
    margin-bottom: 0;
}

.contact-richtext p,
.contact-richtext ul,
.contact-richtext ol,
.contact-richtext blockquote,
.contact-richtext table {
    margin: 0 0 18px;
}

.contact-richtext ul,
.contact-richtext ol {
    padding-left: 24px;
}

.contact-richtext li + li {
    margin-top: 8px;
}

.contact-richtext h1,
.contact-richtext h2,
.contact-richtext h3,
.contact-richtext h4,
.contact-richtext h5,
.contact-richtext h6 {
    margin: 28px 0 16px;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
}

.contact-richtext h1 {
    font-size: 32px;
}

.contact-richtext h2 {
    font-size: 28px;
}

.contact-richtext h3 {
    font-size: 24px;
}

.contact-richtext a {
    color: #004494;
    text-decoration: none;
    word-break: break-word;
}

.contact-richtext a:hover {
    text-decoration: underline;
}

.contact-richtext strong {
    color: #333333;
    font-weight: 700;
}

.contact-richtext img,
.contact-richtext video,
.contact-richtext iframe {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
}

.contact-richtext table {
    width: 100%;
    border-collapse: collapse;
}

.contact-richtext th,
.contact-richtext td {
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    text-align: left;
}

@media (max-width: 768px) {
    .contact-page {
        padding: 24px 0;
    }

    .contact-wrapper {
        padding: 24px 16px;
    }

    .contact-content-card__title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .contact-richtext {
        font-size: 16px;
    }
}
