/* CSS riêng của trang Liên hệ (frontend/pages/contact.tpl) */

.huaf_page_contact .huaf_contact_section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.huaf_page_contact .huaf_contact_address {
    line-height: 1.6;
}

.huaf_page_contact .huaf_contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 20%, transparent);
    border-radius: 3px;
    background: #FFF;
}

.huaf_page_contact .huaf_contact h2 {
    margin: 0 0 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid color-mix(in srgb, var(--primary-color) 20%, transparent);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.huaf_page_contact .huaf_contact_name,
.huaf_page_contact .huaf_contact_title,
.huaf_page_contact .huaf_contact_affiliation,
.huaf_page_contact .huaf_contact_phone,
.huaf_page_contact .huaf_contact_email {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.5;
}

.huaf_page_contact .huaf_contact_label {
    font-weight: 700;
}

.huaf_page_contact .huaf_contact_email a,
.huaf_page_contact .huaf_contact_address a {
    color: var(--primary-color);
    text-decoration: none;
}

.huaf_page_contact .huaf_contact_email a:hover,
.huaf_page_contact .huaf_contact_address a:hover {
    color: var(--primary-darker-color);
    text-decoration: underline;
}
