.cms-event-section__cta-icon {
    display: none;
}

@media (max-width: 767.98px) {
    .home-page > .cms-event-section--mobile-scroll {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
        border-radius: 0;
    }

    .cms-event-section--mobile-scroll .cms-event-section__inner {
        width: 100%;
        min-height: 367px;
        padding: 10px 0 42px;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: #fff4e6;
        box-shadow: none;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header > div {
        margin: 0;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header h2 {
        display: flex;
        min-height: 18px;
        margin: 0 15px 0 9px;
        color: #000;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 18px;
        align-items: center;
        text-transform: uppercase;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header h2::before {
        width: 10px;
        height: 10px;
        margin-right: 11px;
        border-radius: 50%;
        background: #f26a07;
        content: "";
        flex: 0 0 10px;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header p {
        display: block;
        margin: 14px 32px 0;
        color: #6f6b63;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 19px;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header .btn {
        display: flex;
        width: calc(100vw - 30px);
        height: 34px;
        min-height: 34px;
        margin: 14px 0 0 calc(50% - 50vw + 15px);
        padding: 0 16px;
        border: 1px solid #fff;
        border-radius: 8px;
        background: #fff;
        color: #000;
        font-family: Inter, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 14px;
        text-decoration: none;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .cms-event-section--mobile-scroll .cms-event-section__header .btn::after {
        content: none;
    }

    .cms-event-section--mobile-scroll .cms-event-section__cta-icon {
        display: block;
        width: 7px;
        height: 14px;
        overflow: visible;
        color: #ff7a1a;
        flex: 0 0 7px;
    }

    .cms-event-section--mobile-scroll .cms-event-section__cta-icon path {
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2.5;
    }

    .cms-event-section--mobile-scroll .cms-event-section__layout,
    .cms-event-section--mobile-scroll .cms-event-section__footer,
    .cms-event-section--mobile-scroll .cms-event-section__mobile-all-card {
        display: none;
    }

    .cms-event-section--mobile-scroll .cms-event-section__mobile-carousel {
        display: flex;
        width: 100%;
        margin-top: 21px;
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 14px;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 15px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .cms-event-section--mobile-scroll .cms-event-section__mobile-carousel::-webkit-scrollbar {
        display: none;
    }

    .cms-event-section--mobile-scroll .cms-event-section__mobile-carousel:focus-visible,
    .cms-event-section--mobile-scroll .cms-event-card--mobile-carousel a:focus-visible,
    .cms-event-section--mobile-scroll .cms-event-section__header .btn:focus-visible {
        outline: 3px solid #f26a07;
        outline-offset: 3px;
    }

    .cms-event-section--mobile-scroll .cms-event-card--mobile-carousel {
        width: 145px;
        height: 195px;
        margin: 0;
        overflow: hidden;
        border-radius: 8px;
        background: #000;
        flex: 0 0 145px;
        scroll-snap-align: start;
    }

    .cms-event-section--mobile-scroll .cms-event-card--mobile-carousel a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
        border: 0;
        border-radius: inherit;
        background: #000;
        color: #fff;
        text-decoration: none;
        box-shadow: none;
    }

    .cms-event-section--mobile-scroll .cms-event-card__mobile-media,
    .cms-event-section--mobile-scroll .cms-event-card__mobile-shade,
    .cms-event-section--mobile-scroll .cms-event-card__mobile-media .cms-event-card__placeholder {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: inherit;
    }

    .cms-event-section--mobile-scroll .cms-event-card__mobile-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cms-event-section--mobile-scroll .cms-event-card__mobile-shade {
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000 100%);
    }

    .cms-event-section--mobile-scroll .cms-event-date-tile {
        position: absolute;
        z-index: 3;
        top: 8px;
        right: 8px;
        left: auto;
        display: flex;
        width: 39px;
        min-width: 39px;
        height: 40px;
        min-height: 40px;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(242, 106, 7, 0.35);
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .cms-event-section--mobile-scroll .cms-event-date-tile strong {
        color: #e34b10;
        font-family: Inter, Arial, sans-serif;
        font-size: 13px;
        font-weight: 900;
        line-height: 14px;
    }

    .cms-event-section--mobile-scroll .cms-event-date-tile span {
        color: #1d2634;
        font-family: Inter, Arial, sans-serif;
        font-size: 10px;
        font-weight: 900;
        line-height: 11px;
    }

    .cms-event-section--mobile-scroll .cms-event-card__category {
        position: absolute;
        z-index: 3;
        bottom: 67px;
        left: 9px;
        display: block;
        max-width: calc(100% - 18px);
        min-height: 16px;
        padding: 3px 5px;
        overflow: hidden;
        border-radius: 4px;
        background: #fff0df;
        color: #f26a07;
        font-family: Inter, Arial, sans-serif;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 10px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .cms-event-section--mobile-scroll .cms-event-card--mobile-carousel:nth-child(3n) .cms-event-card__category {
        background: #e9f6dd;
        color: #387c25;
    }

    .cms-event-section--mobile-scroll .cms-event-card__mobile-title {
        position: absolute;
        z-index: 3;
        right: 6px;
        bottom: 10px;
        left: 9px;
        display: -webkit-box;
        overflow: hidden;
        color: #fff;
        font-family: Inter, Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 18px;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
