/* =============================================
   ARTICLE INTRO (title, subtitle, author meta)
   ============================================= */
.single-event-parent{
    background-color: #ffffff;
    padding-top: 150px;
}

.single-event-title{
    max-width: 100%;
    font-size: 60px;
    line-height: 70px;
    font-weight: normal;
}

.single-event-container {
    padding-bottom: 0px;
    padding-top: 0px;
}

.single-event-curve::before{
    background-color: #ffffff;
}

.single-event-curve{
    background-color: #ffffff;
}

.bottom-section-bg{
    background-color: #ffffff;
}
.article-title-block {
    flex: 1;
}

.article-subtitle {
    color: #646D3B;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 15px;

}

.article-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.article-tag-link{
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #646C2E;
    border-radius: 50px;
    color: #646C2E;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.article-tag-link:hover{
    background-color: #646C2E;
    color: #ffffff;
}

.event-share-container{
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-share{
    width: fit-content;
}

.event-read-time p{
    color: #959595;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.64px;
    text-transform: uppercase;
}

.event-share-socials-container{
    left: 0;
    width: fit-content;
}

.article-author-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.article-author-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.article-author-name {
    color: #646C2E;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.3;
}

.article-author-role {
    color: #989898;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
}

/* =============================================
   FLEXIBLE CONTENT SECTIONS
   ============================================= */

.article-flexible-content {
    /* padding-top: 20px; */
}

.article-section {
    margin-bottom: 50px;
}

.article-section-title {
    color: #692B39;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    line-height: 32px;
}

.article-section-title--center {
    text-align: center;
    font-size: 35px;
}

.article-section-title--accent {
    color: #692B39;
}

/* Text block */
.article-text-content p {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.article-two-col-bullets{
    margin: 70px 0 100px 0;
}

.article-text-content h2,
.article-text-content h3 {
    color: #692B39;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.article-text-content ul,
.article-text-content ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.article-text-content li {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

/* Two column bullets */
.article-bullet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
    list-style: none;
    padding: 0;
    place-items: center;
    position: relative;
}

.article-bullet-grid::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #D0C9B0;
    transform: translateX(-50%);
}

.article-two-col-bullets .article-section-title{
    font-size: 35px;
    margin-bottom: 45px;
}

.article-bullet-grid li {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}

.article-bullet-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDB94B;
    flex-shrink: 0;
}

.article-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-section li{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}

.article-section li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDB94B;
    flex-shrink: 0;
}

/* Text with images */
.article-text-with-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.article-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-bullet-list li {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.article-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDB94B;
}

.article-text-with-images-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.article-text-with-images-right img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

/* Image block */
.article-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.article-image-grid img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

.article-image-caption {
    color: #959595;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-top: 10px;
    text-align: center;
}

/* Two column text */
.article-two-col-text-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

.article-two-col-text-col p {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.article-two-col-text-col h2,
.article-two-col-text-col h3 {
    color: #692B39;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.article-list-title{
    font-size: 35px;
    margin: 70px 0 40px 0;
}

.article-list-content ul{
    list-style: none;
}

.article-list-content li {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.article-list-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDB94B;
}

.article-image-block{
    margin: 100px 0 100px 0;
}

/* =============================================
   CONTENT TABLE BLOCK
   ============================================= */

.article-table-block-title{
    color: #692B39;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.article-table-block-intro p{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}

.article-content-table{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #1A1A1A;
}

.article-table-item{
    padding: 20px 25px;
    border-right: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
}

.article-table-item:nth-child(even){
    border-right: none;
}

.article-table-item:nth-last-child(-n+2){
    border-bottom: none;
}

.article-table-item-title{
    color: #1A1A1A;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.article-table-item-text p{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.3px;
}

/* =============================================
   FLIP CARDS (help-cards-container) — ported from home.css
   ============================================= */

.article-flip-cards{
    margin: 70px 0 100px 0;
}

.help-cards-container{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    /* justify-content: center; */
}

.help-cards-container.mobile{
    display: none;
}

/* max 3 cards per row on desktop, wraps to additional rows beyond that */
.help-cards-container.desktop{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.help-cards-container.desktop .help-card{
    width: calc((100% - 40px) / 3);
}

.help-card{
    position: relative;
    display: inline-block;
    border-radius: 10px;
    perspective: 1000px;
    width: 100%;
    height: 420px;
}

.help-card img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.help-card-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 90px;
    color: white;
    background-color: #646C2E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 28px;
    backface-visibility: hidden;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.help-card-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #46492A;
    text-align: center;
    display: grid;
    place-items: center;
    border-radius: 10px;
    padding: 0 20px;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: transform 0.8s;
}

.help-card-overlay-title{
    color: #DDA544;
    font-size: 28px;
    margin-bottom: 25px;
    padding: 0 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.help-card-text{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    padding: 0 25px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.help-card-text p{
    margin: 0;
}

.help-card-text p + p{
    margin-top: 10px;
}

.help-card-overlay a{
    color: #F0E9C9;
    font-size: 11px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 3px;
    transition: all 0.2s ease-in-out;
}

.help-card-overlay a:hover{
    color: rgb(255, 253, 242);
}

.help-card-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

.help-cards-container.desktop .help-card:hover .help-card-inner {
    transform: rotateY(180deg);
}

.help-cards-container.mobile .help-card.flipped .help-card-inner {
    transform: rotateY(180deg);
}

.help-card > img,
.help-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 850px){
    .help-cards-container-wrapper{
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding: 15px 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .help-cards-container-wrapper::-webkit-scrollbar {
        display: none;
    }

    .help-cards-container.mobile {
        position: relative;
    }

    .help-cards-container.mobile::after {
        content: "";
        flex: 0 0 4px;
        padding: 1px;
    }

    .help-cards-container{
        justify-content: flex-start;
        gap: 10px;
    }

    .help-card{
        height: 320px;
        width: 240px;
        flex-shrink: 0;
    }

    .help-card-overlay-title{
        font-size: 20px;
        margin-bottom: 15px;
        padding: 0 15px;
        font-weight: 400;
        line-height: 24px;
    }

    .help-card-text{
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 300;
        padding: 0 5px;
        line-height: 18px;
    }

    .help-cards-container.desktop{
        display: none;
    }

    .help-cards-container.mobile{
        display: flex;
    }

    .help-cards-container.mobile .help-card:last-child{
        margin-right: 15px;
    }

    .help-card-title{
        font-size: 20px;
        height: 70px;
        line-height: 25px;
        padding: 0 15px;
    }

    .single-event-title{
        font-size: 40px;
        line-height: 55px;
    }

    .article-subtitle{
        font-size: 25px;
    }
}

@media screen and (max-width: 600px){
    .help-cards-container-wrapper{
        padding: 15px 0;
    }

    .help-card{
        height: 240px;
        width: 185px;
    }

    .help-card-title{
        font-size: 16px;
        height: 60px;
        padding: 0 10px;
        line-height: 17px;
    }

    .help-card-overlay{
        padding: 0 10px;
    }

    .help-card-overlay a{
        font-size: 10px;
    }

    .help-card-overlay-title{
        font-size: 12px;
        padding: 0 5px;
        margin-bottom: 10px;
        line-height: 17px;
    }

    .help-card-text{
        font-size: 11px;
        margin-bottom: 10px;
        line-height: 17px;
        padding: 0;
    }

    .article-content-table{
        grid-template-columns: 1fr;
    }

    .article-table-item{
        border-right: none;
    }

    .article-table-item:nth-last-child(-n+2){
        border-bottom: 1px solid #1A1A1A;
    }

    .article-table-item:last-child{
        border-bottom: none;
    }
}

/* =============================================
   TABBED LAYOUT
   ============================================= */

.article-tabbed-layout-intro p{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}

.article-tabs-nav{
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #D0C9B0;
    margin-bottom: 30px;
}

.article-tab-btn{
    background: none;
    border: none;
    cursor: pointer;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #959595;
    letter-spacing: 0.3px;
    border-bottom: 3px solid transparent;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    white-space: nowrap;
}

.article-tab-btn.active{
    color: #692B39;
    border-bottom-color: #692B39;
}

.article-tab-panel{
    display: none;
}

.article-tab-panel.active{
    display: block;
}

.article-tab-panel p{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}
.article-tab-panel p a{
    color: #646D3B;
    font-weight: 500;
}

.article-tab-panel h2,
.article-tab-panel h3{
    color: #692B39;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.article-tab-panel ul,
.article-tab-panel ol{
    padding-left: 20px;
    margin-bottom: 16px;
}

.article-tab-panel li{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

@media screen and (max-width: 600px){
    .article-tabs-nav{
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .article-tabs-nav::-webkit-scrollbar{
        display: none;
    }

    .article-tab-btn{
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* =============================================
   FAQ SECTION — exact copy from care-support
   ============================================= */

.faq-section-wrapper {
    /* background-color: #EFF1E4; */
}

.care-support-faq-section {
    position: relative;
    z-index: 3;
    background-color: #fff4c4;
    clip-path: ellipse(215% 97% at bottom);
}

/* =============================================
   CTA CURVE — arch transition green → cream
   ============================================= */

.article-cta-curve {
    position: relative;
    overflow: hidden;
    height: 80px;
    background-color: #F0E9C9;
}

.article-cta-curve::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #EFF1E4;
    clip-path: ellipse(60% 90% at 50% 10%);
    z-index: 2;
}

.care-support-faq-container {
    padding-top: 70px;
    padding-bottom: 260px;
    position: relative;
    z-index: 3;
}

.care-support-faq-container > h2 {
    color: #692B39;
    text-align: center;
    font-size: 57px;
    font-weight: normal;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 10;
}

.faq-item:first-child {
    border-top: 1px solid #692B39;
}

.faq-item {
    border-bottom: 1px solid #692B39;
}

.faq-item.hidden-item {
    display: none;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 28px 0;
    color: #692B39;
    font-weight: 400;
    transition: all 0.1s ease-in;
    letter-spacing: 0.5px;
}

.faq-toggle {
    font-size: 40px;
    transition: transform 0.3s;
    color: #692B39;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
    padding: 0;
    padding-left: 35px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.faq-answer p {
    color: #2B221A;
}

.faq-answer ol {
    list-style-position: inside;
}

.faq-item.active .faq-answer {
    max-height: 700px;
    padding-bottom: 30px;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-item.active .faq-question {
    padding-bottom: 20px;
}

.faq-view-more {
    font-size: 12px;
    color: #692B39;
    display: block;
    margin: auto;
    width: fit-content;
    border: none;
    background-color: transparent;
    margin-top: 40px;
    cursor: pointer;
    letter-spacing: 4px;
}

/* =============================================
   LEGACY MICROSOFT EDGE (EdgeHTML) FALLBACK
   -ms-ime-align is only recognised by legacy Edge
   (pre-Chromium, versions ~12-18) — this block is
   invisible to Chrome, Firefox, Safari, and current
   Chromium-based Edge.
   ============================================= */
@supports (-ms-ime-align: auto) {
    .faq-answer {
        transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
    }

    .faq-item.active .faq-answer {
        max-height: 3000px;
    }
}

/* =============================================
   CTA SECTION
   ============================================= */

.bottom-section-bg {
    background-color: #fff4c4;
    position: relative;
    /* z-index: 12 !important; */
}

/* Case: FAQ exists, no CTA */
.bottom-section-bg--has-faq-no-cta {
    background-color: #FBF9F0;
}
.bottom-section-bg--has-faq-no-cta .volunteer-section-wrapper::before {
    background-color: transparent;
}

/* Case: no FAQ, no CTA */
.bottom-section-bg--no-faq-no-cta {
    background-color: transparent;
}
.bottom-section-bg--no-faq-no-cta .volunteer-section-wrapper::before {
    background-color: transparent;
}

/* Case: no FAQ, had CTA */
.bottom-section-bg--no-faq-has-cta {
    background-color: transparent;
}
.bottom-section-bg--no-faq-has-cta .volunteer-section-wrapper::before {
    background-color: transparent;
}

.article-cta-section {
    background-color: #F0E9C9;
    padding: 130px 0 170px;
    clip-path: ellipse(215% 97% at bottom);
    position: relative;
    z-index: 4;
}

.article-cta-section-title {
    color: #692B39;
    font-size: 57px;
    font-weight: normal;
    letter-spacing: 0.2px;
    text-align: center;
    margin-bottom: 60px;
}

.article-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Swiper carousel (4+ cards) */
.article-cta-swiper-wrapper {
    position: relative;
}

.article-cta-links.swiper {
    overflow: hidden;
    flex-wrap: unset;
    gap: 0;
    justify-content: unset;
}

.article-cta-links.swiper .article-cta-card {
    flex: none;
    min-width: unset;
    max-width: unset;
}

.article-cta-prev,
.article-cta-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #692B39;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.2s ease-in-out;
    background-color: white;
}

.article-cta-prev { left: -25px; }
.article-cta-next { right: -25px; }

.article-cta-prev:hover,
.article-cta-next:hover {
    background-color: #692B39;
}

.article-cta-prev:hover svg path,
.article-cta-next:hover svg path {
    fill: #ffffff;
}

.article-cta-prev.swiper-button-disabled,
.article-cta-next.swiper-button-disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

.article-cta-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 240px;
    max-width: 600px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* .article-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
} */

.article-cta-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #C7C7C7;
    overflow: hidden;
}

.article-cta-card-img--placeholder {
    background-color: #C7C7C7;
}

.article-cta-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.article-cta-card-label {
    background-color: #646C2E;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 18px 20px;
    text-align: center;
}

.volunteer-section-wrapper::before{
    background-color: #F0E9C9;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media screen and (max-width: 1100px) {
    .care-support-faq-container{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .article-two-col-text-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .article-text-with-images {
        grid-template-columns: 1fr;
    }

    .article-text-with-images-right {
        grid-template-columns: 1fr 1fr;
    }

    .care-support-faq-container > h2 {
        font-size: 48px;
    }

    .care-support-faq-section {
        clip-path: ellipse(330% 95% at bottom);
    }
}

@media screen and (max-width: 600px) {
    .article-bullet-grid {
        grid-template-columns: 1fr;
        place-items: unset;
    }

    .article-bullet-grid::before{
        display: none;
    }

    .article-text-with-images-right {
        grid-template-columns: 1fr 1fr;
    }

    .article-text-with-images-right img {
        height: 140px;
    }

    .article-image-grid img {
        height: 235px;
    }

    .article-section-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 18px;
        margin-top: 30px;
    }

    .care-support-faq-section {
        clip-path: ellipse(270% 97% at bottom);
    }

    .care-support-faq-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .care-support-faq-container > h2 {
        font-size: 30px;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
    }

    .faq-question {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.5px;
        padding: 18px 0;
        text-align: left;
    }

    .faq-answer {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 21px;
    }

    .faq-item.active .faq-question {
        padding-bottom: 12px;
    }

    .faq-item.active .faq-answer {
        padding-bottom: 18px;
    }

    .faq-toggle {
        font-size: 25px;
    }

    .faq-view-more {
        font-size: 10.5px;
        letter-spacing: 2.1px;
    }

    .article-cta-section {
        padding: 100px 0 80px 0;
        clip-path: ellipse(300% 97% at bottom);
    }

    .article-cta-section-title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .article-cta-links {
        flex-direction: column;
        align-items: stretch;
    }

    .article-cta-card {
        max-width: 100%;
    }

    .article-cta-links--scroll {
        flex-direction: row;
        align-items: unset;
    }

    .article-cta-links--scroll .article-cta-card {
        min-width: 260px;
        max-width: 260px;
    }

    .single-event-parent{
        padding-top: 70px;
    }

    .single-event-title{
        font-size: 25px;
        line-height: 35px;
    }

    .article-subtitle{
        font-size: 18px;
        
    }

    .event-share-container{
        margin-top: 30px;
    }

    .event-read-time p{
        font-size: 9px;
    }

    .event-thumbnail-footer{
        margin-bottom: 10px;
    }

    .event-thumbnail img{
        height: 235px;
    }

    .article-two-col-bullets .article-section-title{
        font-size: 22px;
        text-align: left;
        margin-bottom: 30px;
    }

    .article-two-col-bullets{
        margin: 50px 0 70px 0;
    }

    .article-image-block{
        margin: 50px 0 50px 0;
    }

    .article-list-title{
        font-size: 22px;
        margin-bottom: 30px;
    }

    .article-section:last-child{
        margin-bottom: 0;
    }

    .single-event-curve{
        display: none;
    }

    .event-share-container.mobile{
        display: flex;
        align-items: center;
    }
}
