.blog-detail-page-body {
    background: #f6f9fb;
    color: #243746;
}

.blog-detail-page-body .navbar-brand {
    width: 250px;
}

.blog-detail-page-body .nav-link.active {
    color: #C62828;
}

.detail-intro {
    background: #f6f9fb;
    border-bottom: 1px solid #dce5eb;
    padding: 24px 0 58px;
}

.detail-breadcrumb {
    align-items: center;
    color: #778896;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    margin-bottom: 56px;
}

.detail-breadcrumb a {
    color: #C62828;
    font-weight: 800;
    text-decoration: none;
}

.detail-breadcrumb a:hover,
.detail-breadcrumb a:focus-visible {
    color: #0B2D4D;
}

.detail-breadcrumb a i {
    margin-right: 6px;
}

.detail-header-grid {
    align-items: end;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) 180px;
}

.detail-header-copy {
    max-width: 820px;
}

.detail-kicker,
.aside-kicker {
    color: #C62828;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.detail-header-copy h1 {
    color: #0B2D4D;
    font-size: clamp(2.45rem, 5vw, 4.65rem);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
}

.detail-dek {
    color: #5e7180;
    font-size: 18px;
    line-height: 1.7;
    margin: 22px 0 26px;
    max-width: 740px;
}

.detail-meta {
    align-items: center;
    color: #667986;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px 22px;
}

.detail-meta i {
    color: #C62828;
    margin-right: 5px;
}

.detail-meta strong {
    color: #0B2D4D;
    font-weight: 750;
}

.detail-header-mark {
    align-items: center;
    border-left: 1px solid #cbd8e1;
    color: #C62828;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 800;
    gap: 14px;
    justify-content: center;
    min-height: 130px;
    text-align: center;
    text-transform: uppercase;
}

.detail-header-mark i {
    color: #0B2D4D;
    font-size: 40px;
}

.detail-content-section {
    padding: 68px 0 82px;
}

.article-layout {
    align-items: start;
    display: grid;
    gap: clamp(32px, 5vw, 76px);
    grid-template-columns: minmax(0, 1fr) 320px;
}

.article-detail {
    background: #fff;
    border: 1px solid #dce5eb;
    min-width: 0;
}

.article-cover {
    aspect-ratio: 16 / 8.5;
    overflow: hidden;
}

.article-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.article-content {
    color: #455967;
    font-size: 16px;
    line-height: 1.82;
    padding: clamp(26px, 5vw, 58px);
}

.article-content p {
    margin: 0 0 22px;
}

.article-content .article-lead {
    color: #0B2D4D;
    font-size: 20px;
    font-weight: 550;
    line-height: 1.65;
    margin-bottom: 34px;
}

.article-content h2 {
    color: #0B2D4D;
    font-size: 25px;
    font-weight: 750;
    line-height: 1.25;
    margin: 38px 0 13px;
}

.article-content ul {
    margin: 0 0 28px;
    padding-left: 23px;
}

.article-content li {
    margin: 8px 0;
    padding-left: 5px;
}

.article-content li::marker {
    color: #C62828;
}

.article-callout {
    align-items: flex-start;
    background: #fdf1f1;
    border-left: 4px solid #C62828;
    display: flex;
    gap: 14px;
    margin: 30px 0;
    padding: 18px 20px;
}

.article-callout i {
    color: #C62828;
    font-size: 19px;
    margin-top: 4px;
}

.article-callout p {
    margin: 0;
}

.article-callout strong {
    color: #0B2D4D;
}

.article-disclaimer {
    align-items: flex-start;
    background: #eef3f6;
    border-top: 1px solid #dce5eb;
    color: #667986;
    display: flex;
    font-size: 13px;
    gap: 11px;
    line-height: 1.6;
    padding: 18px clamp(26px, 5vw, 58px);
}

.article-disclaimer i {
    color: #0B2D4D;
    margin-top: 3px;
}

.article-disclaimer p {
    margin: 0;
}

.article-aside {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 112px;
}

.aside-appointment,
.aside-reading,
.aside-contact {
    background: #fff;
    border: 1px solid #dce5eb;
    padding: 24px;
}

.aside-appointment {
    border-top: 4px solid #C62828;
}

.aside-appointment h2 {
    color: #0B2D4D;
    font-size: 25px;
    font-weight: 750;
    margin: 0 0 9px;
}

.aside-appointment > p:not(.aside-kicker),
.aside-contact p:not(.aside-kicker) {
    color: #667986;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
}

.primary-action {
    align-items: center;
    background: #C62828;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    padding: 12px 14px;
    text-decoration: none;
    width: 100%;
}

.primary-action:hover,
.primary-action:focus-visible {
    background: #0B2D4D;
    color: #fff;
}

.aside-phone {
    color: #0B2D4D;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-top: 17px;
    text-align: center;
    text-decoration: none;
}

.aside-phone i {
    color: #C62828;
    margin-right: 6px;
}

.aside-phone:hover,
.aside-phone:focus-visible {
    color: #C62828;
}

.aside-heading {
    align-items: center;
    border-bottom: 1px solid #dce5eb;
    color: #0B2D4D;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: space-between;
    padding-bottom: 14px;
}

.aside-heading i {
    color: #C62828;
}

#relatedArticles a {
    border-bottom: 1px solid #e7edf1;
    color: #0B2D4D;
    display: flex;
    font-size: 14px;
    font-weight: 750;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.45;
    padding: 15px 0;
    text-decoration: none;
}

#relatedArticles a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#relatedArticles a:hover,
#relatedArticles a:focus-visible {
    color: #C62828;
}

#relatedArticles a i {
    color: #C62828;
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 4px;
}

.aside-contact p:not(.aside-kicker) {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.aside-contact p i {
    color: #C62828;
    margin-top: 4px;
}

.aside-contact > a {
    color: #C62828;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.aside-contact > a i {
    margin-left: 5px;
}

.detail-back-band {
    background: #eef3f6;
    border-top: 1px solid #dce5eb;
    padding: 28px 0;
}

.detail-back-band .text-link {
    color: #0B2D4D;
}

.detail-back-band .text-link:hover,
.detail-back-band .text-link:focus-visible {
    color: #C62828;
}

.blog-detail-page-body .footer-social-icons {
    gap: 8px;
}

.blog-detail-page-body .footer-social-icons a {
    align-items: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #0B2D4D;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
}

.blog-detail-page-body .footer-social-icons a:hover,
.blog-detail-page-body .footer-social-icons a:focus-visible {
    border-color: #C62828;
    color: #C62828;
}

@media (max-width: 991.98px) {
    .article-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
        gap: 26px;
    }

    .detail-header-grid {
        grid-template-columns: minmax(0, 1fr) 140px;
    }
}

@media (max-width: 767.98px) {
    .detail-intro {
        padding: 20px 0 44px;
    }

    .detail-breadcrumb {
        margin-bottom: 38px;
    }

    .detail-header-grid,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .detail-header-mark {
        align-items: flex-start;
        border-left: 0;
        border-top: 1px solid #cbd8e1;
        flex-direction: row;
        justify-content: flex-start;
        min-height: 0;
        padding-top: 20px;
        text-align: left;
    }

    .detail-header-mark i {
        font-size: 28px;
    }

    .detail-content-section {
        padding: 42px 0 54px;
    }

    .article-aside {
        position: static;
    }
}

@media (max-width: 530px) {
    .blog-detail-page-body .navbar-brand {
        width: 220px;
    }

    .article-content {
        font-size: 15px;
    }

    .article-content .article-lead {
        font-size: 18px;
    }
}
