/* Q88 offers index polish inspired by the sportsbook landing pages */

:root {
    --q88-cyan: #00c7cc;
    --q88-cyan-light: #9af9ff;
    --q88-bg-top: #080b14;
    --q88-bg-mid: #0b1020;
    --q88-bg-bottom: #05060a;
    --q88-text: #f4f7ff;
    --q88-muted: #aab4c5;
    --q88-panel: rgba(255,255,255,0.06);
    --q88-line: rgba(255,255,255,0.12);
}

html,
body#slots {
    min-height: 100%;
    background:
        radial-gradient(circle at 16% 4%, rgba(0,199,204,0.2), transparent 20rem),
        radial-gradient(circle at 88% 0%, rgba(154,249,255,0.08), transparent 24rem),
        linear-gradient(180deg, var(--q88-bg-top) 0%, var(--q88-bg-mid) 46%, var(--q88-bg-bottom) 100%) !important;
    color: var(--q88-text) !important;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body#slots,
body#slots .sk-content,
body#slots .sk-body,
body#slots .section-padding,
body#slots #top_online_games,
body#slots #top_online_games .container,
body#slots #top_online_games .section-title {
    background-color: var(--q88-bg-top) !important;
}

body#slots a {
    color: var(--q88-cyan-light);
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body#slots a:hover,
body#slots a:focus {
    color: #fff;
}

.sk-content {
    background: transparent !important;
}

#sk-sidebar,
.sk-overlay {
    display: none !important;
    visibility: hidden !important;
}

#sk-mob-header .menu-icon {
    display: none !important;
}

#sk-mob-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.55rem !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 4.9rem !important;
    padding: 0.55rem 1rem !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(3,6,17,0.96), rgba(3,6,17,0.76)) !important;
}

#sk-mob-header #sk-logo {
    flex: 0 0 auto !important;
    margin-right: auto !important;
    position: static !important;
    z-index: auto !important;
    width: auto !important;
    text-align: left !important;
}

#sk-mob-header #sk-logo img {
    height: 3.2rem !important;
    margin: 0 !important;
}

#sk-mob-header .sk-btns {
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0 !important;
}

#sk-mob-header .sk-btns + .sk-btns {
    margin-left: 0.45rem !important;
}

#sk-mob-header .sk-btns a {
    display: block !important;
}

@media (min-width: 992px) {
    #sk-mob-header,
    .sk-overlay {
        display: none !important;
    }
}

.sk-content > header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 6.4rem;
    background: linear-gradient(180deg, rgba(3,6,17,0.96), rgba(3,6,17,0.76));
    border-bottom: 1px solid var(--q88-line);
    box-shadow: 0 18px 42px rgba(0,0,0,0.28);
    backdrop-filter: blur(14px);
}

#page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(80vw, 1280px);
    min-height: 6.4rem;
    margin: 0 auto;
}

#page-header > .header,
#page-header > .header > .hidden-xs,
#page-header .navbar,
#page-header .container,
#page-header .top-menu {
    width: 100% !important;
}

#page-header .navbar,
#page-header .navbar-default,
#page-header .navbar-fixed-top {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    min-height: 6.4rem !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#page-header .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#page-header .top-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 6.4rem !important;
}

#page-header .navbar-header,
#page-header .navbar-right {
    float: none !important;
}

#page-header .navbar-header {
    margin-right: auto !important;
}

#page-header .navbar-right {
    margin-left: auto !important;
}

#page-header .navbar-brand {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

#page-header .navbar-brand img {
    width: auto !important;
    height: 5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.32));
}

#page-header .navbar-nav {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin: 0 !important;
}

#page-header .navbar-nav > li {
    float: none !important;
}

#page-header .navbar-nav > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 10rem !important;
    min-height: 3.65rem !important;
    padding: 0.95rem 1.55rem !important;
    border: 1px solid rgba(154,249,255,0.38) !important;
    border-radius: 0.65rem !important;
    color: var(--q88-cyan-light) !important;
    background: rgba(0,199,204,0.08) !important;
    font-family: "Fredoka", "Libre Franklin", sans-serif !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease !important;
}

#page-header .navbar-nav > li.active > a,
#page-header .navbar-nav > li.active > a:hover,
#page-header .navbar-nav > li.active > a:focus,
#page-header .navbar-nav > li > a:hover,
#page-header .navbar-nav > li > a:focus {
    color: #fff !important;
    background: linear-gradient(180deg, #20ebee 0%, #00c4ca 48%, #008d9a 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 16px 34px rgba(0,199,204,0.25) !important;
    transform: translateY(-1px);
}

#sk-mob-header .sk-btns button {
    width: 8.8rem !important;
    min-height: 3rem !important;
    padding: 0.72rem 0.8rem !important;
    border: 1px solid rgba(154,249,255,0.38) !important;
    border-radius: 0.65rem !important;
    background: rgba(0,199,204,0.08) !important;
    color: var(--q88-cyan-light) !important;
    font-family: "Fredoka", "Libre Franklin", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

#sk-mob-header .sk-btns:first-of-type button,
#sk-mob-header .sk-btns button:hover,
#sk-mob-header .sk-btns button:focus {
    color: #fff !important;
    background: linear-gradient(180deg, #20ebee 0%, #00c4ca 48%, #008d9a 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 12px 26px rgba(0,199,204,0.22) !important;
}

.index-header-logo {
    display: inline-flex;
    align-items: center;
    width: 12.5rem;
    max-width: 48vw;
}

.index-header-logo img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.32));
}

.index-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.72rem 1.2rem;
    border: 1px solid rgba(154,249,255,0.38);
    border-radius: 0.65rem;
    background: linear-gradient(180deg, #20ebee 0%, #00c4ca 48%, #008d9a 100%);
    color: #fff !important;
    font-family: "Fredoka", "Libre Franklin", sans-serif;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.28);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 14px 30px rgba(0,199,204,0.22);
}

.index-header-cta:hover,
.index-header-cta:focus {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.36),
        0 18px 36px rgba(0,199,204,0.3);
}

.sk-body {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(0,199,204,0.12), transparent 20rem),
        linear-gradient(180deg, rgba(5,7,14,0.94), rgba(8,11,20,0.92));
}

.bd-content,
.offer-wrapper,
.offer-intro-section {
    background: transparent !important;
}

.offer-wrapper {
    width: min(80vw, 1280px);
    margin: 0 auto;
    padding: 0.85rem 0 1.5rem;
}

.offers-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: auto;
    padding: 0.65rem 0 1.35rem;
}

.offers-intro__main {
    width: 100%;
}

.offers-intro__title {
    margin: 0;
    color: #fff !important;
    font-family: "Fredoka", "Arial Rounded MT Bold", "Libre Franklin", sans-serif !important;
    font-size: clamp(1.7rem, 2.35vw, 2.65rem);
    font-weight: 700 !important;
    line-height: 1.08;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: none;
}

@media (max-width: 1320px) {
    .offers-intro__title {
        white-space: normal;
    }
}

.offers-intro__title a {
    color: var(--q88-cyan) !important;
    text-decoration: none;
}

.offers-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
    margin: 0 0 1.15rem;
    padding: 1rem;
    border: 1px solid rgba(154,249,255,0.22);
    border-radius: 0.85rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)),
        rgba(3,6,17,0.42);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 18px 42px rgba(0,0,0,0.24);
    backdrop-filter: blur(12px);
}

.offers-filter__control {
    display: grid;
    gap: 0.38rem;
    flex: 0 1 15rem;
    min-width: 0;
}

.offers-filter__control label {
    margin: 0;
    color: #dce7f4;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.offers-filter__select {
    width: 100%;
    min-height: 2.9rem;
    padding: 0.6rem 2.55rem 0.6rem 0.95rem;
    border: 1px solid rgba(154,249,255,0.36);
    border-radius: 0.65rem;
    background-color: rgba(0,199,204,0.08);
    background-image:
        linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(180deg, rgba(0,199,204,0.16), rgba(0,199,204,0.08));
    background-position:
        calc(100% - 1.15rem) 50%,
        calc(100% - 0.8rem) 50%,
        0 0;
    background-repeat: no-repeat;
    background-size:
        0.36rem 0.36rem,
        0.36rem 0.36rem,
        100% 100%;
    color: var(--q88-cyan-light);
    font-family: "Fredoka", "Libre Franklin", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    outline: none;
    appearance: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.offers-filter__select:focus {
    color: #fff;
    border-color: rgba(154,249,255,0.74);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        0 0 0 3px rgba(0,199,204,0.18);
}

.offers-filter__select option {
    color: #101827;
}

.offers-filter__count {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 auto;
    margin-left: auto;
    color: #dce7f4;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
}

.offers-filter__empty {
    margin: 0 0 1.1rem;
    padding: 1.15rem;
    border: 1px dashed rgba(154,249,255,0.36);
    border-radius: 0.75rem;
    color: #dce7f4;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.offer-intro-section > .row,
#sportsbook-offer.row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0 0 1.1rem;
}

.offer-intro-section > .row[hidden],
.offer-intro-section > .row > [hidden],
#sportsbook-offer.row[hidden],
#sportsbook-offer.row > [hidden] {
    display: none !important;
}

.offer-intro-section > .row::before,
.offer-intro-section > .row::after,
#sportsbook-offer.row::before,
#sportsbook-offer.row::after {
    content: none !important;
    display: none !important;
}

.offer-intro-section > .row > [class*="col-"],
#sportsbook-offer.row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

.offer-intro-section > .row:first-of-type::before,
#sportsbook-offer::before {
    display: block !important;
    padding: 0.85rem 1.2rem;
    border-radius: 0.75rem 0.75rem 0 0;
    background: #111827;
    color: #d7dee9;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.offer-intro-section > .row:first-of-type::before {
    content: "Casino Offers" !important;
}

#sportsbook-offer {
    margin-top: 1.6rem;
}

#sportsbook-offer::before {
    content: "Sportsbook Offers" !important;
}

.offers-claim__item {
    display: grid;
    grid-template-columns: minmax(18rem, 1.15fr) 11rem 12rem minmax(28rem, 2fr);
    grid-template-rows: auto 1fr;
    gap: 1rem;
    align-items: center;
    min-height: 8.5rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(17,24,39,0.12);
    border-left: 4px solid #00aeb8;
    border-radius: 0.65rem;
    background: #f8fafc;
    color: #111827;
    box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

.offers-claim__item:hover {
    background: #fff;
    border-left-color: #6b7280;
    box-shadow: 0 18px 38px rgba(0,0,0,0.24);
}

.offers-claim__item-inner:first-child {
    display: contents;
}

.offers-claim__item-inner:has(.offers-claim__claim-offer-btn) {
    display: flex;
    grid-column: 3;
    grid-row: 1 / span 2;
    justify-content: center;
    align-self: center;
}

.overline {
    display: contents;
    margin: 0;
    color: #111827 !important;
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.offer-number,
.offer-type,
.offer-geo {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    line-height: 1;
}

.offer-number {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    min-width: 2rem;
    justify-content: center;
    color: #fff;
    background: #111827;
}

.offer-geo {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    margin-left: auto;
    color: #111827;
    background: #e5e7eb;
    white-space: nowrap;
}

.offer-type {
    grid-column: 1 / span 2;
    grid-row: 1;
    justify-self: center;
    align-self: start;
    color: #4b5563;
    background: transparent;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.offers-claim__welcome-bonus-text {
    grid-column: 1 / span 2;
    grid-row: 2;
    align-self: center;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: #111827 !important;
    text-align: center !important;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 1.72rem !important;
    line-height: 1.26 !important;
    font-weight: 900 !important;
    text-transform: none;
    text-shadow: none;
}

.offers-claim__claim-offer-btn,
.button.offers-claim__claim-offer-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 12rem);
    min-height: 2.85rem;
    margin: 0;
    padding: 0.72rem 2rem 0.72rem 0.9rem;
    border: 1px solid rgba(154,249,255,0.38);
    border-radius: 0.55rem;
    background: linear-gradient(180deg, #20ebee 0%, #00c4ca 48%, #008d9a 100%) !important;
    color: #fff !important;
    font-family: "Libre Franklin", sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 16px 34px rgba(0,199,204,0.25);
}

.offers-claim__claim-offer-btn::after,
.button.offers-claim__claim-offer-btn::after {
    content: "→";
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    line-height: 1;
}

.offers-claim__claim-offer-btn:hover,
.button.offers-claim__claim-offer-btn:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #44f6f7 0%, #00d0d5 48%, #0098a8 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.36),
        0 18px 36px rgba(0,199,204,0.3);
}

.small-x.color-gray-50 {
    display: block;
    grid-column: 4;
    grid-row: 1 / span 2;
    margin: 0;
    color: #374151 !important;
    font-size: 1.06rem;
    line-height: 1.58;
}

.small-x strong {
    color: #111827;
}

.small-x a {
    color: #006d77 !important;
    font-weight: 900;
}

#top_online_games {
    background:
        radial-gradient(circle at 18% 0%, rgba(0,199,204,0.12), transparent 20rem),
        linear-gradient(180deg, rgba(5,7,14,0.94), rgba(8,11,20,0.92));
}

#top_online_games .section-title {
    background:
        radial-gradient(circle at 18% 0%, rgba(0,199,204,0.12), transparent 20rem),
        linear-gradient(180deg, rgba(5,7,14,0.94), rgba(8,11,20,0.92));
}

#top_online_games .container {
    width: min(80vw, 1280px);
    max-width: none;
    padding: 2rem 0 3rem;
}

#top_online_games p {
    max-width: 74rem;
    margin: 0 auto 1rem;
    color: #cbd4e2;
    font-size: 1.38rem;
    line-height: 1.72;
}

#top_online_games .section-title,
#top_online_games .section-title p,
#top_online_games .section-title a {
    font-size: 1.75rem;
}

footer#footer {
    background: #05060a;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #b9c3d2;
}

footer#footer .container {
    width: min(80vw, 1280px);
    max-width: none;
}

@media (max-width: 991px) {
    .offer-intro-section > .row,
    #sportsbook-offer.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 771px) and (max-width: 991px) {
    #page-header,
    .offer-wrapper,
    #top_online_games .container,
    footer#footer .container {
        width: calc(100% - 2rem);
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }

    #page-header .navbar-brand img {
        height: 4.3rem !important;
    }

    #page-header .navbar-nav > li > a {
        min-width: 9.5rem !important;
        min-height: 3.2rem !important;
        padding: 0.8rem 1.1rem !important;
        font-size: 1.04rem !important;
    }

    #sk-mob-header {
        min-height: 5.2rem !important;
        padding: 0.65rem 0.6rem !important;
    }

    #sk-mob-header #sk-logo img {
        height: 3.5rem !important;
    }

    #sk-mob-header .sk-btns button {
        width: 9.6rem !important;
        min-height: 3.25rem !important;
        font-size: 1.06rem !important;
    }

    .offers-intro__title {
        font-size: clamp(1.7rem, 4.4vw, 2.45rem);
        white-space: normal;
    }

    .offers-filter {
        align-items: center;
    }

    .offers-filter__count {
        width: auto;
        margin-left: auto;
        white-space: normal;
    }

    .offer-intro-section > .row,
    #sportsbook-offer.row {
        grid-template-columns: 1fr;
    }

    .offers-claim__item {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 0.85rem;
        padding: 1rem 1.1rem;
    }

    .offers-claim__item-inner:first-child {
        display: block;
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .offers-claim__item .overline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.7rem;
        margin: 0 0 0.65rem;
    }

    .offer-number {
        grid-column: auto;
        grid-row: auto;
        flex: 0 0 auto;
    }

    .offer-type {
        grid-column: auto;
        grid-row: auto;
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }

    .offer-geo {
        grid-column: auto;
        grid-row: auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .offers-claim__welcome-bonus-text {
        grid-column: 1;
        grid-row: 2;
        max-width: 42rem;
        margin: 0 auto !important;
        font-size: 1.65rem !important;
        line-height: 1.28 !important;
    }

    .offers-claim__item-inner:has(.offers-claim__claim-offer-btn) {
        grid-column: 1;
        grid-row: 3;
        align-self: center;
        justify-content: center;
    }

    .offers-claim__claim-offer-btn,
    .button.offers-claim__claim-offer-btn {
        width: min(100%, 13rem);
        min-height: 2.75rem;
        font-size: 1rem;
    }

    .small-x.color-gray-50 {
        grid-column: 1;
        grid-row: 4;
        font-size: 1.12rem;
        line-height: 1.58;
    }

    #top_online_games p,
    #top_online_games .section-title,
    #top_online_games .section-title p,
    #top_online_games .section-title a {
        font-size: 1.16rem;
        line-height: 1.62;
    }
}

@media (max-width: 770px) {
    .sk-content > header {
        min-height: 4.75rem;
    }

    #page-header,
    .offer-wrapper,
    #top_online_games .container,
    footer#footer .container {
        width: calc(100% - 1.5rem);
    }

    .sk-body {
        background:
            radial-gradient(circle at 12% 0%, rgba(0,199,204,0.14), transparent 16rem),
            linear-gradient(180deg, rgba(5,7,14,0.96), rgba(8,11,20,0.94));
    }

    .offer-wrapper {
        padding-top: 0.35rem;
    }

    .offers-intro {
        min-height: auto;
        padding: 0.35rem 0 1.15rem;
    }

    .offer-intro-section > .row,
    #sportsbook-offer.row {
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .offers-filter__control {
        width: auto;
    }

    .offers-filter {
        padding: 0.7rem;
        gap: 0.45rem;
        flex-wrap: nowrap;
    }

    .offers-filter__count {
        flex: 0 1 5.9rem;
        width: auto;
        margin-left: 0;
        font-size: 0.84rem;
        line-height: 1.25;
        text-align: right;
        white-space: normal;
    }

    .offers-filter__control {
        flex: 1 1 0;
    }

    .offers-filter__control label {
        font-size: 0.84rem;
        letter-spacing: 0.06em;
    }

    .offers-filter__select {
        min-height: 3.1rem;
        padding: 0.62rem 1.75rem 0.62rem 0.64rem;
        font-size: 0.94rem;
        background-position:
            calc(100% - 0.85rem) 50%,
            calc(100% - 0.58rem) 50%,
            0 0;
    }

    .offers-claim__item {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 0.8rem;
        padding: 1rem;
        border-radius: 0.65rem;
    }

    .offers-claim__item-inner:first-child {
        display: block;
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .offers-claim__item-inner:has(.offers-claim__claim-offer-btn) {
        grid-column: 1;
        grid-row: 3;
        justify-content: center;
        justify-self: center;
        width: 100%;
    }

    .overline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        margin: 0 0 0.7rem;
    }

    .overline {
        gap: 0.5rem;
        font-size: 0.98rem;
        line-height: 1.25;
    }

    .offer-number,
    .offer-type,
    .offer-geo {
        min-height: 1.9rem;
        padding: 0.3rem 0.55rem;
    }

    .offer-number {
        grid-column: auto;
        grid-row: auto;
        flex: 0 0 auto;
        min-width: 1.65rem;
    }

    .offer-geo {
        grid-column: auto;
        grid-row: auto;
        flex: 0 0 auto;
        max-width: 68%;
    }

    .offer-type {
        grid-column: auto;
        grid-row: auto;
        flex: 1 1 auto;
        justify-content: center;
        justify-self: center;
        text-align: center;
    }

    .offers-claim__welcome-bonus-text {
        grid-column: 1;
        grid-row: 2;
        min-height: auto;
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 1.85rem !important;
        line-height: 1.28 !important;
    }

    .offers-claim__claim-offer-btn,
    .button.offers-claim__claim-offer-btn {
        width: min(100%, 13rem);
        min-height: 3.1rem;
        margin: 0 auto;
        font-size: 1.04rem;
    }

    .small-x.color-gray-50 {
        grid-column: 1;
        grid-row: 4;
    }

    .offers-intro__title {
        font-size: clamp(1.65rem, 7.4vw, 2.25rem);
        white-space: normal;
    }

    .small-x.color-gray-50 {
        font-size: 1.24rem;
        line-height: 1.6;
    }

    #top_online_games p {
        padding: 0 !important;
        font-size: 1.24rem;
        line-height: 1.6;
    }

    #top_online_games .section-title,
    #top_online_games .section-title p,
    #top_online_games .section-title a {
        font-size: 1.24rem;
    }
}

@media (max-width: 480px) {
    .offers-filter__control {
        flex-basis: 0;
    }

    .offer-type {
        order: 3;
        width: 100%;
    }

    .offer-geo {
        max-width: 100%;
    }
}
