/* ==========================================================================
   Resources Hero
   ========================================================================== */

.ws-resources-hero {
    position: relative;
    min-height: var(--ws-resources-hero-height, 350px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


/* --------------------------------------------------------------------------
   Overlay
   -------------------------------------------------------------------------- */

.ws-resources-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.20);
    z-index: 1;
}


/* --------------------------------------------------------------------------
   Inner
   -------------------------------------------------------------------------- */

.ws-resources-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}


/* --------------------------------------------------------------------------
   Title
   -------------------------------------------------------------------------- */

.ws-resources-hero__title {
    font-family: var(--font-caveat);
    font-size:clamp(60px,5vw,90px);
    line-height:1.15;
    color:var(--primary);
    font-weight: 500;
}

.ws-resources__heart {
    width: 45px;
    height: auto;
    margin-left: 25px;
}

.ws-resources__heart-medium {
    width: 35px;
    height: auto;
    margin-left: 20px;
}

.ws-resources__heart-small {
    width: 20px;
    height: auto;
    margin-left: 10px;
}


/* --------------------------------------------------------------------------
   Subtitle
   -------------------------------------------------------------------------- */

.ws-resources-hero__subtitle {
    margin: 0 0 18px;
    color: #1e7e89;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--font-caveat);
}


/* --------------------------------------------------------------------------
   Description
   -------------------------------------------------------------------------- */

.ws-resources-hero__description {
    max-width: 70%;
    margin: 0 auto;
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6;

}


/* --------------------------------------------------------------------------
   Heart
   -------------------------------------------------------------------------- */

.ws-resources-hero__heart {
    display: block;
    margin-top: 18px;
    color: #4f237c;
    font-size: 24px;
    line-height: 1;
}


/* ==========================================================================
   Resources Introduction
   ========================================================================== */

.ws-resources-introduction {
    padding: 20px;
    background: #ffffff;
}


.ws-resources-introduction__grid {
    display:grid;
    grid-template-columns:4fr 5fr 4fr;
    gap:30px;
    align-items:center;
}


/* --------------------------------------------------------------------------
   Artwork
   -------------------------------------------------------------------------- */

.ws-resources-introduction__art {
    display: flex;
    align-items: center;
    justify-content: center;
}


.ws-resources-introduction__art img {
    display: block;
    width: 100%;
    max-width: 290px;
    height: auto;
    object-fit: contain;
}


/* --------------------------------------------------------------------------
   Content
   -------------------------------------------------------------------------- */

.ws-resources-introduction__content {
    padding: 15px;
}


.ws-resources-introduction__title {
    font-family: var(--font-caveat);
    font-size: clamp(22px,3vw,35px);
    line-height: 1;
    color: var(--primary);
    margin-bottom: 25px;
}


.ws-resources-introduction__heart {
    display: inline-block;
    margin-left: 7px;
    color: #f8c300;
    font-size: .75em;
    transform: rotate(-10deg);
}


.ws-resources-introduction__content p {
    margin: 0 0 18px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.ws-resources-introduction__accent {
    margin: 0 0 18px;
    color: #1e7e89;
    font-size: clamp(20px, 3vw, 30px);
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--font-caveat);
}


/* --------------------------------------------------------------------------
   Quote
   -------------------------------------------------------------------------- */

.ws-resources-introduction__quote {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 50px;
    background-color: #f5eff8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    overflow: hidden;
}


/*
 * Slight overlay keeps the quote readable over watercolor artwork.
 */

.ws-resources-introduction__quote::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .12);
}


.ws-resources-introduction__quote-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    text-align: center;
}


.ws-resources-introduction__quote-mark {
    display: block;
    margin-bottom: 5px;
    color: #5e3072;
    font-family: Georgia, serif;
    font-size: 65px;
    line-height: .65;
    font-weight: 700;
    text-align: left;
}


.ws-resources-introduction__quote blockquote {
    color: #5e3072;
    font-family: var(--font-caveat);
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    margin-left: 20px;

}

.ws-resources-introduction__quote cite {
    display: block;
    margin-top: 10px;
    color: var(--primary);
    font-family: var(--font-caveat);
    font-size: 22px;
}


/* ==========================================================================
   Resources by Category
   ========================================================================== */

.ws-resources-categories {
    padding: 20px;
    background: #ffffff;
}

.ws-resources-categories__header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

/*.ws-resources-categories__header h2 {
    grid-column: 2;
    margin: 0;
    text-align: center;
}*/


.ws-resources-categories__header h2 {
    grid-column: 2;    
    margin: 0;
    color: #5e3072;
    font-family: var(--font-caveat);
    font-size: clamp(22px,3vw,35px);
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

/* =========================================================
   Navigation on the far right
   ========================================================= */

.ws-resources-categories__navigation {
    grid-column: 3;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

/* ==========================================================================
   Slider
   ========================================================================== */

.ws-resources-category-slider {
    position: relative;
    width: 100%;
    padding: 5px 0 55px;
    overflow: hidden;
}

.ws-resources-category-slider .swiper-wrapper {
    align-items: stretch;
}

.ws-resources-category-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* ==========================================================================
   Category Card
   ========================================================================== */

.ws-resource-category-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 15px;
    border: 2px solid #f1f1f2;
    background: #fcfafa;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
    /*transition:
        transform .3s ease,
        box-shadow .3s ease;*/
}


.ws-resource-category-card:hover {

    /*transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, .08);*/

}


/* ==========================================================================
   Image
   ========================================================================== */

.ws-resource-category-card__image {
    /*width: 100%;

    height: 145px;*/

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 10px;

}


.ws-resource-category-card__image img {

    display: block;

    width: auto;

    max-width: 100%;

    height: 100px;

    object-fit: contain;

}


/* ==========================================================================
   Body
   ========================================================================== */

.ws-resource-category-card__body {

    flex: 1;

    display: flex;

    flex-direction: column;

    align-items: center;

}


.ws-resource-category-card h3 {

    margin: 0 0 13px;

    color: #5e3072;

    font-size: 16px;

    line-height: 1.1;

    font-weight: 700;

}


.ws-resource-category-card p {
    margin: 0 auto 25px;
    color: #333;
    font-size: 14px;
    line-height: 1.65;
    max-width: 310px;
}


/* ==========================================================================
   Button
   ========================================================================== */

.ws-resource-category-card__button {
    margin-top: auto;
}


/* =========================================================
   Category Navigation Buttons
   ========================================================= */

.ws-resources-category-prev,
.ws-resources-category-next {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    transform: none !important;

    width: 35px;
    height: 35px;

    margin: 0 !important;
    padding: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 35px;

    border: 1px solid #5e3072;
    border-radius: 50%;

    background: #5e3072;
    color: #ffffff;

    cursor: pointer;

    z-index: 2;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}


/* =========================================================
   Arrows
   ========================================================= */

.ws-resources-category-prev::before {
    content: "\f060";

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    font-size: 14px;
}

.ws-resources-category-next::before {
    content: "\f061";

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    font-size: 14px;
}


/* Remove any theme/Swiper generated arrow */

.ws-resources-category-prev::after,
.ws-resources-category-next::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   Hover
   ========================================================= */

.ws-resources-category-prev:hover,
.ws-resources-category-next:hover {
    background: #452355;
    border-color: #452355;
    color: #ffffff;
}


/* =========================================================
   Disabled
   ========================================================= */

.ws-resources-category-prev:disabled,
.ws-resources-category-next:disabled {
    opacity: 0.35;
    cursor: default;
}


/* Swiper adds this class when navigation is unavailable */

.ws-resources-category-prev.swiper-button-disabled,
.ws-resources-category-next.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* =========================================================
   Resources Category Slider Scrollbar
   ========================================================= */

.ws-resources-category-scrollbar {
    position: relative !important;

    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    width: 100% !important;
    height: 4px !important;

    margin-top: 28px;

    border-radius: 10px;

    background: rgba(94, 48, 114, 0.12);
}


/* Draggable portion */

.ws-resources-category-scrollbar
.swiper-scrollbar-drag {
    height: 100%;

    border-radius: 10px;

    background: #5e3072;

    cursor: grab;
}


.ws-resources-category-scrollbar
.swiper-scrollbar-drag:active {
    cursor: grabbing;
}

/* =========================================================
   Featured Resources
   ========================================================= */

.ws-resources-featured {
    position: relative;
    padding: 20px;
}

.ws-resources-featured__header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.ws-resources-featured__header h2 {
    grid-column: 2;
    font-family: var(--font-caveat);
    font-size: clamp(22px,3vw,35px);
    color: var(--primary);
    margin: 0;
    text-align: center;
}


/* =========================================================
   Navigation
   ========================================================= */

.ws-resources-featured__navigation {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

/* =========================================================
   Navigation Buttons
   ========================================================= */

.ws-resources-featured-prev,
.ws-resources-featured-next {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 35px;
    height: 35px;
    margin: 0 !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    border: 1px solid #5e3072;
    border-radius: 50%;
    background: #5e3072;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}


.ws-resources-featured-prev::before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}


.ws-resources-featured-next::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}


.ws-resources-featured-prev::after,
.ws-resources-featured-next::after {
    display: none !important;
    content: none !important;
}


.ws-resources-featured-prev:hover,
.ws-resources-featured-next:hover {
    background: #452355;
    border-color: #452355;
    color: #ffffff;
}

.ws-resources-featured-prev.swiper-button-disabled,
.ws-resources-featured-next.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}


/* =========================================================
   Featured Slider
   ========================================================= */

.ws-resources-featured-slider {
    position: relative;
    width: 100%;
}

/* =========================================================
   Featured Resources — Equal Height Cards
   ========================================================= */

.ws-resources-featured-slider .swiper-wrapper {
    align-items: stretch;
}

.ws-resources-featured-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* =========================================================
   Card
   ========================================================= */

.ws-resource-featured-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fcfbfb;
    border-radius: 6px;
}


/* =========================================================
   Featured Image
   ========================================================= */

.ws-resource-featured-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 18 / 8;
    overflow: hidden;
}

.ws-resource-featured-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.ws-resource-featured-card__image:hover img {
    transform: scale(1.04);
}


/* =========================================================
   Card Body
   ========================================================= */

.ws-resource-featured-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 2px solid #f7f6f7;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 20px;
}


.ws-resource-featured-card__body h3 {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 600;

    display: -webkit-box;
    display: box;

    -webkit-box-orient: vertical;
    box-orient: vertical;

    -webkit-line-clamp: 1;
    line-clamp: 1;

    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-resource-featured-card__body h3 a {
    text-decoration: none;
}

.ws-resource-featured-card__excerpt {
    flex: 1;

    margin-bottom: 18px;
    font-size: 15px;

    line-height: 1.5;

    display: -webkit-box;
    display: box;

    -webkit-box-orient: vertical;
    box-orient: vertical;

    -webkit-line-clamp: 3;
    line-clamp: 3;

    overflow: hidden;
    text-overflow: ellipsis;
}





.ws-resource-featured-card__excerpt {
    flex: 1;

    margin-bottom: 18px;

    line-height: 1.7;
}


/* =========================================================
   Read More
   ========================================================= */

.ws-resource-featured-card__link {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    width: fit-content;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


.ws-resource-featured-card__link:hover {
    opacity: 0.75;

    transform: translateX(3px);
}


/* =========================================================
   Scrollbar
   ========================================================= */

.ws-resources-featured-scrollbar {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 4px !important;
    margin-top: 28px;
    border-radius: 10px;
    background: rgba(94, 48, 114, 0.12);
}

.ws-resources-featured-scrollbar
.swiper-scrollbar-drag {
    height: 100%;
    border-radius: 10px;
    background: #5e3072;
    cursor: grab;
}

.ws-resources-featured-scrollbar
.swiper-scrollbar-drag:active {
    cursor: grabbing;
}

/* =========================================================
   Resources Reminder
   ========================================================= */

.ws-resources-reminder {
    position: relative;
    margin: 20px;
}

.reminder-content{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    padding: 20px;
    max-height: 190px;
}

.ws-resources-reminder__content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}


.ws-resources-reminder__heading {
    font-family: var(--font-caveat);
    font-size:2rem;
    margin: 5px 0 8px;
    line-height: 1;
}

.ws-resources-reminder__message {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

/* =========================================================
   More Ways to Grow
   ========================================================= */

.ws-resources-more-ways {
    width: 100%;
    margin: 30px auto 40px;
    background: #ffffff;
}


.ws-resources-more-ways__title {
    font-family: var(--font-caveat);
    margin: 0 0 15px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
}


.ws-resources-more-ways__heart {
    display: inline-block;
    margin-left: 5px;
    color: #f8c300;
    font-size: 0.75em;
    vertical-align: middle;
}


/* =========================================================
   Grid
   ========================================================= */

.ws-resources-more-ways__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    align-items: stretch;
}


/* =========================================================
   Individual Item
   ========================================================= */

.ws-resources-more-ways__item {
    min-width: 0;
    display: flex;
    align-items: stretch;
    padding: 8px 24px;
    border-right: 1px solid #e2e2e2;
}


/*
 * Desktop:
 * Last item has no right border.
 */

.ws-resources-more-ways__item:last-child {
    border-right: 0;
}


/* =========================================================
   Icon
   ========================================================= */

.ws-resources-more-ways__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ws-resources-more-ways__icon img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
}


/* =========================================================
   Content
   ========================================================= */

.ws-resources-more-ways__content {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;    
}


.ws-resources-more-ways__item-title {
    margin: 1px 0 5px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}


.ws-resources-more-ways__description {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.55;
}


.ws-resources-more-ways__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: auto;
    width: fit-content;
    text-decoration: none;
}


.ws-resources-more-ways__link:hover {
    /*text-decoration: underline;*/
    color: #000 !important;

}


.ws-resources-more-ways__link span {
    font-size: 18px;
    line-height: 1;
}

/* =========================================================
   Resources Closing Quote
   ========================================================= */

.ws-resources-closing-quote {
    width: 100%;
    margin: 30px auto 0;

    padding: 26px 40px;

    /*background-color: #f4eef7;*/
    

    border-radius: 12px;

    overflow: hidden;
}

.closing-quote-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    max-height: 190px;
}


.ws-resources-closing-quote__content {
    max-width: 1000px;

    margin: 0 auto;

    text-align: center;
    padding: 10px 0;
}


.ws-resources-closing-quote__heading {
    margin: 0;
    font-family: var(--font-caveat);
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}


.ws-resources-closing-quote__mark {
    display: inline-block;

    margin-right: 5px;

    font-size: 1.2em;
    font-weight: 700;

    vertical-align: middle;
}


.ws-resources-closing-quote__message {
    margin: 5px 0 0;
    font-family: var(--font-caveat);
    font-size: 26px;
    line-height: 1.6;
}


















/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {

    .ws-resources-introduction__grid {

        grid-template-columns:
            minmax(150px, .7fr)
            minmax(300px, 1.3fr);

        gap: 35px;

    }


    .ws-resources-introduction__quote {
        grid-column: 1 / -1;
        /*max-width: 620px;
        width: 100%;*/
        margin: 0 auto;
    }

    .ws-resources-featured {
        padding: 65px 0;
    }

    .ws-resources-reminder {
        padding: 25px 30px;
    }

    .ws-resources-reminder__heading {
        font-size: 25px;
    }

    .ws-resources-more-ways__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    /*
     * Reset desktop borders.
     */

    .ws-resources-more-ways__item {
        border-right: 0;
        border-bottom: 1px solid #e2e2e2;
    }


    /*
     * Item 1:
     * Right + bottom
     */

    .ws-resources-more-ways__item:nth-child(odd) {
        border-right: 1px solid #e2e2e2;
    }


    /*
     * Item 2:
     * Bottom only
     */

    .ws-resources-more-ways__item:nth-child(2) {
        border-right: 0;
    }


    /*
     * Item 3:
     * Right only
     */

    .ws-resources-more-ways__item:nth-child(3) {
        border-right: 1px solid #e2e2e2;
        border-bottom: 0;
    }


    /*
     * Item 4:
     * No border
     */

    .ws-resources-more-ways__item:nth-child(4) {
        border-right: 0;
        border-bottom: 0;
    }

    .ws-resources-closing-quote {
        padding: 20px;
    }

    .ws-resources-closing-quote__heading {
        font-size: 28px;
    }

}



@media (max-width: 767px) {
    .ws-resources-hero {
        min-height: 360px;
        padding: 60px 20px;
        background-position: center;
    }

    .ws-resources-hero__title {
        font-size: 46px;
    }

    .ws-resources-hero__subtitle {
        font-size: 25px;
    }

    .ws-resources-hero__description {
        font-size: 16px;
    }

    .ws-resources-introduction {
        padding: 45px 20px;
    }

    .ws-resources-introduction__grid {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .ws-resources-introduction__art {
        order: 1;
        width: 100%;
    }

    .ws-resources-introduction__art img {
        max-width: 260px;
    }

    .ws-resources-introduction__content {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .ws-resources-introduction__quote {
        order: 3;
        /*width: 100%;*/
        min-height: 220px;
        /*padding: 30px;*/
    }

    .ws-resources-introduction__title {
        font-size: 30px;
    }

    .ws-resources-introduction__content p {
        font-size: 15px;
    }

    .ws-resources-introduction__accent {
        font-size: 22px;
    }

    .ws-resources-categories {

        padding: 55px 15px 65px;

    }

    /*.ws-resources-categories__header {

        margin-bottom: 30px;

    }*/

    .ws-resource-category-card {

        padding: 25px 22px;

    }

    .ws-resource-category-card__image {

        height: 130px;

    }

    .ws-resource-category-card__image img {

        height: 120px;

    }

    .ws-resources-categories__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        width: 100%;
        margin-bottom: 24px;
    }

    .ws-resources-categories__header h2 {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .ws-resources-categories__navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
    }

    .ws-resources-category-prev,
    .ws-resources-category-next {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .ws-resources-category-scrollbar {
        height: 3px !important;
        margin-top: 22px;
    }

        .ws-resources-featured {
        padding: 55px 0;
    }


    .ws-resources-featured__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-bottom: 24px;
    }

    .ws-resources-featured__header h2 {
        width: 100%;
        text-align: center;
    }

    .ws-resources-featured__navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .ws-resources-featured-prev,
    .ws-resources-featured-next {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }

    .ws-resource-featured-card__body {
        padding: 20px;
    }


    .ws-resources-featured-scrollbar {
        height: 3px !important;
        margin-top: 22px;
    }
    
    .ws-resources-reminder {
        margin: 25px auto;
        padding: 24px 20px;
        border-radius: 8px;
        background-position: center;
    }

    .ws-resources-reminder__heading {
        font-size: 22px;
    }

    .ws-resources-reminder__message {
        font-size: 15px;
        line-height: 1.6;
    }

    .ws-resources-more-ways {
        margin-top: 25px;
        margin-bottom: 30px;
    }


    .ws-resources-more-ways__title {
        margin-bottom: 20px;

        font-size: 23px;
    }


    .ws-resources-more-ways__grid {
        grid-template-columns: 1fr;
    }


    /*
     * Reset all borders.
     */

    .ws-resources-more-ways__item {
        border-right: 0 !important;
        border-bottom: 1px solid #e2e2e2;
    }


    /*
     * Items 1, 2 and 3:
     * Bottom border
     */

    .ws-resources-more-ways__item:nth-child(1),
    .ws-resources-more-ways__item:nth-child(2),
    .ws-resources-more-ways__item:nth-child(3) {
        border-bottom: 1px solid #e2e2e2;
    }


    /*
     * Item 4:
     * No border
     */

    .ws-resources-more-ways__item:nth-child(4) {
        border-bottom: 0;
    }


    .ws-resources-more-ways__item {
        padding: 18px 10px;
    }


    .ws-resources-more-ways__icon {
        flex-basis: 52px;

        width: 52px;
        height: 52px;

        margin-right: 14px;
    }


    .ws-resources-more-ways__icon img {
        width: 52px;
        height: 52px;
    }


    .ws-resources-more-ways__item-title {
        font-size: 15px;
    }


    .ws-resources-more-ways__description {
        font-size: 14px;
    }

    .ws-resources-closing-quote {
        margin-top: 25px;

        padding: 22px 20px;

        border-radius: 8px;
    }

    .ws-resources-closing-quote__heading {
        font-size: 24px;
        line-height: 1;
    }

    .ws-resources-closing-quote__message {
        font-size: 14px;
    }    

}

@media (max-width: 575px) {

    .ws-resources-categories__header {
        gap: 12px;
        margin-bottom: 24px;
    }

    .ws-resources-category-prev,
    .ws-resources-category-next {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

}