.cards-3-across .slide {
    box-shadow: var(--shadow-xs);
}

.cards-3-across {
    background: var(--cream-ff);
}

.cards-3-across .widget-header .widget-first-title {
    font-size: 1.875rem;
    color: var(--blue-3f);
    font-family: var(--riviera);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    transform: translateX(-5px);
}

.cards-3-across .widget-header .widget-title {
    font-size: 2.125rem;
    color: var(--blue-001);
    font-family: var(--mark-black);
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
}

.cards-3-across .slide > .inner {
    background: var(--white);
}

.core-cards .slide .content-section > .inner {
    gap: 4px;
}

.cards-3-across .slide .content-section {
    gap: 0;
}

.cards-3-across .slide .slide-title {
    color: var(--white);
    background: var(--blue-001);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25rem;
    padding: 5px;
}

.cards-3-across .slide .img-cont {
    margin-bottom: 0;
}

.cards-3-across .slide .featuring-text {
    font-family: var(--riviera);
    font-size: 1.9375rem;
    text-align: center;
    color: var(--blue-001);
}

.cards-3-across .slide .featured-link-list {
    font-size: 1rem;
    text-align: center;
    line-height: 2;
}

.cards-3-across .slide .slide-footer {
    justify-content: center;
    padding: 0 0 35px;
    font-family: var(--mark-bold);
}

.cards-3-across .slide a.read-more:not(p *), .ccl-widget .slide .slide-footer a {
    color: var(--blue-00);
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1rem;
}

.cards-3-across .view-all-wrapper {
    display: flex;
    justify-content: center;
}

.cards-3-across .widget-view-all {
    padding: 8px 27px;
    margin: 30px 0;
}

.cards-3-across .widget-header-inner{
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    align-items: end;
    justify-content: center;
}

@media (hover: hover){
    .cards-3-across .slide a.read-more:not(p *):hover,
    .cards-3-across .slide .slide-footer a:hover {
        background-color: transparent;
    }

    .cards-3-across .slide .slide-title > a:hover {
        color: var(--white);
    }

    .cards-3-across .slide .featured-link-list a:hover {
        color: var(--blue-001);
        text-decoration: underline;
    }
}

@media (min-width: 40em){
    .core-cards .slides {
        gap: 20px;
    }

    
}

@media (min-width: 64em){
    .cards-3-across .widget-header .widget-first-title {
        font-size: 2.4375rem;
        transform: translateX(-16px);
    }

    .cards-3-across .widget-header .widget-title {
        font-size: 3.0625rem;
    }
}