/* Reorganized from wwwroot/css/responsive/village.css. */
@media (max-width: 991.98px) {
    .village-word-page {
        padding: 1rem 0;
    }
}
.primary-contact {
    width: 35%;
    justify-content:center;
    display:flex;
    margin:auto;
}
@media (max-width: 767.98px) {
    .village-page {
        padding: .5rem 0 2rem;
        background: #fff;
    }

    .village-word-page {
        width: 100%;
        margin-bottom: .75rem;
        padding: .75rem 0;
        box-shadow: none;
    }

    .village-word-header {
        margin-bottom: 1.5rem;
    }

        .village-word-header h1 {
            margin-bottom: 1.2rem;
            font-size: 1.8rem;
            line-height: 1.32;
        }

        .village-page-khmer .village-word-header h1 {
            font-size: 1.45rem;
            line-height: 1.55;
        }

    .village-document-subtitle,
    .village-document-place {
        font-size: .98rem;
    }

    .village-word-intro p,
    .village-word-lead,
    .village-word-section li {
        font-size: .96rem;
        line-height: 1.45;
    }

    .village-word-section h2 {
        font-size: 1.35rem;
    }

    .village-word-floorplan-page {
        padding-top: 1.25rem;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .village-word-floorplan {
        min-width: 620px;
    }
    .primary-contact{
        width:100%;
    }
}

@media (max-width: 420px) {
    .village-word-page {
        padding: .5rem 0;
    }
    .primary-contact {
        width: 100%;
    }
}
.village-word-matters li strong {
    font-weight: 700;
}
.village-word-lead strong {
    font-weight: 700;
    text-decoration: none !important;
}
.village-word-header {
    text-align: center;
    margin-bottom: 2rem;
}

    .village-word-header h1 {
       
        margin-bottom: 1rem;
    }

        .village-word-header h1 sup {
            font-size: auto!important;
            vertical-align: super;
            top:unset!important;
        }

.header-divider {
    display: flex;
    justify-content: center;
    margin-top: .75rem;
}

    .header-divider img {
        width: 140px;
        height: auto;
    }
