﻿/* Home Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Home Header Section */
.hero-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*    padding: 11rem 0;*/
}

    .hero-header.text-right {
        justify-content: right;
    }

        .hero-header.text-right .content {
            margin-right: 20rem;
        }

    .hero-header h2 {
        color: var(--bancorp-primary-teal);
    }

    .hero-header.lrg h1 {
        font-size: 9.6rem;
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0 3.6rem 0;
    }

        .hero-header.lrg h1 div {
            display: block;
            color: var(--white);
            font-weight: 800;
        }

            .hero-header.lrg h1 div.tag {
                display: flex;
                gap: 0.5rem;
                align-items: flex-start;
            }

                .hero-header.lrg h1 div.tag > div:last-child {
                    color: var(--white);
                    font-size: 4.8rem;
                    font-weight: 400;
                    line-height: 1;
                    margin-top: 1rem;
                    margin-left: -.7rem;
                }

    .hero-header h5 {
        font-size: 1.6rem;
        font-weight: 800;
        line-height: 1.1;
        margin: 0 0 3rem 0;
        max-width: 550px;
        color: var(--bancorp-primary-teal);
    }

    .hero-header .header-text {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.3;
        color: var(--white);
        max-width: 515px;
        margin: 0 0 4rem 0;
    }

    .hero-header.lrg .header-text {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.3;
        color: var(--white);
        max-width: 675px;
        margin: 0 0 4rem 0;
    }

.header-buttons {
    display: flex;
    gap: 3.2rem;
    align-items: center;
}

.hero-header.sml {
    padding: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-header {
        padding: 6rem 0;
    }

        .hero-header h1 {
            font-size: 6rem;
            margin-bottom: 3rem;
        }

    .header-text {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    /* Ensure .lrg overrides scale down on tablets */
    .hero-header.lrg h1 {
        font-size: 6rem;
        line-height: 1.1;
        margin-bottom: 3rem;
    }

    .hero-header.lrg .header-text {
        font-size: 1.8rem;
        line-height: 1.3;
        max-width: 100%;
        margin-bottom: 3rem;
    }

    /* Reset right-justified variant on smaller screens */
    .hero-header.text-right {
        justify-content: flex-start;
    }

        .hero-header.text-right .content {
            margin-right: 0;
        }

    .hero-header h2 {
        font-size: 3.2rem;
    }

    .bg-img {
        padding: 6rem 0;
    }
}

@media (max-width: 767px) {
    .hero-header {
        min-height: auto;
        padding: 4rem 0;
    }

        .hero-header h1 {
            font-size: 4.5rem;
            margin-bottom: 2.5rem;
        }

    .header-text {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }

    .header-buttons {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

    .btn {
        /*width: 100%;*/
    }

    /* Compact padding and auto height on phones */
    .hero-header {
        min-height: auto;
        padding: 4rem 0;
    }

        /* Center main text but keep lists readable */
        .hero-header .content {
        }

            .hero-header .content ul {
                text-align: left;
                padding-left: 1.6rem;
                margin-top: 1rem;
            }

        /* Ensure .lrg headings scale down on phones */
        .hero-header.lrg h1 {
            font-size: 4.2rem;
            line-height: 1.15;
            margin-bottom: 2.5rem;
            text-align: left;
        }

            .hero-header.lrg h1 div.tag > div:last-child {
                font-size: 3.2rem;
                margin-top: .2rem;
                margin-left: 0;
            }

        .hero-header.lrg .header-text {
            font-size: 1.8rem;
            line-height: 1.3;
            margin-bottom: 2.5rem;
            text-align: left;
        }

        .hero-header h2 {
            font-size: 2.4rem;
        }

    .bg-img {
        padding: 4rem 0;
    }
}

/* Home Partner Section */
.home-partner {
    padding: 6rem 0 7rem 0;
}

    .home-partner h1 {
        font-size: 5.4rem;
        font-weight: 800;
        line-height: 1;
        margin: 0 0 3.2rem 0;
        color: var(--bancorp-primary-teal);
        text-align: center;
    }

    .home-partner h5 {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1;
        margin: 0 0 7.6rem 0;
        text-align: center;
    }

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
}

    .partner-logos img {
        max-height: 5rem;
        width: auto;
        object-fit: contain;
    }

/* Home Partner Section - Responsive */
@media (max-width: 991px) {
    .home-partner {
        padding: 5rem 0 6rem 0;
    }

        .home-partner h1 {
            font-size: 4.2rem;
            margin-bottom: 2.4rem;
        }

        .home-partner h5 {
            font-size: 1.8rem;
            margin-bottom: 6rem;
        }

    .partner-logos {
        gap: 2.8rem;
    }

        .partner-logos img {
            max-height: 4.5rem;
        }
}

@media (max-width: 767px) {
    .home-partner {
        padding: 4rem 0 5rem 0;
    }

        .home-partner h1 {
            font-size: 3rem;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .home-partner h5 {
            font-size: 1.6rem;
            margin-bottom: 4rem;
        }

    .partner-logos {
        flex-wrap: wrap;
        gap: 2rem;
    }

        .partner-logos img {
            max-height: 4rem;
        }
}

/* Latest News Section */
.box-slider {
    padding: 8rem 0;
}

    .box-slider a {
        text-decoration: none;
    }

.news-tile {
    height: 22rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

    .news-tile .text {
        background-color: #000000;
        color: #ffffff;
        padding: 1.5rem;
        text-decoration: none;
    }

.box-slider.careers-slider h5 {
    color: var(--black);
}

.box-slider.careers-slider .view-all a {
    color: var(--black);
}

.box-slider.careers-slider .owl-nav button.owl-prev, .box-slider.careers-slider .owl-nav button.owl-next {
    color: var(--black) !important;
    border-color: var(--bancorp-primary-teal) !important;
}

/* Insights Section */
.insights-tile {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
    min-height: 43rem;
    background-color: var(--white);
}

.insights-img-wrapper {
    height: 21rem;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

    .insights-img-wrapper .caption {
        color: var(--white);
        font-weight: 700;
        padding: 1rem 2.4rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    }

        .insights-img-wrapper .caption.full {
            background-color: rgb(0 0 0 / 35%);
        }

.insights-tile .text {
    background-color: var(--white);
    color: var(--black);
    padding: 2.4rem;
    flex-grow: 1;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
}

    .insights-tile .text h5 {
        font-size: 1.4rem;
        font-weight: 800;
        margin: 0 0 1rem 0;
        line-height: 1.2;
        flex-shrink: 0;
    }

    .insights-tile .text h6 {
        font-size: 2.4rem;
        font-weight: 800;
        margin: 0 0 1rem 0;
        line-height: 1.2;
        flex-shrink: 0;
    }

    .insights-tile .text p {
        margin: 0;
        line-height: 1.5;
    }

a .insights-tile * {
    text-decoration: none;
}

.news-grid a {
    text-decoration: none !important;
}


/* Insights tile author alignment */
.insights-tile .text .author {
    margin-top: auto;
    padding-top: 2rem;
}




/* Ensure all owl carousel items have equal height */
.owl-carousel.insights .owl-item {
    display: flex;
}

    .owl-carousel.insights .owl-item > * {
        display: flex;
        width: 100%;
    }

.box-slider .owl-carousel .owl-nav {
    margin-top: 5rem;
    text-align: center;
    display: inline-block;
}

.news-navigation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    margin-top: 5rem;
}

.view-all {
    display: inline-block;
}

    .view-all a {
        color: var(--white);
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: 400;
        transition: color var(--transition-duration) ease;
    }

        .view-all a:hover {
            color: var(--bancorp-primary-teal);
        }

@media (max-width: 767px) {
    .news-navigation-wrapper {
        flex-direction: column;
        gap: 2rem;
    }

    .news-tile {
        width: 100%;
    }
}

.insights-static .insights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem;
}

.insights-static.lrg .insights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
}

.insights-static .insights-grid a {
    text-decoration: none;
}

.insights-static .footnotes {
    font-size: 1.2rem;
    padding: 2.4rem 0 8.5rem 0;
}

@media (max-width: 1023px) {
    .insights-static .insights-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .insights-static .insights-grid {
        grid-template-columns: 1fr;
    }

    .insights-static.lrg .insights-grid {
        grid-template-columns: 1fr !important;
    }
}


/* Event Section */

.box-slider.events-slider {
}

.box-slider.events-slider {
    color: var(--black);
}

.event-tile {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    max-width: 100%;
    height: 100%;
    min-height: 43rem;
}

    .event-tile .insights-img-wrapper {
        height: 21rem;
        flex-shrink: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
    }

        .event-tile .insights-img-wrapper .caption {
            color: var(--white);
            font-weight: 700;
            padding: 1rem 2.4rem;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        }

    .event-tile .text {
        color: var(--black);
        padding: 2.4rem;
        flex-grow: 1;
        font-size: 1.6rem;
        display: flex;
        flex-direction: column;
        color: #E0E0E0;
    }

        .event-tile .text h6 {
            font-size: 1.6rem;
            font-weight: 800;
            margin: 0 0 1rem 0;
            line-height: 1.2;
            flex-shrink: 0;
            margin-bottom: 1.6rem;
            color: var(--white);
        }

        .event-tile .text p {
            margin: 0;
            line-height: 1.5;
        }

.box-slider.events-slider .view-all a {
    color: var(--black);
}

/* Recruiting Section */
.home-recruiting {
    color: var(--black);
}

    .home-recruiting h5 {
        color: var(--black);
        margin: 0 0 2.4rem 0;
    }

    .home-recruiting .recruiting-grid {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 0;
        align-items: stretch;
    }

        /* Left column */
        .home-recruiting .recruiting-grid > div:first-child {
            padding: 2rem 6rem 2rem 0;
        }

            .home-recruiting .recruiting-grid > div:first-child h2 {
                color: var(--bancorp-teal-5);
                margin-bottom: 2.4rem;
            }

            .home-recruiting .recruiting-grid > div:first-child .text {
                color: var(--black);
                margin-bottom: 3rem;
                max-width: 56rem;
            }

    /* Right column panel */
    .home-recruiting .recruiting-icon-info {
        background-color: var(--bancorp-teal-6); /* teal 6 */
        padding: 4rem 6rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

        .home-recruiting .recruiting-icon-info > div {
            padding: 0 4rem 0 0;
            border-right: 1px solid #cfe5e2;
        }

            .home-recruiting .recruiting-icon-info > div:last-child {
                padding-right: 0;
                border-right: none;
                padding-left: 4rem;
            }

        .home-recruiting .recruiting-icon-info img {
            height: 9rem;
            width: auto;
            margin-bottom: 2.4rem;
        }

        .home-recruiting .recruiting-icon-info h6 {
            color: var(--black);
            margin-bottom: 1.6rem;
        }

        .home-recruiting .recruiting-icon-info p,
        .home-recruiting .recruiting-icon-info div {
            color: var(--black);
        }

/* Responsive */
@media (max-width: 991px) {
    .home-recruiting .recruiting-grid {
        grid-template-columns: 1fr;
    }

        .home-recruiting .recruiting-grid > div:first-child {
            padding: 0 0 3rem 0;
        }

    .home-recruiting .recruiting-icon-info > div:last-child {
        padding-left: 0;
    }

    .home-recruiting .recruiting-icon-info {
        border-left: none;
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 3rem 2rem;
    }

        .home-recruiting .recruiting-icon-info > div {
            border-right: none;
            padding: 0;
        }
}

/* Blog Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Two column content grid layout */
.two-col-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: start;
}

    .two-col-content-grid.grey-bg {
        background-color: var(--bancorp-gray-3);
    }
        .two-col-content-grid.grey-bg a {
            color: #fff;
        }

    .two-col-content-grid.teal-bg {
        background-color: var(--bancorp-primary-teal);
    }
    /* Image container */
    .two-col-content-grid > div:first-child {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 400px;
    }

    /* Content container */
    .two-col-content-grid > div:nth-child(2) {
        padding: 4rem 12.5rem 5rem 0;
    }

        .two-col-content-grid > div:nth-child(2) h3 {
            line-height: 1.3;
        }

    .two-col-content-grid .author {
        color: var(--white);
    }


/* Responsive layout */
@media (max-width: 768px) {
    .two-col-content-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 2rem;
    }

        .two-col-content-grid > div:first-child,
        .two-col-content-grid > div:nth-child(2) {
            grid-column: 1;
        }

        .two-col-content-grid > div:first-child {
            grid-row: 1;
            height: auto;
        }

        .two-col-content-grid > div:nth-child(2) {
            grid-row: 2;
        }
}


/* News grid */
.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
}

/* Company Stats Section */
.company-stats {
    background-color: var(--bancorp-black);
    padding: 8rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 8rem;
    margin-bottom: 6rem;
}

.stat-item {
    text-align: center;
    color: var(--white);
}

.stat-number {
    font-size: 6.4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.6rem;
    color: var(--bancorp-primary-teal);
}

    .stat-number span {
        font-size: 2.4rem;
    }

.stat-description {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--white);
}

.stats-footnotes {
    text-align: left;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: center;
    grid-gap: 5rem;
}

    .stats-footnotes > div {
        max-width: 33rem;
    }

    .stats-footnotes p {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--white);
        margin-bottom: 0.8rem;
    }

        .stats-footnotes p:last-child {
            margin-bottom: 0;
        }

/* Company Stats - Responsive */
@media (max-width: 991px) {
    .company-stats {
        padding: 6rem 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 6rem;
        margin-bottom: 5rem;
    }

    .stat-number {
        font-size: 5.4rem;
        margin-bottom: 1.4rem;
    }

    .stat-description {
        font-size: 1.6rem;
    }

    .stats-footnotes p {
        font-size: 1.3rem;
    }

    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .company-stats {
        padding: 5rem 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
        margin-bottom: 4rem;
    }

    .stat-number {
        font-size: 4.8rem;
        margin-bottom: 1.2rem;
    }

    .stat-description {
        font-size: 1.5rem;
    }

    .stats-footnotes {
        max-width: 100%;
        flex-direction: column;
        grid-gap: 0;
        max-width: initial;
    }

        .stats-footnotes p {
            font-size: 1.2rem;
            line-height: 1.4;
            margin-bottom: 1rem;
        }
}

/* Vision section - Responsive */
.vision {
    padding-right: 35rem;
}

    .vision h5 {
        margin: 0;
    }

@media (max-width: 991px) {
    .vision {
        padding-right: 0;
    }
}

/* Title Text Three Boxes - Responsive */
.title-text-three-boxes .text {
    padding: 0 28rem;
}

.title-text-three-boxes .three-grey-boxes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.5rem;
    margin-top: 7rem;
}

    .title-text-three-boxes .three-grey-boxes-grid > div {
        background-color: var(--bancorp-gray-3);
        padding: 4rem 5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

        .title-text-three-boxes .three-grey-boxes-grid > div > img {
            max-height: 4.2rem;
            width: auto;
            align-self: center;
            margin-bottom: 3rem;
        }

        .title-text-three-boxes .three-grey-boxes-grid > div > h4 {
            margin-bottom: 0;
        }

@media (max-width: 1023px) {
    .title-text-three-boxes .text {
        padding: 0;
    }

    .title-text-three-boxes .three-grey-boxes-grid {
        grid-template-columns: 1fr;
    }
}


/* Leadership People Grid Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.employee-cards {
    padding: 4.5rem;
}

    .employee-cards select {
        background-color: #6A6A6A;
        color: var(--white);
    }

.people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    margin-top: 4rem;
}

.person-card {
    background-color: var(--white);
    display: flex;
    gap: 2.4rem;
    padding: 2.4rem;
    align-items: center;
}

    .person-card > div:first-child {
        flex-shrink: 0;
    }

    .person-card img {
        width: 11.4rem;
        height: 11.4rem;
        object-fit: cover;
    }

    .person-card h5 {
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 1.2;
        margin: 0 0 0.8rem 0;
        color: var(--black);
    }

    .person-card p {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        margin: 0 0 1.2rem 0;
        color: var(--black);
    }

    .person-card a {
        font-size: 1.4rem;
        font-weight: 800;
        color: var(--bancorp-teal-2);
        text-decoration: none;
        transition: color var(--transition-duration) ease;
    }

        .person-card a:hover {
            color: var(--bancorp-teal-3);
        }


/* People Grid - Responsive */
@media (max-width: 1023px) {
    .people-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 991px) {
    .people-grid {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .person-card img {
        width: 10rem;
        height: 10rem;
    }
}

@media (max-width: 550px) {
    .employee-cards {
        padding: 4.5rem 0;
    }
}

/* Leadership Modal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.leadership-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    max-width: 90rem;
    max-height: 90vh;
    margin: 5vh auto;
    background-color: var(--white);
    overflow-y: auto;
    z-index: 10001;
}

.modal-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border: none;
    font-size: 4rem;
    line-height: 1;
    color: var(--black);
    cursor: pointer;
    z-index: 10002;
    padding: 0;
    transition: color var(--transition-duration) ease;
}

    .modal-close:hover {
        color: var(--bancorp-teal-3);
    }

.modal-body {
    display: grid;
    grid-template-columns: 38rem 1fr;
    min-height: 50rem;
}

.modal-image {
    background-color: #E0F5F3;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 3rem;
}

    .modal-image img {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 1rem;
    }

.modal-text {
    padding: 4rem 6rem 6rem 5rem;
    color: var(--black);
}

    .modal-text h2 {
        font-size: 3.6rem;
        font-weight: 800;
        line-height: 1.2;
        margin: 0 0 1.6rem 0;
        color: var(--black);
    }

    .modal-text h5 {
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1.3;
        margin: 0 0 3.2rem 0;
        color: var(--bancorp-teal-3);
    }

.modal-bio {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
}

    .modal-bio p {
        margin: 0 0 1.6rem 0;
    }

        .modal-bio p:last-child {
            margin-bottom: 0;
        }

/* Leadership Modal - Responsive */
@media (max-width: 991px) {
    .modal-content {
        max-width: 95%;
        margin: 2.5vh auto;
        max-height: 95vh;
    }

    .modal-body {
        grid-template-columns: 28rem 1fr;
        min-height: 45rem;
    }

    .modal-image {
        padding: 3rem 2rem;
    }

    .modal-text {
        padding: 4rem 3rem;
    }

        .modal-text h2 {
            font-size: 3rem;
            margin-bottom: 1.4rem;
        }

        .modal-text h5 {
            font-size: 1.6rem;
            margin-bottom: 2.4rem;
        }

    .modal-bio {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .modal-content {
        max-width: 100%;
        max-height: 100vh;
        margin: 0;
    }

    .modal-close {
        top: 1rem;
        right: 1rem;
        width: 3.6rem;
        height: 3.6rem;
        font-size: 3.6rem;
        color: var(--white);
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

    .modal-body {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .modal-image {
        padding: 3rem 2rem;
        order: 1;
    }

        .modal-image img {
            max-width: 30rem;
            margin: 0 auto;
        }

    .modal-text {
        padding: 3rem 2rem;
        order: 2;
    }

        .modal-text h2 {
            font-size: 2.6rem;
            margin-bottom: 1.2rem;
        }

        .modal-text h5 {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }

    .modal-bio {
        font-size: 1.4rem;
        line-height: 1.5;
    }

        .modal-bio p {
            margin-bottom: 1.4rem;
        }
}

/* Multiple Row Two Column Section Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mutiple-row-two-col {
    display: flex;
    flex-direction: column;
}

    .mutiple-row-two-col .two-col-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8rem;
        align-items: center;
        padding: 6rem 0;
        border-bottom: 1px solid var(--bancorp-primary-teal);
    }

        .mutiple-row-two-col .two-col-grid:last-child {
            border-bottom: none;
        }

        /* Reverse order class */
        .mutiple-row-two-col .two-col-grid:nth-child(odd) > div:first-child {
            order: 2;
        }

        .mutiple-row-two-col .two-col-grid h2 {
            margin-bottom: 2.4rem;
        }

        .mutiple-row-two-col .two-col-grid .text {
            margin-bottom: 3rem;
        }

        .mutiple-row-two-col .two-col-grid .buttons {
            margin-bottom: 2.4rem;
        }

        .mutiple-row-two-col .two-col-grid .footnote {
            font-size: 1.2rem;
            font-weight: 400;
        }

            .mutiple-row-two-col .two-col-grid .footnote p {
                font-size: 1.2rem;
                font-weight: 400;
                margin: 0;
            }

        .mutiple-row-two-col .two-col-grid img {
            width: 100%;
            height: auto;
            display: block;
        }

/* Responsive Styles */
@media (max-width: 991px) {
    .mutiple-row-two-col .two-col-grid {
        gap: 5rem;
        padding: 5rem 0;
    }
}

@media (max-width: 767px) {
    .mutiple-row-two-col .two-col-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 4rem 0;
    }

        .mutiple-row-two-col .two-col-grid > div:last-child {
            order: -1;
        }

        /* Reset reverse order on mobile since we always show image first */
        .mutiple-row-two-col .two-col-grid.reverse > div:first-child {
            order: 0;
        }

        .mutiple-row-two-col .two-col-grid.reverse > div:last-child {
            order: -1;
        }
}

/* News and Events Page - Grid Layout */
.news-and-events .news-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.news-and-events .news-tile {
    height: 30rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

    .news-and-events .news-tile .text {
        background-color: #000000;
        color: #ffffff;
        padding: 1.5rem;
        text-decoration: none;
        min-height: 13rem;
    }

    .news-and-events .news-tile .category {
        color: var(--white);
        font-weight: 700;
        padding: 1rem 2.4rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    }

/* Responsive News Grid - News and Events Page Only */
@media (max-width: 1200px) {
    .news-and-events .news-boxes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .news-and-events .news-boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.4rem;
    }
}

@media (max-width: 767px) {
    .news-and-events .news-boxes {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .news-and-events .news-tile {
        width: 100%;
    }
}

/* Event Page */
.event-page {
}

    .event-page .location-box {
        min-height: initial;
    }

        .event-page .location-box h5 {
            margin: 1rem 0 2rem;
        }

        .event-page .location-box .social-links {
            margin-top: 1rem;
        }


/* Blog Article Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.blog-article-grid {
    display: grid;
    grid-template-columns: 28rem 1fr;
    gap: 6rem;
    align-items: start;
}

/* Sidebar Styles */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.category-list {
    background-color: var(--bancorp-gray-3);
    padding: 2.4rem;
    border-radius: 0.8rem;
}

    .category-list .category-header {
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--white);
        margin-bottom: 2rem;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid rgba(130, 217, 209, 0.3);
    }

    .category-list .category-item {
        padding: 1.2rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .category-list .category-item:last-child {
            border-bottom: none;
        }

        .category-list .category-item a {
            color: var(--white);
            text-decoration: none;
            font-size: 1.6rem;
            font-weight: 400;
            transition: color var(--transition-duration) ease;
            display: block;
        }

            .category-list .category-item a:hover {
                color: var(--bancorp-primary-teal);
            }

/* Blog Content Styles */
.blog-content {
    max-width: 82rem;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2rem;
    flex-wrap: wrap;
    gap: 1.6rem;
}

    .blog-meta .publish-date {
        color: var(--white);
        font-size: 1.4rem;
        font-weight: 400;
        opacity: 0.8;
    }

/* Author Block */
.author-block {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
    padding: 2.4rem;
    background-color: var(--bancorp-gray-3);
    border-radius: 0.8rem;
}

    .author-block img {
        width: 7.2rem;
        height: 7.2rem;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

.author-info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .author-info .author-name {
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--white);
        line-height: 1.3;
    }

    .author-info .author-title {
        font-size: 1.4rem;
        font-weight: 400;
        color: var(--white);
        opacity: 0.7;
        line-height: 1.4;
    }

/* Article Body */
.article-body {
    color: var(--white);
    font-size: 1.8rem;
    line-height: 1.7;
}

    .article-body .lead-paragraph {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 3.2rem;
        color: var(--bancorp-primary-teal);
    }

    .article-body h3 {
        font-size: 3.2rem;
        font-weight: 800;
        color: var(--white);
        margin: 4.8rem 0 2.4rem 0;
        line-height: 1.2;
    }

        .article-body h3:first-child {
            margin-top: 0;
        }

    .article-body h4 {
        font-size: 2.4rem;
        font-weight: 800;
        color: var(--bancorp-primary-teal);
        margin: 3.6rem 0 1.8rem 0;
        line-height: 1.3;
    }

    .article-body p {
        margin-bottom: 2.4rem;
        line-height: 1.7;
    }

    .article-body ul,
    .article-body ol {
        margin: 2.4rem 0;
        padding-left: 3rem;
    }

    .article-body li {
        margin-bottom: 1.2rem;
        line-height: 1.6;
    }

    .article-body blockquote {
        background-color: var(--bancorp-gray-3);
        border-left: 4px solid var(--bancorp-primary-teal);
        padding: 2.4rem 3.2rem;
        margin: 3.2rem 0;
        font-size: 2rem;
        font-style: italic;
        line-height: 1.6;
        color: var(--white);
    }

        .article-body blockquote p {
            margin-bottom: 0;
        }

    .article-body strong {
        font-weight: 800;
        color: var(--white);
    }

    .article-body a {
        color: var(--bancorp-primary-teal);
        text-decoration: underline;
        transition: color var(--transition-duration) ease;
    }

        .article-body a:hover {
            color: var(--white);
        }

/* Share Social */
.share-social {
    margin-top: 6rem;
    padding: 3.2rem 0;
    border-top: 1px solid rgba(130, 217, 209, 0.3);
    border-bottom: 1px solid rgba(130, 217, 209, 0.3);
    display: flex;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 3.2rem;
}

    .share-social strong {
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--white);
    }

.social-share-links {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}

    .social-share-links a,
    .social-share-links button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        background-color: var(--bancorp-gray-3);
        border-radius: 50%;
        transition: all var(--transition-duration) ease;
        padding: 0;
    }

        .social-share-links a:hover,
        .social-share-links button:hover {
            background-color: var(--bancorp-primary-teal);
        }

        .social-share-links a img,
        .social-share-links button img {
            width: 2rem;
            height: 2rem;
            object-fit: contain;
            filter: brightness(0) invert(1);
            max-width: initial;
        }

.page.blog-article img {
    max-width: 100%;
}

.page.blog-article .footnote ol {
    padding: 0 0 0 2rem;
}

.page.blog-article .footnote a {
    color: #fff;
    font-size: 1.2rem;
}

.page.blog-article ol {
    margin: 2.4rem 0;
    padding-left: 3rem;
    font-family: "Bancorp", Verdana, Helvetica, Arial, sans-serif;
}

    .page.blog-article ol li {
        margin-bottom: 1.2rem;
        line-height: 1.6;
        font-size: 1.8rem;
    }

        .page.blog-article ol li::marker {
            font-family: "Bancorp", Verdana, Helvetica, Arial, sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
        }

/* Related Articles Section */
.related-articles h3 {
    margin-bottom: 4rem;
    text-align: left;
}

.page.blog-article .news-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* Blog Article - Responsive */
@media (max-width: 991px) {
    .blog-article-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .blog-sidebar {
        order: 2;
        flex-direction: row;
        gap: 2.4rem;
    }

    .category-list {
        flex: 1;
    }

    .blog-content {
        order: 1;
    }

    .article-body h3 {
        font-size: 2.8rem;
        margin: 4rem 0 2rem 0;
    }

    .article-body h4 {
        font-size: 2.2rem;
        margin: 3.2rem 0 1.6rem 0;
    }

    .page.blog-article .news-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .blog-article-grid {
        gap: 3rem;
    }

    .blog-sidebar {
        flex-direction: column;
        gap: 2rem;
    }

    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .author-block {
        padding: 2rem;
        gap: 1.6rem;
    }

        .author-block img {
            width: 6rem;
            height: 6rem;
        }

    .author-info .author-name {
        font-size: 1.6rem;
    }

    .author-info .author-title {
        font-size: 1.3rem;
    }

    .article-body {
        font-size: 1.6rem;
    }

        .article-body .lead-paragraph {
            font-size: 1.9rem;
            margin-bottom: 2.4rem;
        }

        .article-body h3 {
            font-size: 2.4rem;
            margin: 3.2rem 0 1.6rem 0;
        }

        .article-body h4 {
            font-size: 2rem;
            margin: 2.8rem 0 1.4rem 0;
        }

        .article-body p {
            margin-bottom: 2rem;
        }

        .article-body blockquote {
            font-size: 1.8rem;
            padding: 2rem;
            margin: 2.4rem 0;
        }

    .share-social {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
        margin-top: 4rem;
    }

    .related-articles h3 {
        margin-bottom: 3rem;
    }

    .page.blog-article .news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .page.fintech-program-sponsorship .insights-static .insights-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 997px) {
    .page.fintech-program-sponsorship .insights-static .insights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1400px) {
    .page.blog .two-col-content-grid > div:nth-child(2) {
        padding: 4rem 3rem 5rem 0;
    }
}

@media (max-width: 1023px) {
    .page.blog .hero-header h2 {
        font-size: 3.2rem;
    }
}

@media (max-width: 767px) {
    .page.blog .news-grid {
        grid-template-columns: 1fr;
    }

    .title-two-column .content p {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .page.rebi .insights-static.lrg .insights-grid {
        grid-template-columns: 1fr;
    }

    .title-and-button h3 {
        margin: 0;
    }

        .title-and-button h3 p {
            margin: 0 2rem 0 0;
        }
}

/* Job Listing Section Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.job-listing {
    background-color: #000;
    color: #fff;
    padding: 8rem 0;
}

    .job-listing .container {
        width: 1330px;
        margin: 0 auto;
        padding: 0 2rem;
    }

/* Job List Wrapper */
.job-list {
    display: flex;
    flex-direction: column;
}

/* Job List Header - CSS Grid */
.job-list__header {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 2.4rem;
    padding: 2.4rem 3.2rem;
    border-bottom: 1px solid #82d9d1;
}

.job-list__heading {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: #fff;
}

/* Job List Body - CSS Grid Container */
.job-list__body {
    display: flex;
    flex-direction: column;
}

/* Job Item - CSS Grid */
.job-item {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 2.4rem;
    padding: 2.4rem 3.2rem;
    border-bottom: 1px solid #D2D6DB;
    align-items: center;
    transition: background-color 0.25s ease;
}

    .job-item:hover {
        background-color: var(--bancorp-gray-3);
    }

    .job-item:last-child {
        border-bottom: none;
    }

/* Job Item Title */
.job-item__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

    .job-item__title a {
        color: #fff;
        text-decoration: none;
        transition: color 0.25s ease;
    }

        .job-item__title a:hover {
            color: #008582;
        }

/* Job Item Department */
.job-item__department {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: #fff;
}

/* Job Item Location */
.job-item__location {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-style: normal;
    color: #fff;
}

/* Responsive Styles for Job Listing */
@media (max-width: 1329px) {
    .job-listing .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .job-listing {
        padding: 6rem 0;
    }

    .job-list__header {
        padding: 2rem 2.4rem;
        gap: 2rem;
    }

    .job-list__heading {
        font-size: 2.4rem;
    }

    .job-item {
        padding: 2rem 2.4rem;
        gap: 2rem;
    }

    .job-item__title,
    .job-item__department,
    .job-item__location {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .job-listing {
        padding: 4rem 0;
    }

    /* Stack job list header vertically on mobile */
    .job-list__header {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 2rem;
    }

    .job-list__heading {
        font-size: 2rem;
    }

    /* Stack job items vertically on mobile */
    .job-item {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 2rem;
    }

    .job-item__title {
        order: 1;
        font-size: 1.6rem;
        font-weight: 800;
    }

    .job-item__department {
        order: 2;
        font-size: 1.4rem;
    }

    .job-item__location {
        order: 3;
        font-size: 1.4rem;
    }
}

.contact-block .container {
    width: 900px;
    margin: 0 auto;
}

/* Contact Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page.contact .contact-form {
    padding: 7rem 0;
}

    /* Grid layout */
    .page.contact .contact-form .bc-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem 4rem;
    }

    /* Fieldset + legend style (outlined inputs with title) */
    .page.contact .contact-form .bc-field {
        position: relative;
        border: 1px solid #D2D6DB;
        border-radius: 0;
        background: #ffffff;
        padding: .5rem 1.5rem;
        transition: border-color .15s ease, box-shadow .15s ease;
    }

        .page.contact .contact-form .bc-field legend {
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
            color: #000;
            padding: 0 .8rem;
            margin-left: .6rem;
            background: #ffffff;
            letter-spacing: .01em;
        }

        /* Inputs */
        .page.contact .contact-form .bc-field input,
        .page.contact .contact-form .bc-field select,
        .page.contact .contact-form .bc-field textarea {
            width: 100%;
            border: 0;
            outline: 0;
            background: transparent;
            color: #0f172a;
            font-size: 1.6rem;
            line-height: 1.4;
            padding: .6rem .2rem;
        }

        .page.contact .contact-form .bc-field textarea {
            resize: vertical;
            min-height: 180px;
        }

        /* Placeholder color */
        .page.contact .contact-form .bc-field ::-webkit-input-placeholder {
            color: #98A2B3;
        }

        .page.contact .contact-form .bc-field :-ms-input-placeholder {
            color: #98A2B3;
        }

        .page.contact .contact-form .bc-field ::placeholder {
            color: #98A2B3;
        }

        /* Focus state with teal accent */
        .page.contact .contact-form .bc-field:focus-within {
            border-color: #0EA5A8;
            box-shadow: inset 0 0 0 1px #0EA5A8;
        }

    /* Make the message span full width */
    .page.contact .contact-form .bc-field--full {
        grid-column: 1 / -1;
    }

    /* Select arrow */
    .page.contact .contact-form .bc-field select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23677389' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right .8rem center;
        padding-right: 3rem;
    }

    /* Footer / buttons */
    .page.contact .contact-form .bc-foot {
        margin-top: 1rem;
    }

    .page.contact .contact-form .bc-required-note {
        color: #444;
        font-size: 1.4rem;
    }

    .page.contact .contact-form .bc-actions {
        margin-top: .5rem;
        display: flex;
        gap: 1.6rem;
    }

/* Responsive */
@media (max-width: 768px) {
    .page.contact .contact-form .bc-grid {
        grid-template-columns: 1fr;
    }
}

/* Contact Block Styles - Match contact-form styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-block {
    padding: 7rem 0;
}

    /* Grid layout for contact-block form */
    .contact-block .form-row {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 3rem 4rem;
    }

    /* Form group styling to match bc-field */
    .contact-block .form-group {
        position: relative;
        background: #ffffff;
    }

        .contact-block .form-group input {
            position: relative;
            border: 1px solid #D2D6DB;
            border-radius: 0;
            background: #ffffff;
            padding: 2.5rem 1.5rem;
            transition: border-color .15s ease, box-shadow .15s ease;
        }

        .contact-block .form-group select {
            position: relative;
            border: 1px solid #D2D6DB;
            border-radius: 0;
            background: #ffffff;
            padding: 1.3rem 1.5rem;
            transition: border-color .15s ease, box-shadow .15s ease;
        }

        /* Labels positioned like legends */
        .contact-block .form-group label {
            position: absolute;
            top: -6px;
            left: 12px;
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
            color: #000;
            padding: 0 .8rem;
            background: #ffffff;
            letter-spacing: .01em;
            z-index: 1;
        }

    /* Inputs */
    .contact-block .form-control {
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: #0f172a;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: .6rem .2rem;
    }

    .contact-block textarea.form-control {
        resize: vertical;
        min-height: 180px;
    }

    /* Placeholder color */
    .contact-block .form-control::-webkit-input-placeholder {
        color: #98A2B3;
    }

    .contact-block .form-control:-ms-input-placeholder {
        color: #98A2B3;
    }

    .contact-block .form-control::placeholder {
        color: #98A2B3;
    }

    /* Focus state with teal accent */
    .contact-block .form-group input:focus-within {
        border-color: #0EA5A8;
        box-shadow: inset 0 0 0 1px #0EA5A8;
    }

    .contact-block .form-group select:focus-within {
        border-color: #0EA5A8;
        box-shadow: inset 0 0 0 1px #0EA5A8;
    }

    /* Column widths */
    .contact-block .form-col--4 {
        grid-column: span 4;
    }

    .contact-block .form-col--6 {
        grid-column: span 6;
    }

    .contact-block .form-col--12 {
        grid-column: span 12;
    }

    /* Select dropdown styling */
    .contact-block .custom-select {
        position: relative;
    }

        .contact-block .custom-select select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23677389' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right .8rem center;
            padding-right: 3rem;
        }

    /* Footer / buttons */
    .contact-block .contact-form__footer {
        margin-top: 1rem;
    }

    .contact-block .btn-primary {
        background-color: transparent;
        color: var(--black);
        border: 1px solid var(--bancorp-primary-teal) !important;
        display: inline-block;
        padding: .8rem 3.4rem;
        font-size: 1.7rem;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        transition: all var(--transition-duration) ease;
        cursor: pointer;
    }

        .contact-block .btn-primary:hover {
            background-color: var(--bancorp-primary-teal);
            color: var(--black);
            border-color: var(--bancorp-primary-teal);
        }

    /* Error state styling */
    .contact-block .form-group.form-error,
    .contact-block .form-control.form-error {
        /*border-color: #DC2626 !important;
        box-shadow: inset 0 0 0 1px #DC2626 !important;*/
    }

    /* Parsley validation error list */
    .contact-block .parsley-errors-list {
        list-style: none;
        margin: 0.5rem 0 0 0;
        padding: 0;
        color: #DC2626;
    }

    .contact-block .contact-form__footer {
        background-color: transparent;
    }

/* Responsive */
@media (max-width: 900px) {
    .contact-block .container {
        width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .contact-block .form-row {
        grid-template-columns: 1fr;
    }

    .contact-block .form-col--4,
    .contact-block .form-col--6,
    .contact-block .form-col--12 {
        grid-column: span 1;
    }
}

.blog-detail .container {
    width: 1330px;
    margin: 0 auto;
}

.blog-detail h2 {
    width: 1330px;
    margin: 0 auto;
}

.blog-detail .blog-detail img {
    max-width: 100%;
}

.blog-detail .post-detail__sidebar {
    display: none;
}

.blog-detail .blog-detail__thumbnail {
    padding-top: 11rem;
}

.blog-detail .post-detail {
    padding-bottom: 11rem;
}

@media (max-width: 1329px) {
    .blog-detail .container {
        width: 100%;
        padding: 0 2rem;
    }

        .blog-detail .container .container {
            width: 100%;
            padding: 0;
        }

    .blog-detail .blog-detail__thumbnail {
        padding-top: 6rem;
    }

    .blog-detail .post-detail {
        padding-bottom: 6rem;
    }
}
