.special-spins {
    color: var(--linked);
    font-weight: 600;
}

.special-wager {
    color: var(--wager-box);
    font-size: 0.938rem;
    line-height: 1.063rem;
    font-weight: 400;
}

.btn-list-special {
    text-transform: uppercase;
}

.special-min-deposit {
    font-weight: 600;
}

.special-min-deposit span {
    font-weight: 400;
    font-size: 0.824rem;
}

.special-span-h2-title {
    border-left: 4px solid var(--active);
    padding-left: 0.5rem;
}

.special-list-item-bonus-up-to {
    color: var(--red);
}

.special-list-item-bonus em {
    font-style: normal;
}

.special-list-item-rating {
    color: var(--box-rating-tablet);
}

.special-list-item:nth-child(even) {
    /* background: var(--index-background-hero); */
    background: var(--box-rating-number);
}

.special-list-item:nth-child(odd) {
    background: var(--white);
}

.special-list-item:hover {
    background: linear-gradient( 0deg, rgb(187 199 211) 0%, rgb(229 231 233) 100%);
}

.extra-details {
    box-shadow: 0 1px 8px rgb(109 117 141 / 18%);
    background: linear-gradient( 0deg, rgb(187 199 211) 0%, rgb(229 231 233) 100%);
    border: 1px solid #e1e1e1;
}

.special-list-item:first-of-type {
    border-radius: var(--border-top);
}

.special-list-item:last-of-type {
    border-radius: var(--border-bottom);
}

.special-list-item-type {
    font-weight: 500;
    color: var(--wager-box);
    text-transform: capitalize;
}

@media only screen and (max-width: 424px) {
    .special-min-deposit {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .special-list-item-rating,
    .special-list-item-number {
        display: none;
    }
    /* .special-list-item {
        padding: 0.5rem 1rem;
    } */
}

@media only screen and (min-width: 425px) and (max-width: 575px) {
    .special-min-deposit {
        min-width: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .special-list-item-rating {
        align-items: center;
        align-self: center;
        padding: 0.5rem;
        /* width: auto; */
        justify-content: center;
        align-content: center;
        backdrop-filter: var(--navbar-blur);
        -webkit-backdrop-filter: var(--navbar-blur);
        background: var(--box-rating-number);
        border-radius: var(--border-15);
        margin-left: 1rem;
        min-width: 4.5rem;
    }
    .special-list-item figure {
        /* margin-left: 2.5rem; */
    }
    .special-list-item-number {
        position: absolute;
        /* left: 0.5rem; */
        font-size: 2.5rem;
        line-height: 5rem;
        color: var(--special-list-number);
    }
    .special-list-item picture {
        /* margin-left: .5rem; */
    }
    .special-min-deposit {
        min-width: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
    }
    .special-list-item-bonus-info {
        margin-right: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .special {
        padding: 1rem;
        margin: 0 1rem 1rem;
        background: var(--bg-linear);
        box-shadow: var(--box-shadows);
        border-radius: var(--border-15);
    }
    .special-list-item {
        display: flex;
        /* margin-bottom: 1rem; */
        position: relative;
    }
    .special-list-item figure {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .special-logo {
        height: 3.765rem;
        width: 3.765rem;
        display: block;
        border-radius: var(--border-8);
        margin: 0.294rem 0 0.294rem 0.5rem;
    }
    .special-list-item-col img,
    .special-list-item-bonus a,
    .special-list-item-bonus em,
    .special-list-item-type,
    .special-list-item-number {
        display: none;
    }
    .special-list-item-bonus-info {
        border-bottom: 1px solid var(--border-micro-box);
        width: calc(100% - 2rem);
        margin-left: 1rem;
        flex-direction: column;
        display: flex;
        display: -ms-flexbox;
        font-weight: 700;
    }
    .special-list-bottom-getbox {
        line-height: 1.5rem;
        font-size: 0.875rem;
        display: flex;
        flex-direction: column;
        align-self: center;
        margin: 0.5rem 0.5rem 0;
        min-width: 5rem;
    }
    .btn-list-special {
        width: 100%;
        height: 1.75 rem;
        line-height: 1.75rem;
        font-size: 1rem;
        padding: 0 0.25 rem;
    }
    .special-span-h2-title {
        color: var(--special-span-h2-title);
    }
    .two-boxes {
        color: var(--font-color);
    }
    .card-top-list .item-box-offer:first-of-type {
        border-radius: var(--border-top);
    }
    .card-top-list .item-box-offer:last-of-type {
        border-radius: var(--border-bottom);
    }
    .special-list-box-section {
        border-radius: var(--border-15);
        box-shadow: var(--box-shadows-hover);
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .special {
        margin-bottom: 1rem;
    } */
    .special-list-box-section {
        /* background: var(--payments-slider-bg);
        background: var(--bg-linear);
        padding: 1rem 0; */
        border-radius: var(--border-15);
        box-shadow: var(--box-shadows-hover);
    }
    .special-list-section,
    .special-list-item,
    .special-list-item-bonus,
    .special-list-item-bonus-info,
    .special-list-item figure,
    .special-list-item-col {
        display: flex;
        flex-wrap: wrap;
    }
    .special-list-item,
    .special-list-item-bonus-info {
        flex-direction: row;
        height: 100%;
    }
    .special-list-item {
        /* height: 100%;
        width: 100%; */
        position: relative;
        justify-content: space-between;
        height: 5rem;
        /* margin: 1rem 0; */
    }
    .special-list-item:nth-child(odd) {
        background: var(--white);
    }
    .special-logo {
        height: 4.412rem;
        width: 4.412rem;
        display: block;
        border-radius: var(--border-8);
        margin: 0.294rem 0 0.294rem 0.5rem;
    }
    .special-list-item figure {
        flex-direction: row;
        height: 100%;
    }
    .special-list-item-col,
    .special-list-item-bonus {
        flex-direction: column;
    }
    .special-list-item-number,
    .special-wager {
        display: none;
    }
    .special-list-item-rating {
        align-items: center;
        align-self: center;
        padding: 1rem;
        /* width: auto; */
        justify-content: center;
        align-content: center;
        backdrop-filter: var(--navbar-blur);
        -webkit-backdrop-filter: var(--navbar-blur);
        background: var(--box-rating-number);
        border-radius: var(--border-15);
        margin-left: 1rem;
        min-width: 4.875rem;
    }
    .special-list-item-col,
    .special-list-item-bonus {
        align-items: center;
        justify-content: center;
        width: auto;
        align-content: center;
        /* min-width: 6.875rem; */
    }
    .special-list-item-col {
        min-width: 6.471rem;
    }
    .special-list-item-bonus {
        /* padding: 0 1rem; */
        min-width: 11.5rem;
    }
    .special-list-item-bonus-info {
        border-bottom: 1px solid var(--border-micro-box);
        /* width: 50%; */
        flex-wrap: wrap;
        justify-content: space-between;
    }
    /* .special-list-item-bonus a span {
        color: var(--active);
    } */
    .special-list-item-bonus a {
        color: var(--grey__text);
        text-transform: uppercase;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .special-list-item-bonus span {
        font-size: 1.25rem;
        line-height: 1.5rem;
        /* font-size: 1.15rem;
        line-height: 1.25rem; */
        width: 100%;
        text-align: center;
    }
    .special-list-item-bonus-up-to {
        font-weight: 700;
    }
    .special-list-bottom-getbox {
        display: flex;
        flex-direction: column;
        align-self: center;
        margin: 0.5rem 0.5rem 0;
        min-width: 5rem;
    }
    .btn-list-special {
        width: 100%;
        height: 1.75 rem;
        line-height: 1.75rem;
        font-size: 1rem;
        padding: 0 0.25 rem;
    }
    .special-span-h2-title {
        color: var(--font-color);
    }
}

@media only screen and (min-width: 992px) {
    .special-list-item-bonus {
        min-width: 11.875rem;
    }
    .special-list-box-section {
        /* background: var(--payments-slider-bg); */
        /* background: darkolivegreen; */
        /* background: var(--bg-linear); */
        /* margin: 1rem 0; */
        border-radius: var(--border-15);
        /* margin-bottom: 1rem; */
        box-shadow: var(--box-shadows-hover);
    }
    .special-list-section,
    .special-list-item,
    .special-list-item-bonus,
    .special-list-item-bonus-info,
    .special-list-item figure,
    .special-list-item-col {
        display: flex;
        flex-wrap: wrap;
    }
    .special-list-item,
    .special-list-item-bonus-info {
        flex-direction: row;
        height: 100%;
    }
    .special-list-item-bonus-up-to {
        font-weight: 700;
    }
    .special-list-item {
        /* height: 100%;
        width: 100%; */
        position: relative;
        justify-content: space-between;
        height: calc(5rem + 2px);
        /* margin: 1rem 0; */
    }
    .special-logo {
        height: 4.5rem;
        width: 4.5rem;
        display: block;
        border-radius: var(--border-8);
        box-sizing: border-box;
        margin: 0.25rem;
    }
    .special-list-item figure {
        flex-direction: row;
        /* margin-left: 4rem; */
        height: 100%;
    }
    .special-list-item-col,
    .special-list-item-bonus {
        flex-direction: column;
    }
    .special-list-item-number {
        /* position: absolute;
        left: 0rem; */
        font-size: 3rem;
        line-height: 5rem;
        color: var(--special-list-number);
        padding: 0 0.5rem;
        min-width: 4.118rem;
        text-align: center;
    }
    .special-list-item-rating {
        align-items: center;
        align-self: center;
        padding: 1rem;
        /* width: auto; */
        justify-content: center;
        align-content: center;
        backdrop-filter: var(--navbar-blur);
        -webkit-backdrop-filter: var(--navbar-blur);
        background: var(--box-rating-number);
        border-radius: var(--border-15);
        margin-left: 1rem;
        min-width: 4.875rem;
    }
    .special-list-item-col,
    .special-list-item-bonus {
        align-items: center;
        justify-content: center;
        /* padding: 0 1rem; */
        width: auto;
        align-content: center;
        /* margin-left: 1rem; */
        /* min-width: 6.471rem; */
    }
    .special-list-item-bonus {
        min-width: 12.471rem;
    }
    .special-list-item-bonus a span {
        /* color: var(--linked); */
    }
    .special-list-item-bonus a {
        color: var(--wager-box);
        text-transform: uppercase;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .special-list-item-bonus-info {
        /* border-bottom: 1px solid var(--border-micro-box); */
        /* width: 50%; */
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .special-list-item-bonus span {
        font-size: 1.25rem;
        line-height: 1.5rem;
        width: 100%;
        text-align: center;
    }
    .special-list-bottom-getbox {
        min-width: 8rem;
        display: flex;
        flex-direction: column;
        align-self: center;
        margin: 0.5rem 0.5rem 0;
    }
    .special-list-bottom-getbox a {
        line-height: 2rem;
    }
    .special-spins {
        font-size: 1.15rem;
        line-height: 1.15rem;
        padding: 0 1rem;
    }
}