body {
    background-color: #f8f9fa;
}

main {
    min-height: 70vh;
}

.card-img-top {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.article-content {
    font-size: 1.08rem;
    line-height: 1.75;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.article-content p {
    margin-bottom: 1.25rem;
}

.page-content {
    font-size: 1.08rem;
    line-height: 1.75;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content p {
    margin-bottom: 1.25rem;
}

.search-result-image {
    width: 100%;
    min-height: 190px;
    object-fit: cover;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.welcome-hero {
    background: #f4f1eb;
    min-height: 460px;
}

.welcome-hero-image {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 767.98px) {
    .welcome-hero {
        min-height: auto;
    }

    .welcome-hero-image {
        min-height: 340px;
        max-height: 440px;
        object-position: center top;
    }
}