@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;800&family=Inter:wght@400&display=swap');

.toplist-basketballinsiders__wrapper {
    position: relative;
    margin-bottom: 32px;
}

.toplist-basketballinsiders__offers {
    display: flex;
}

.toplist-basketballinsiders__slider-prev-arrow,
.toplist-basketballinsiders__slider-next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    outline: none;
    background-color: #1b1f2e;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.toplist-basketballinsiders__slider-prev-arrow {
    left: -46px;
}

.toplist-basketballinsiders__slider-next-arrow {
    right: -46px;
    transform: translateY(-50%) rotate(180deg);
}

.toplist-basketballinsiders__slider-prev-arrow.slick-disabled,
.toplist-basketballinsiders__slider-next-arrow.slick-disabled {
    display: block;
    visibility: visible;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.toplist-basketballinsiders__slider-prev-arrow:hover,
.toplist-basketballinsiders__slider-prev-arrow:focus,
.toplist-basketballinsiders__slider-next-arrow:hover,
.toplist-basketballinsiders__slider-next-arrow:focus {
    opacity: 0.9;
}

.toplist-basketballinsiders__offers .slick-list {
    margin: -10px 0 !important;
    padding: 10px 0 !important;
}

.toplist-basketballinsiders__offers .slick-track {
    display: flex;
    max-height: unset;
}

.toplist-basketballinsiders__offers .slick-slide {
    display: flex !important;
    height: auto;
}

.toplist-basketballinsiders__offer {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 12px;
    border-radius: 4px;
    box-shadow:
        0 1px 2px 0 #0000000a,
        0 4px 16px 0 #0000000f;
}

.toplist-basketballinsiders__offer:not(.fifa-2026):first-of-type {
    border: 1px solid #105280;
    border-radius: 0;
    border-top-left-radius: 5.5px;
    border-top-right-radius: 5.5px;
}

.toplist-basketballinsiders__offer-fifa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px 4px 0 0;
    background-color: #0058c5;
    background-image: url('../images/fifa-banners/basketballinsiders-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 40px;
}

.toplist-basketballinsiders__offer-fifa-title {
    font-family: Barlow, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #fff;
}

.toplist-basketballinsiders__offer-top-rated {
    font-family: Barlow, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 40px;
    padding: 16px 0;
    text-align: center;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #010000;
    border-radius: 4px 4px 0 0;
    background: #ebeff2;
}

.toplist-basketballinsiders__offer.fifa-2026 .toplist-basketballinsiders__offer-top-rated {
    display: none;
}

.toplist-basketballinsiders__offer:not(.fifa-2026):first-of-type .toplist-basketballinsiders__offer-top-rated {
    color: #fff;
    background: #0058c5;
}

.toplist-basketballinsiders__offer-inner {
    display: grid;
    flex: 1;
    padding: 16px 20px 20px;
    background: #fff;
    gap: 16px;
    grid-template-areas:
        'logo'
        'main'
        'cta-btn';
    grid-template-columns: auto;
    grid-template-rows: auto 1fr auto;
}

.toplist-basketballinsiders__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 55px;
    margin: auto;
    border-radius: 4px;
    grid-area: logo;
}

.toplist-basketballinsiders__offer-logo img {
    width: 114px;
    height: 55px;
    border-radius: inherit;
    object-fit: contain;
}

.toplist-basketballinsiders__offer-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.toplist-basketballinsiders__offer-title {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 135%;
    text-align: center;
    color: #010000;
}

.toplist-basketballinsiders__offer-key-features {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.toplist-basketballinsiders__offer-key-features-item {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    position: relative;
    display: flex;
    padding-left: 20px;
    color: #2f3030;
}

.toplist-basketballinsiders__offer-key-features-item:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2623 1.42969L12.3532 2.52051L12.4244 2.59082L12.3532 2.66113L4.01624 10.999L3.94495 11.0703L3.87464 10.999L0.212532 7.33691L0.141243 7.2666L1.37366 6.03418L1.44398 6.10449L3.94495 8.60449L11.1217 1.42969L11.192 1.3584L11.2623 1.42969Z' fill='%230058C5' stroke='%230058C5' stroke-width='0.2'/%3E%3C/svg%3E%0A");
}

.toplist-basketballinsiders__offer-cta-btn {
    font-family: Barlow, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 6px 8px;
    text-align: center;
    text-decoration: unset;
    color: #fff;
    border-radius: 24px;
    background: #0058c5;
}

.toplist-basketballinsiders__offer-cta-btn:hover {
    text-decoration: unset;
    color: #fff;
    background: #004dad;
}

@media (max-width: 991px) {
    .toplist-basketballinsiders__slider-prev-arrow,
    .toplist-basketballinsiders__slider-next-arrow {
        display: none;
    }

    .toplist-basketballinsiders__offer {
        margin: 0 6px;
    }

    .toplist-basketballinsiders__offer-fifa {
        background-image: url('../images/fifa-banners/basketballinsiders-banner-mobile.png');
    }

    .toplist-basketballinsiders__offer-fifa-title {
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 0.4px;
    }

    .toplist-basketballinsiders__offer-top-rated {
        font-size: 10px;
        padding: 16px 8px;
        letter-spacing: 0.4px;
    }

    .toplist-basketballinsiders__offer-inner {
        padding: 8px 16px 16px;
        gap: 8px;
    }

    .toplist-basketballinsiders__offer-logo,
    .toplist-basketballinsiders__offer-logo img {
        width: 83px;
        height: 40px;
    }

    .toplist-basketballinsiders__offer-title {
        font-size: 14px;
        line-height: 140%;
    }

    .toplist-basketballinsiders__offer-key-features-item {
        font-size: 10px;
        line-height: 120%;
        padding-left: 16px;
    }

    .toplist-basketballinsiders__offer-key-features-item:before {
        top: 2px;
        width: 8px;
        height: 8px;
        background-size: 8px;
    }
}
