.new-simple-copy-rectangles:not(.new-simple-copy-rectangles.bg-blue-gradient) .new-simple-copy-rectangle__heading :where(h2, h3, h4, h5, h6) {
    color: #000000;
}

.new-simple-copy-rectangles :where(h2, h3, h4, h5, h6) {
    font-weight: 700;
    margin-bottom: 16px;
}

.new-simple-copy-rectangle__heading {
    padding-bottom: 4rem;
}

.new-simple-copy-rectangle-card {
    position: relative;
    text-align: center;
    place-content: center;
    padding: 4rem 2.5rem;
    margin-bottom: 20px;
    height: 100%;
}

/* Change card background to white when section has blue gradient */
.fx-block.bg-blue-gradient .new-simple-copy-rectangle-card.bg-blue-gradient {
    background: #fff !important;
}

.new-simple-copy-rectangle-main-card__subheading {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.1rem;
    padding-bottom: 0.5rem;
    color: var(--theme-color1);
}

.new-simple-copy-rectangle-main-card__main_headline h2 {
    font-size: 26px;
    line-height: 1.3;
}

.new-simple-copy-rectangle-main-card__date-time {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    font-size: 16px;
    line-height: 2.1rem;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-bottom: 0.5rem;
    color: var(--theme-color1);
    width: 100%;
}

.new-simple-copy-rectangle-main-card__description-text {
    padding: 2rem 0;
}

.new-simple-copy-rectangle-main-card__image-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-simple-copy-rectangle-main-card__image-text-content {
    text-align: left;
}

.new-simple-copy-rectangle-card__image {
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #F0F0F1;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.new-simple-copy-rectangle-card__image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: auto;
}

.new-simple-copy-rectangle-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.new-simple-copy-rectangle-card__subtitle {
    font-size: 16px;
    color: var(--theme-color1);
    line-height: 22px;
}

.new-simple-copy-rectangle-main-card__day {
    text-transform: capitalize;
}

.new-simple-copy-rectangle-main-card__timezone,
.new-simple-copy-rectangle-main-card__start-time,
.new-simple-copy-rectangle-main-card__end-time {
    text-transform: uppercase;
}

.new-simple-copy-rectangles.bg-blue-gradient .new-simple-copy-rectangle-main-card__subheading,
.new-simple-copy-rectangles.bg-blue-gradient .new-simple-copy-rectangle-card__title {
    color: var(--theme-color3);
}

.new-simple-copy-rectangles.bg-blue-gradient .new-simple-copy-rectangle-card__subtitle {
    color: #919191;
}

.new-simple-copy-rectangles.bg-blue-gradient .new-simple-copy-rectangle-main-card__main_headline h2,
.new-simple-copy-rectangles.bg-blue-gradient .new-simple-copy-rectangle-main-card__description-text,
.new-simple-copy-rectangles.bg-blue-gradient .new-simple-copy-rectangle-main-card__date-time {
    color: #000000;
}

@media (min-width: 768px) {
    .new-simple-copy-rectangle__row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        gap: 32px;
        align-items: stretch;
    }

    .new-simple-copy-rectangle-wrapper__flex {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    /* All items take equal width on tablet */
    .new-simple-copy-rectangle__row .col-lg-6 {
        flex: 1;
        max-width: calc(50% - 16px);
    }

    /* Center only the last item if it's odd-numbered (3rd, 5th, 7th, etc.) on tablet */
    .new-simple-copy-rectangle__row .col-lg-6:last-child:nth-child(odd):nth-child(n+3) {
        margin-left: auto;
        margin-right: auto;
    }

    .new-simple-copy-rectangle-card {
        margin-bottom: 0;
        padding: 4rem;
    }

    /* Make date-time display on its own line on tablet */
    .new-simple-copy-rectangle-main-card__date-time {
        display: block;
        width: 100%;
    }

    /* Keep start-time, end-time, and timezone on same line within the date-time container */
    .new-simple-copy-rectangle-main-card__start-time,
    .new-simple-copy-rectangle-main-card__end-time,
    .new-simple-copy-rectangle-main-card__timezone {
        display: inline;
    }
}

@media (min-width: 1200px) {
    .new-simple-copy-rectangle__row {
        flex-wrap: wrap;
        width: 100%;
        margin: -32px 0 0;
        margin-top: 0px;
    }

    .new-simple-copy-rectangle-wrapper__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        height: 100%;
    }

    .new-simple-copy-rectangle-main-card__main_headline {
        font-size: 40px;
    }

    /* Override tablet styles for desktop - all items take equal width */
    .new-simple-copy-rectangle__row .col-lg-6 {
        max-width: calc(50% - 30px);
    }

    /* Center only the last item if it's odd-numbered (3rd, 5th, 7th, etc.) on desktop */
    .new-simple-copy-rectangle__row .col-lg-6:last-child:nth-child(odd):nth-child(n+3) {
        margin-left: auto;
        margin-right: auto;
    }

    .new-simple-copy-rectangle-main-card__date-time {
        display: flex;
        font-size: 22px;
    }

    .new-simple-copy-rectangle-main-card__main_headline h2 {
        font-size: 36px;
    }
}

@media (min-width: 1366px) {
    .new-simple-copy-rectangle__row {
        padding: 0 7%;
    }

    .new-simple-copy-rectangle-main-card__main_headline {
        font-size: 40px;
        line-height: 1.2;
    }
}














.new-stats-card__number {
    font-size: 24px;
    color: var(--theme-color3);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1em;
}

.new-stats-card {
    text-align: center;
}

.new-stats-main-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
    height: auto;
}

section.fx-block .new-stats-main-card p,
section.fx-block .new-stats-card p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.new-stats-main-card__title,
.new-stats-card p {
    color: #010101;
}

.new-stats-card {
    padding: 12px 32px 32px;
    background-color: #fff;
}

.new-stats.bg-white .new-stats-card,
.new-stats.bg-blue-gradient .new-stats-card {
    background-color: #F5F5F5;
}

.new-stats.bg-blue-gradient .new-stats-main-card__title {
    color: #fff;
}

.new-stats-wrapper,
.new-stats-main-card__desc {
    position: relative;
}

.new-stats-main-card__desc {
    padding: 32px 32px;
    margin: 16px 0;
    margin-bottom: 0;
}

section.fx-block.new-stats.bg-blue-gradient .new-stats-main-card__desc.bg-blue-gradient {
    background: #fff;
    color: #000;
}

.new-stats-card__icon img {
    display: block;
    transform: scale(1, 1);
    width: 112px;
    height: 112px;
    transform-origin: center center;
    border: none;
    transition-property: none;
    margin: 0 auto;
}

.new-stats__heading,
.new-stats-item {
    margin-bottom: 32px;
}

@media(min-width: 768px) {
    .new-stats__row {
        display: flex;
        flex-wrap: nowrap;
        width: calc(100% + 32px);
        margin: -32px -32px 0;
        gap: 32px;
        align-items: stretch;
    }

    .new-stats__heading,
    .new-stats-item {
        margin-bottom: 0;
    }

    .stats-card__number {
        font-size: 48px;
    }

    .new-stats-main-card__title {
        font-size: 21px;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .new-stats__heading {
        max-width: 830px;
        margin: 0 auto 45px;
    }

    .new-stats-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .new-stats--box .new-stats-card {
        padding: 32px;
    }

    /* Equal height for main cards */
    .new-stats-wrapper__flex {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .new-stats-main-item {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .new-stats-main-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 200px;
    }

    .new-stats-main-card__desc {
        display: flex;
        align-items: center;
        flex: 1;
    }

}

@media(min-width: 1200px) {
    .new-stats-item {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .new-stats__row {
        flex-wrap: inherit;
        width: 100%;
        gap: 60px;
        margin: -32px 0 0;
        justify-content: center;
        margin-top: 0px;
    }

    .new-stats-card__number {
        font-size: 32px;
    }

    .new-stats-main-card__title {
        font-size: 32px;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .new-stats__heading {
        margin: 0 auto 55px;
    }

    .new-stats__heading h2 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .new-stats__flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        padding: 0 90px;
    }

    .new-stats-wrapper__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        height: 100%;
    }

    .new-stats-wrapper__flex .new-stats-main-item,
    .new-stats-wrapper__flex .new-stats-item {
        display: flex;
        flex-direction: column;
    }

    .new-stats-item {
        margin: 0 16px;
        margin-top: 32px;
        position: absolute;
        width: 40%;
        right: 0;
        top: -32px;
    }

    /* Enhanced equal height for main cards on larger screens */
    .new-stats-main-card {
        min-height: 250px;
    }

    .new-stats-main-card__title,
    .new-stats-main-card__desc-text {
        width: 60%;
        padding-right: 24px;
    }

    .new-stats-main-card__desc {
        margin: 16px 0;
        margin-right: 32px;
    }

    .new-stats-card {
        box-shadow: rgba(46, 27, 70, 0.2) 5px 5px 13px 0px;
    }

    /* Full width styles when stats item is hidden */
    .new-stats-wrapper--full-width .new-stats-main-card__title,
    .new-stats-wrapper--full-width .new-stats-main-card__desc-text {
        width: 100%;
        padding-right: 0;
    }
}

@media(min-width: 1366px) {
    .new-stats__row {
        padding: 0 7%;
    }

    section.fx-block .new-stats-main-card p,
    section.fx-block .new-stats-card p {
        font-size: 18px;
    }
}