#exploreRewards.er-cro {
    --er-teal: #007293;
    --er-muted: #8d8d8d;
    --er-card-h: 330px;
    padding: 50px 0;
}

#exploreRewards.er-cro .er-cro__layout {
    display: flex;
    align-items: flex-start;
    gap: 41px;
}

#exploreRewards.er-cro .er-cro__main,
#exploreRewards.er-cro .er-cro__aside {
    flex: 1;
    min-width: 0;
}

#exploreRewards.er-cro .er-cro__main {
    max-width: 502px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#exploreRewards.er-cro .er-cro__copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#exploreRewards.er-cro .er-cro__aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

#exploreRewards.er-cro .er-cro__headline {
    margin: 0;
    font-family: "Hilton Serif", Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #000;
    margin-top: 10px;
}

#exploreRewards.er-cro .er-cro__intro {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

#exploreRewards.er-cro .er-cro__disclaimer {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}

#exploreRewards.er-cro .er-cro__disclaimer-asterisk {
    font-size: 7.74px;
    vertical-align: super;
}

/* Slider */
#exploreRewards.er-cro .er-cro__slider-wrap {
    position: relative;
    padding: 5px 0 40px;
}

#exploreRewards.er-cro .er-cro__slider-track {
    position: relative;
    height: 46px;
}

#exploreRewards.er-cro .er-cro__slider-rail {
    position: absolute;
    left: 13px;
    right: 13px;
    top: 19px;
    height: 8px;
    background: var(--er-muted);
}

#exploreRewards.er-cro .er-cro__slider-ticks {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

#exploreRewards.er-cro .er-cro__slider-tick {
    display: block;
    width: 27px;
    height: 27px;
    border: 5px #8D8D8D solid;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

#exploreRewards.er-cro .er-cro__slider-wrap:has(.er-cro__slider-input:focus-visible) {
    outline: 2px solid #007293;
    outline-offset: 4px;
    border-radius: 4px;
}
#exploreRewards.er-cro .er-cro__slider-tick:focus-visible{
    outline: 2px solid #007293;
    outline-offset: 2px;
}

#exploreRewards.er-cro .er-cro__slider-tick.is-active::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -9px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 46px;
    border-radius: 50%;
    height: 46px;
    border: 2px solid var(--er-teal);
    background: var(--er-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='20' viewBox='0 0 32 20' fill='none'%3E%3Cpath d='M10.5 2L2 10L10.5 18' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 2L30 10L21.5 18' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 32px 20px no-repeat;
}
#exploreRewards.er-cro .er-cro__slider-tick:last-child.is-active::after{
    left: auto;
    right: -4px;
}
#exploreRewards.er-cro .er-cro__slider-tick:first-child.is-active::after{
    left: -4px;
    right: auto;
}
#exploreRewards.er-cro .er-cro__slider-labels {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 17px;
    padding: 0 4px;
}

 .er-cro__slider-label {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #333;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    height: min-content;
    width: fit-content;
    top: 0;
    bottom: -110px;
    margin: auto;
    text-align: center;
    transform: translateX(-20px);
}
.er-cro__slider-tick:last-child .er-cro__slider-label{
    right: 0;
    left: auto;
}
.er-cro__slider-tick:last-child .er-cro__slider-label{
      transform: translateX(4px);
}
.er-cro__slider-tick:first-child .er-cro__slider-label{
    transform: translateX(-4px);
}
#exploreRewards.er-cro .is-active .er-cro__slider-label {
    color: var(--er-teal);
    font-weight: 700;
}

#exploreRewards.er-cro .er-cro__slider-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    width: 100%;
    height: 46px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* Points */
#exploreRewards.er-cro .er-cro__points-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
    min-height: 41px;
}

#exploreRewards.er-cro .er-cro__points-value {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    white-space: nowrap;
}

#exploreRewards.er-cro .er-cro__points-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--er-teal);
}

#exploreRewards.er-cro .er-cro__points-label,
#exploreRewards.er-cro .er-cro__points-asterisk {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

#exploreRewards.er-cro .er-cro__points-line {
    flex: 1;
    height: 2px;
    min-width: 20px;
    position: relative;
    &::after{
        content: '';
        display: block;
        width:calc(100% - 10px);
        height: 100%;
        background: #c4c4c4;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* Shared carousel — desktop: flex track, one card at a time */
#exploreRewards.er-cro .er-cro__carousel {
    position: relative;
    width: 100%;
    max-width: 587px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#exploreRewards.er-cro .er-cro__carousel-viewport {
    position: relative;
    width: 100%;
    height: var(--er-card-h);
    overflow: hidden;
}

#exploreRewards.er-cro .er-cro__carousel-track {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 18px;
}

#exploreRewards.er-cro .er-cro__carousel-track::-webkit-scrollbar {
    display: none;
}

#exploreRewards.er-cro .er-cro__carousel-card {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#exploreRewards.er-cro .er-cro__carousel-media {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#exploreRewards.er-cro .er-cro__carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#exploreRewards.er-cro .er-cro__carousel-body {
    position: absolute;
    top: 20px;
    right: 0;
    background: #fff;
    border-radius: 12px 0 0 12px;
    padding: 10px 15px;
    max-width: calc(100% - 20px);
}

#exploreRewards.er-cro .er-cro__carousel-nights {
    margin: 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: var(--er-teal);
    text-transform: uppercase;
}

#exploreRewards.er-cro .er-cro__carousel-name {
    margin: 0;
    font-family: "Hilton Serif", Georgia, serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

#exploreRewards.er-cro .er-cro__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

#exploreRewards.er-cro .er-cro__nav:disabled {
   
    cursor: not-allowed;
    pointer-events: none;
    background:  #c4c4c4;
    border-radius: 100%;
    img{
        opacity: 0.35;
    }
}

#exploreRewards.er-cro .er-cro__nav:focus-visible {
    outline: 2px solid #007293;
    outline-offset: 2px;
}

#exploreRewards.er-cro .er-cro__carousel-track:focus-visible {
    outline: 2px solid #007293;
    outline-offset: 2px;
}

#exploreRewards.er-cro .er-cro__nav img {
    display: block;
    width: 40px;
    height: 40px;
}

#exploreRewards.er-cro .er-cro__nav--prev {
    left: -23px;
}

#exploreRewards.er-cro .er-cro__nav--next {
    right: -23px;
}

#exploreRewards.er-cro .er-cro__points-number[hidden],
#exploreRewards.er-cro .er-cro__carousel-track[hidden] {
    display: none !important;
}
@media (max-width: 1200px) {
    #exploreRewards.er-cro .er-cro__points-row {
        padding: 0;
    }
}
@media (max-width: 991px) {
    #exploreRewards.er-cro {
        padding: 0 0 40px;
    }

    #exploreRewards.er-cro .er-cro__layout {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    #exploreRewards.er-cro .er-cro__main,
    #exploreRewards.er-cro .er-cro__aside {
        display: contents;
    }

    #exploreRewards.er-cro .er-cro__copy {
        gap: 13px;
    }

    #exploreRewards.er-cro .er-cro__points-row {
        padding: 0;
    }

    #exploreRewards.er-cro .er-cro__carousel {
        display: block;
        width: 100%;
        max-width: none;
    }

    #exploreRewards.er-cro .er-cro__nav {
        display: none;
    }

    #exploreRewards.er-cro .er-cro__carousel-viewport {
        height: auto;
        overflow: visible;
    }

    #exploreRewards.er-cro .er-cro__carousel-track {
        height: auto;
        gap: 16px;
        padding-right: 0;
        margin-right: 0;
        border-radius: 0;
    }

    #exploreRewards.er-cro .er-cro__carousel-card {
        flex: 0 0 280px;
        width: auto;
        height: auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        margin-bottom: 5px;
    }

    #exploreRewards.er-cro .er-cro__carousel-media {
        height: 168px;
    }

    #exploreRewards.er-cro .er-cro__carousel-body {
        position: static;
        top: auto;
        right: auto;
        background: transparent;
        border-radius: 0;
        padding: 12px;
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    #exploreRewards.er-cro .er-cro__carousel-name {
        font-size: 15px;
        line-height: normal;
    }

    #exploreRewards.er-cro .er-cro__slider-wrap {
        padding: 0 0 22px;
    }

    #exploreRewards.er-cro .er-cro__headline {
        font-size: 24px;
        line-height: 32px;
    }

    #exploreRewards.er-cro .er-cro__intro {
        font-size: 16px;
        line-height: 22px;
    }

    #exploreRewards.er-cro .er-cro__points-number {
        font-size: 30px;
    }

    #exploreRewards.er-cro .er-cro__slider-label {
        font-size: 14px;
        bottom: -70px;
    }

    #exploreRewards.er-cro .er-cro__slider-tick {
        width: 22px;
        height: 22px;
    }

    #exploreRewards.er-cro .er-cro__slider-tick.is-active::after {
        width: 36px;
        height: 36px;
        background-size: 24px 15px;
    }

    #exploreRewards.er-cro .er-cro__slider-track,
    #exploreRewards.er-cro .er-cro__slider-input {
        height: 36px;
    }

    #exploreRewards.er-cro .er-cro__slider-rail {
        top: 14px;
    }

    #exploreRewards.er-cro .er-cro__slider-input {
        top: 0;
    }
}

@media (max-width: 575px) {
    #exploreRewards.er-cro .er-cro__carousel-card {
        flex-basis: min(280px, calc(100vw - 74px));
    }
    #exploreRewards.er-cro .er-cro__carousel-viewport{
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 0 0 0 12px;
    }
    #exploreRewards.er-cro .er-cro__carousel-track {
        width: 100%;
        padding-right: 12px;
    }
}
