.slick-slider .slick-list {
    touch-action: pan-y !important;
    pointer-events: auto !important;
    -webkit-user-drag: auto !important;
    -webkit-overflow-scrolling: touch !important;
    user-select: auto !important;
}

.slick-list {
    overflow: hidden;
    scroll-behavior: smooth;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}

.slick-track {
    display: flex !important;
    will-change: transform;
    transition: transform 0.3s ease;
}

.slick-slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    width: 90vw;
    max-width: 420px;
}

.slick-dots {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    background: none;
    border: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: #ccc;
    border-radius: 50%;
    border: none;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.slick-dots li button::before {
    display: none !important;
}

.styles_shadows__LIR4D {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    z-index: 2;
}

.RegionTable_dot__item {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.RegionTable_active__r1Wrj {
    background-color: #e5c85f;
    opacity: 1;
}

.styles_cardWapper__mI3US {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.styles_cards__7IlkT {
    width: 281px;
    text-align: center;
}

.styles_cardImage__BnfnJ img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.styles_game__DGr1S {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#apple-link {
    order: 0;
}

#tgs-icon {
    order: 1;
}

#google-link {
    order: 2;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
    .styles_leftIcon__Z53E3,
    .styles_RightIcon__hgX23,
    .styles_shadows__LIR4D,
    .slick-arrow {
        display: none !important;
    }

    #wishlamp-logo {
        width: 300px;
    }

    #apple-link {
        order: 1;
    }

    #tgs-icon {
        order: 0;
    }

    #google-link {
        order: 2;
    }

    .styles_game__DGr1S {
        max-width: 90%;
    }

    .styles_cardWapper__mI3US {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 16px;
        gap: 16px;
    }

    .styles_cards__7IlkT {
        min-width: 80%;
        flex: 0 0 auto;
        scroll-snap-align: center;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.05);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .slick-dots {
        bottom: -10px;
    }
}

.AppDownload_downloadApp__SSNZd a {
    color: inherit;
}

.AppDownload_downloadApp__SSNZd a:hover {
    opacity: 0.8;
}

.CalloutSection_container__6i+jG {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.svg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.customSvg {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 769px) {
    .customSvg {
        max-width: 420px;
    }

    .styles_footerWrapper__kDsWe, .styles_footerWrapper__q7Vi- {
        padding-bottom: 6%;
    }
}