.cfs-highlights-hero-container{
    position: relative;
    padding: 16px;
}

.cfs-highlights-quote-container{
    margin: 24px 0;
    padding-left: 24px;
    display: flex;
    gap: 24px;
    align-items: stretch;
}
.cfs-highlights-hero-container h3{
    font-family: Manrope;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .cfs-highlights-hero-container{
        padding: 36px;
    }
    .cfs-highlights-quote-container{
        margin: 72px 0;
        padding-left: 36px;
        gap: 32px;
    }
    .cfs-highlights-hero-container h3{
        font-size: 36px;
        line-height: 42px;
    }
}

.cfs-highlights-hero-container h4{
    font-family: Manrope;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


@keyframes animatedHighlightBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100% 0; }
}

.cfs-highlight{
    display: block;
    box-shadow: 1px 5px 7px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding:24px;
    min-height: 300px;
    height: 100%;
    position: relative;
    overflow: hidden;    
    display: flex;    
    align-items: flex-end;        
}
.cfs-highlight.cfs-highlight-min{          
    min-height: 200px;                  
}
.cfs-highlight-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cfs-highlights-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/wp-content/uploads/2025/12/crystal-pills.avif');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    
    z-index: -1;
}

.cfs-highlight-link-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    z-index: 2;
    padding:24px;
    align-items: flex-end;
}


.cfs-highlight::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 27.4%, #FFFFFF 100%);
    height: 200px;
}

.cfs-highlight-button {
    font-family: Manrope;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    color: #000;
    top: 12px;
    right: 12px;
    background-color: #FFF;
    z-index: 20;
    padding: 4px 12px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}
.cfs-highlight-button i{
    color: #ffb606;
}

.cfs-highlight-info{
    position: relative;
    z-index: 2;
}
.cfs-highlight-type {
    color: #ffb606;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    margin: 0;
    border-bottom: .5px solid #ffb606;
    padding: 0;
    display: inline-block;
}

.cfs-highlight h2{
    font-family: Manrope;            
    color: #000;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600; 
    margin: 0px;
}


.cfs-highlights-grid{
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 8px;
    margin: 8px;
}

@media (min-width: 768px) {
    .cfs-highlights-grid {
        gap: 16px;
        margin: 16px;
        grid-template-columns: 1fr 1fr 1fr; 
    }
}


.cfs-highlight-hero-title{
    opacity: 0; 
    position: absolute; 
    top: 8px; 
    left: 0; 
    width: 100%;
}