#content {
    padding: 86px 0;
    background: var(--opacity-blue);
}
.hero-section {
    position: relative;
    min-height: 438px;
    padding: 60px 48px;
    background: #036EB3;
    border-radius: 28px;
    overflow: hidden;
}
.page-template-page-recordings-inner .hero-section {
    align-items: center;
}
.hero-section .text-col {
    width: 48%;
}
.hero-section .text-col .ca-main-title {
    text-align: left;
    line-height: 1.16;
    color: #fff;
}
.hero-section .text-col .ca-btn,
.recordings-banner .banner-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14.5px 51px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.hero-section .text-col .ca-btn:hover,
.recordings-banner .banner-btn:hover {
    background-color: #fff;
    color: #036EB3;
}
.hero-section .img-col {
    width: 52%;
}
.hero-section .hero-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-content {
    padding: 77px 0 33px;
}
.main-content .entry-content {
    max-width: 890px;
    margin: 0 auto;
    padding: 0 20px;
}
.main-content .entry-content h2 {
    margin-bottom: 23px;
}
.main-content .entry-content h2,
.main-content .entry-content h2 .highlighted {
    font-size: 30px;
    line-height: 1.2;
}
.main-content .entry-content p {
    margin-bottom: 20px;
    font-size: 20px;
}
.main-content .entry-content p + h2 {
    margin-top: 42px;
}

.whats-now-section {
    padding: 77px 0 93px;
}
.whats-now-section .ca-sec-title {
    margin-bottom: 20px;
    text-align: center;
}
.whats-now-section .entry-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 20px;
}
.whats-now-section .entry-content p {
    margin-bottom: 30px;
}

.recordings-banner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 126px;
    margin-top: 120px;
    padding: 0 29px 0 8px;
    color: #fff;
    border-radius: 20px;
    background: var(--ca-gradient);
}
.recordings-banner .left-img-wrapper {
    align-self: flex-end;
    width: 197px;
}
.recordings-banner .left-img-wrapper img {
    display: block;
}
.recordings-banner .left-img-wrapper:has(.mobile-only) .banner-img.mobile-only {
    display: none;
}
.recordings-banner .banner-text {
    margin-right: auto;
    font-family: 'CHANEY', poppins, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}
.recordings-banner .banner-btn {
    min-width: 157px;
    margin-top: 0;
    padding: 10px 18px;
    text-align: center;
}

@media (max-width: 1199px) {
    .hero-section {
        min-height: 388px;
    }
    .hero-section .text-col .ca-main-title {
        font-size: 54px;
    }
    .hero-section .hero-img {
        max-width: 52%;
        height: auto;
    }
}

@media (max-width: 1023px) {
    .hero-section {
        padding: 50px 36px;
        min-height: 318px;
    }
    .hero-section .text-col .ca-main-title {
        font-size: 42px;
    }
    .hero-section .text-col .ca-btn {
        padding: 13px 48px;
        font-size: 17px;
    }
    .main-content {
        padding: 60px 0 10px;
    }
    .main-content .entry-content h2 {
        margin-bottom: 20px;
    }
    .main-content .entry-content h2, 
    .main-content .entry-content h2 .highlighted {
        font-size: 28px;
    }
    .main-content .entry-content p {
        font-size: 18px;
    }
    .main-content .entry-content p + h2 {
        margin-top: 36px;
    }   
    .recordings-banner .banner-text {
        font-size: 32px;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .hero-section {
        flex-direction: column;
        gap: 20px;
        padding: 34px 24px 0;
        min-height: 0;
        border-radius: 20px;
    }
    .hero-section .text-col {
        width: 100%;
    }
    .hero-section .text-col .ca-main-title {
        font-size: 36px;
        line-height: 38px;
    }
    .hero-section .text-col .ca-btn {
        margin-top: 16px;
        padding: 11px 48px;
        font-size: 16px;
    }
    .hero-section .img-col {
        width: 100%;
    }
    .hero-section .hero-img {
        position: relative;
        bottom: 0;
        right: 0;
        max-width: 100%;
        height: auto;
    }
    .main-content {
        padding: 48px 0 0;
    }
    .main-content .entry-content {
        padding: 0;
    }
    .main-content .entry-content h2 {
        margin-bottom: 12px;
    }
    .main-content .entry-content h2, 
    .main-content .entry-content h2 .highlighted {
        font-size: 20px;
    }
    .main-content .entry-content p {
        font-size: 16px;
    }
    .whats-now-section {
        padding: 48px 0 60px;
    }
    .whats-now-section .ca-sec-title {
        margin-bottom: 16px;
    }
    .whats-now-section .entry-content {
        font-size: 16px;
    }
    .whats-now-section .entry-content p {
        margin-bottom: 20px;
    }
    .recordings-banner {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        min-height: 165px;
        margin-top: 70px;
        padding: 0 18px 0 156px;
        border-radius: 6px;
    }
    .recordings-banner .left-img-wrapper {
        position: absolute;
        left: -12px;
        bottom: 0;
        width: 167px;
    }
    .recordings-banner .left-img-wrapper:has(.mobile-only) .banner-img:first-child {
        display: none;
    }
    .recordings-banner .left-img-wrapper:has(.mobile-only) .banner-img.mobile-only {
        display: block;
    }
    .recordings-banner .left-img-wrapper img {
        max-width: 100%;
        height: auto;
    }
    .recordings-banner .banner-text {
        font-size: 22px;
    }
    .recordings-banner .banner-btn {
        min-width: 146px;
        padding: 6px 18px;
        font-size: 16px;
    }

}

body.debug {
    background: url(../debug/recordings.jpg) no-repeat top center;
}
body.debug > * {
    opacity: .7;
}