.component-title-cta-images-caption--date--inner__card {
    position: relative;
    /*min-height: 45rem;*/
    /*min-height: clamp(34.5rem, 147.2vw, 96.375rem);*/
    min-height: clamp(40rem, 147.2vw, 96.375rem);
    background-color: var(--blue-400);
    border-radius: 3rem;
    overflow: hidden;
}

.component-title-cta-images-caption--date--image__card {
    color: var(--white);
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
}

.component-title-cta-images-caption--date--title__card {
    font-weight: var(--h2-weight);
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
    letter-spacing: var(--h2-letter-spacing);
    color: var(--blue-700);
    text-transform: uppercase;
}

.component-title-cta-images-caption--date--text__card {
    color: var(--white);
    background-color: var(--blue-400);
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 15.75rem; /* 252px */
    /*overflow-y: scroll;*/
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
}
/*.component-title-cta-images-caption--date--text__card::-webkit-scrollbar-thumb {
    background: var(--yellow-600);
}
.component-title-cta-images-caption--date--text__card::-webkit-scrollbar {
    width: 0.25rem;
}
.component-title-cta-images-caption--date--text__card::-webkit-scrollbar-track {
    position: relative;
    opacity: 0;
}*/

.component-title-cta-images-caption--date--text--wrapper__card {
    padding: 1.5rem;
    box-sizing: border-box;
    max-height: 20.75rem;
    overflow-y: scroll;
    padding-right: 1.25rem;
}
.component-title-cta-images-caption--date--text--wrapper__card:has(::-webkit-scrollbar-thumb) {
    padding-right: 1.25rem;
}
.component-title-cta-images-caption--date--text--wrapper__card::-webkit-scrollbar-thumb {
    background: var(--yellow-600);
}
.component-title-cta-images-caption--date--text--wrapper__card::-webkit-scrollbar {
    width: 0.25rem; /* 4px */
}
.component-title-cta-images-caption--date--text--wrapper__card::-webkit-scrollbar-track {
    position: relative;
    opacity: 0;
}

.component-title-cta-images-caption--date--subtitle__card {
    font-weight: var(--h3-weight);
    font-size: var(--h3-size);
    line-height: var(--h3-line-height);
    letter-spacing: var(--h3-letter-spacing);
    color: var(--blue-700);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.component-title-cta-images-caption--date--description__card {
    font-weight: var(--p-weight);
    font-size: var(--p-size);
    line-height: var(--p-line-height);
    letter-spacing: var(--p-letter-spacing);
    color: var(--white);
}

.component-title-cta-images-caption--date--text--wrapper__card .component-cta {
    display: flex;
    flex-direction: column;
    gap: .75rem;

    min-width: 100%;
    margin: 0;
    padding: 0;

    text-align: left;
    text-transform: uppercase;
    font-size: var(--h3-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-weight);

    border: none;
}

.component-title-cta-images-caption--date--text--wrapper__card .component-cta:hover {
    color: var(--primary-700);
    background-color: transparent;
    border: none;
}

.component-title-cta-images-caption--date--text--wrapper__card .component-cta path,
.component-title-cta-images-caption--date--text--wrapper__card .component-cta circle {
    stroke: var(--primary-700);
    transition: transform var(--transition-time, .25s);
    transform-origin: center;
}

.component-title-cta-images-caption--date--text--wrapper__card .component-cta:hover path {
    transform: translateX(25%);
}

.component-title-cta-images-caption--date--text--wrapper__card .component-cta:hover circle {
    transform: translateX(-25%) scale(.5);
}

@media screen and (min-width: 768px) {
    
    .component-title-cta-images-caption--date--inner__card {
        position: relative;
        /*min-height: 45rem;*/
        min-height: 28.125rem; /* 450px */
        min-height: clamp(11.25rem, 23.4375vw, 28.125rem);
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        overflow: visible;
        background-color: transparent;
    }

    .component-title-cta-images-caption--date__card:hover 
    .component-title-cta-images-caption--date--inner__card {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .component-title-cta-images-caption--date--image__card {
        color: var(--white);
        display: block;
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 3rem;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-size: cover;
        background-position: center;
    }

    .component-title-cta-images-caption--date--image__card img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        height: 100%;
        object-fit: cover;
    }

    .component-title-cta-images-caption--date--title__card {
        position: absolute;
        bottom: 1.5rem;
        width: 100%;
        text-align: center;
        color: var(--white);
    }

    .component-title-cta-images-caption--date--text__card {
        justify-content: center;
        max-height: unset;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 3rem;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .component-title-cta-images-caption--date--text--wrapper__card {
        padding: 1.5rem;
        box-sizing: border-box;
    }

    .component-title-cta-images-caption--date--text--wrapper__card .component-cta {
        gap: 1rem;

        margin-top: 0;
        
        text-align: left;
    }

}