.gamedrop-category-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px 20px 52px;
}

.gamedrop-category-shell {
    border: 1px solid #2a3758;
    outline: 1px solid rgba(96, 132, 255, .16);
    border-radius: 20px;
    background: linear-gradient(180deg, #0f1118 0%, #0b0d13 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
    overflow: hidden;
}

.gamedrop-category-head {
    padding: 18px 22px 12px;
    border-bottom: 1px solid rgba(61, 114, 255, .12);
}

.gamedrop-category-kicker {
    margin: 0 0 8px;
    color: #7ea3ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gamedrop-category-head h1 {
    margin: 0;
    color: #f6f8fb;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
}

.gamedrop-category-copy {
    max-width: 1040px;
    margin: 8px 0 0;
    color: #9ea8bb;
    line-height: 1.55;
    text-align: left;
    text-align-last: auto;
}

.gamedrop-quick-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
}

.gamedrop-quick-filters__pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid #2a3040;
    border-radius: 999px;
    background: #101624;
    color: #aebad1;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .15s, color .15s, background .15s;
}

.gamedrop-quick-filters__pill:hover {
    border-color: var(--gd-accent, #3d72ff);
    color: #fff;
    background: #131a2c;
}

.gamedrop-quick-filters__pill.is-active {
    background: #19315f;
    border-color: var(--gd-accent, #3d72ff);
    color: #fff;
    cursor: default;
}

@media (max-width: 480px) {
    .gamedrop-quick-filters__pill {
        padding: 6px 11px;
        font-size: 12.5px;
    }
}

.gamedrop-category-body {
    padding: 14px 22px 22px;
}

.gamedrop-focus-bar {
    display: none;
    margin: 0 0 14px;
}

.gamedrop-focus-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #2f3a55;
    border-radius: 10px;
    background: #141826;
    color: #dbe6ff;
    text-decoration: none;
    font-weight: 800;
}

.gamedrop-focus-back:hover {
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-category-filter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 10px;
}

.gamedrop-category-filter-btn {
    appearance: none;
    border: 1px solid #2a3040;
    background: #101624;
    color: #aebad1;
    padding: 8px 11px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.gamedrop-category-filter-btn[aria-pressed="true"] {
    background: #19315f;
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-category-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.gamedrop-category-tab-btn {
    appearance: none;
    border: 1px solid #2a3040;
    background: #141826;
    color: #b6c2d9;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.gamedrop-category-tab-btn span {
    display: inline-flex;
    min-width: 20px;
    justify-content: center;
    margin-left: 6px;
    padding: 1px 6px;
    border-radius: 999px;
    background: #222b42;
    color: #dbe6ff;
}

.gamedrop-category-tab-btn[aria-selected="true"] {
    background: #1e273a;
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-category-tab-panel {
    display: none;
}

.gamedrop-category-tab-panel.is-active {
    display: block;
}

.gamedrop-category-shell .gamedrop-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.gamedrop-category-shell .gamedrop-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #343a35;
    border-radius: 8px;
    background: #181a19;
    overflow: hidden;
    box-shadow: none;
}

.gamedrop-category-shell .gamedrop-card[hidden] {
    display: none !important;
}

.gamedrop-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 22px 0 4px;
}

.gamedrop-load-more-btn {
    appearance: none;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #2f3a55;
    border-radius: 12px;
    background: #141826;
    color: #dbe6ff;
    font-weight: 900;
    cursor: pointer;
}

.gamedrop-load-more-btn:hover:not(:disabled) {
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-load-more-btn:disabled {
    cursor: wait;
    opacity: .7;
}

.gamedrop-category-shell .gamedrop-card-focus-media {
    display: none;
}

.gamedrop-category-shell .gamedrop-card-close {
    display: none;
}

.gamedrop-category-shell .gamedrop-card-focus-media {
    aspect-ratio: 16 / 9;
    background-color: #090d15;
    background-size: cover;
    background-position: center;
}

.gamedrop-category-shell .gamedrop-catalog-visual {
    position: relative;
    min-height: 0;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: flex-end;
    background: #111311;
    background-size: cover;
    background-position: center;
}

.gamedrop-category-shell .gamedrop-catalog-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .34) 52%, rgba(0, 0, 0, .88) 100%);
}

.gamedrop-category-shell .gamedrop-catalog-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 12px;
}

.gamedrop-category-shell .gamedrop-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 11px;
    padding: 12px;
    background: #202320;
}

.gamedrop-category-shell .gamedrop-card-title a,
.gamedrop-category-shell .gamedrop-card-title {
    color: #eef3ff;
}

.gamedrop-category-shell .gamedrop-card-title a:hover {
    color: #76a2ff;
}

.gamedrop-category-shell .gamedrop-platform,
.gamedrop-category-shell .gamedrop-card-excerpt,
.gamedrop-category-shell .gamedrop-card-detail,
.gamedrop-category-shell .gamedrop-card-tags,
.gamedrop-category-shell .gamedrop-empty-copy,
.gamedrop-category-shell .gamedrop-muted-price,
.gamedrop-category-shell .gamedrop-card-description,
.gamedrop-category-shell .gamedrop-card-description p {
    color: #9aa7bf;
}

.gamedrop-category-shell .gamedrop-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gamedrop-search-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.gamedrop-search-offer-card {
    overflow: hidden;
    border: 1px solid #2a3758;
    border-radius: 12px;
    background: #101624;
}

.gamedrop-search-offer-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    background: #0b0f18;
    color: #8f9bb2;
    font-weight: 800;
    text-align: center;
}

.gamedrop-search-offer-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gamedrop-search-offer-card__body {
    padding: 14px 15px 16px;
}

.gamedrop-search-offer-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 10px;
}

.gamedrop-search-offer-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #1b2538;
    color: #cbd7ee;
    font-size: 12px;
    font-weight: 800;
}

.gamedrop-search-offer-card h2 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
}

.gamedrop-search-offer-card h2 a {
    color: #f6f8fb;
}

.gamedrop-search-offer-card h2 a:hover {
    color: #8fb1ff;
}

.gamedrop-search-offer-card p {
    margin: 0;
    color: #9ea8bb;
    line-height: 1.55;
}

.gamedrop-category-shell .gamedrop-pill {
    background: #1d2740;
    color: #8fb0ff;
}

.gamedrop-category-shell .gamedrop-card-source {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .16);
    color: #8ef0b0;
    font-size: 12px;
    font-weight: 800;
}

.gamedrop-category-shell .gamedrop-card-anchor {
    margin-left: auto;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #2f3a55;
    border-radius: 8px;
    color: #91a0bd;
    text-decoration: none;
    font-weight: 800;
    background: rgba(8, 13, 22, .72);
    backdrop-filter: blur(6px);
}

.gamedrop-category-shell .gamedrop-card-anchor:hover {
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-category-shell .gamedrop-card-anchor {
    display: none !important;
}

.gamedrop-category-shell .gamedrop-card-alert {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #d63638;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-alert {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    margin: 24px 28px 0;
    padding: 6px 11px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-alert + .gamedrop-card-anchor + .gamedrop-catalog-overlay {
    padding-top: 10px;
}

.gamedrop-category-shell .gamedrop-card-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.2;
}

.gamedrop-category-shell .gamedrop-card-description {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.gamedrop-category-shell .gamedrop-card-description summary {
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    list-style: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gamedrop-category-shell .gamedrop-card-description[open] summary {
    display: block;
}

.gamedrop-category-shell .gamedrop-card-description summary::-webkit-details-marker {
    display: none;
}

.gamedrop-category-shell .gamedrop-card-description summary::after {
    content: "Details";
    display: inline-flex;
    margin-left: 8px;
    color: #9fc0ff;
    font-weight: 800;
}

.gamedrop-category-shell .gamedrop-card-description[open] summary::after {
    content: "Less";
}

.gamedrop-category-shell .gamedrop-card-description p {
    margin: 10px 0 0;
}

.gamedrop-category-shell .gamedrop-card-full-content {
    margin-top: 12px;
}

.gamedrop-category-shell .gamedrop-card-full-content h2,
.gamedrop-category-shell .gamedrop-card-full-content h3 {
    color: #eef3ff;
    line-height: 1.25;
}

.gamedrop-category-shell .gamedrop-card-full-content h2 {
    margin: 16px 0 8px;
    font-size: 18px;
}

.gamedrop-category-shell .gamedrop-card-full-content h3 {
    margin: 14px 0 6px;
    font-size: 15px;
}

.gamedrop-category-shell .gamedrop-card-full-content a {
    color: #9fc0ff;
}

.gamedrop-category-shell .gamedrop-card-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.gamedrop-category-shell .gamedrop-card-facts > span {
    min-width: 0;
    padding: 8px 9px;
    border: 1px solid #343a35;
    border-radius: 8px;
    background: #151715;
    color: #f4f7f2;
    font-size: 12px;
    line-height: 1.35;
}

.gamedrop-category-shell .gamedrop-card-facts > span > strong:first-child {
    display: block;
    margin-bottom: 3px;
    color: #89c4ff;
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0;
}

.gamedrop-category-shell .gamedrop-price-stack {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}

.gamedrop-category-shell .gamedrop-current-price {
    color: #e4f7d7;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.gamedrop-category-shell .gamedrop-old-price {
    color: #9aa7bf;
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

del.gamedrop-old-price {
    text-decoration-thickness: 1px;
}

.gamedrop-category-shell .gamedrop-card-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.gamedrop-category-shell .gamedrop-card-cta,
.gamedrop-category-shell .gamedrop-card-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
    font-size: 13px;
}

.gamedrop-category-shell .gamedrop-card-cta {
    appearance: none;
    width: 100%;
    border: 1px solid #49604a;
    background: #1f3b2b;
    color: #f4fff4;
    cursor: pointer;
}

.gamedrop-category-shell .gamedrop-card-cta:hover {
    border-color: #8fe3a6;
    background: #255039;
    color: #fff;
}

.gamedrop-category-shell .gamedrop-card-grid.gamedrop-grid-count-1 {
    grid-template-columns: minmax(0, min(520px, 100%)) !important;
    justify-content: center;
}

.gamedrop-category-shell .gamedrop-card-grid.gamedrop-grid-count-2 {
    grid-template-columns: repeat(2, minmax(0, min(390px, calc((100vw - 72px) / 2)))) !important;
    justify-content: center;
}

.gamedrop-category-shell .gamedrop-card-grid.gamedrop-grid-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: center;
}

.gamedrop-category-shell .gamedrop-card-grid .gamedrop-card-store-cta {
    display: none;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-store-cta {
    display: inline-flex;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-detail-link {
    display: none;
}

.gamedrop-category-shell .gamedrop-card-secondary {
    border: 1px solid #2f3a55;
    color: #dbe6ff;
}

.gamedrop-category-shell .gamedrop-card-secondary:hover {
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-category-shell .gamedrop-card-tags {
    margin: 10px 0 0;
    font-size: 12px;
}

.gamedrop-category-shell .gamedrop-muted-price {
    display: inline;
    color: #8291ad;
}

.gamedrop-archive-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.gamedrop-archive-page .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #2a3040;
    background: #141826;
    color: #c2cce0;
    text-decoration: none;
}

.gamedrop-archive-page .page-numbers.current {
    background: #1e273a;
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-archive-page .page-numbers:hover {
    border-color: #3d72ff;
    color: #fff;
}

.gamedrop-category-wrap.is-focus-mode {
    max-width: none;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-focus-bar {
    display: flex;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-category-head,
.gamedrop-category-wrap.is-focus-mode .gamedrop-category-filter-nav,
.gamedrop-category-wrap.is-focus-mode .gamedrop-category-tab-nav {
    display: none;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-category-shell {
    border-color: transparent;
    outline: 0;
    background: transparent;
    box-shadow: none;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-category-body {
    padding: 0;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-category-tab-panel {
    display: block;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card-grid {
    display: block;
}

.gamedrop-category-shell.is-focus-mode .gamedrop-card,
.gamedrop-category-wrap.is-focus-mode .gamedrop-category-shell .gamedrop-card {
    display: none;
}

.gamedrop-category-shell.is-focus-mode .gamedrop-card.is-focused,
.gamedrop-category-wrap.is-focus-mode .gamedrop-category-shell .gamedrop-card.is-focused {
    display: grid;
    grid-template-columns: 1fr;
    width: min(920px, calc(100vw - 32px));
    max-width: none;
    margin: 0 auto 28px;
    border-radius: 8px;
    background: #181a19;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .38);
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #2f3a55;
    border-radius: 10px;
    background: rgba(8, 13, 22, .78);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    backdrop-filter: blur(6px);
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-close:hover {
    border-color: #3d72ff;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-focus-media {
    display: block;
    grid-row: auto;
    min-height: 0;
    height: clamp(140px, 24vw, 280px);
    aspect-ratio: auto;
    background-size: cover;
    background-position: center;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-catalog-visual {
    grid-column: 1;
    min-height: 0;
    display: block;
    aspect-ratio: auto;
    background: #181a19 !important;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-catalog-shade {
    display: none;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-catalog-overlay {
    padding: 28px 28px 12px;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-body {
    grid-column: 1;
    padding: 12px 28px 28px;
    background: #181a19;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-title {
    font-size: 32px;
    line-height: 1.12;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-description {
    font-size: 15px;
    line-height: 1.6;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-description summary {
    display: block;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-full-content {
    max-height: none;
    overflow: visible;
    margin-top: 12px;
    padding: 14px 16px;
    border: 1px solid #343a35;
    border-radius: 8px;
    background: #151715;
}

html.gamedrop-offer-drawer-open {
    overflow: hidden;
}

.gamedrop-category-wrap.is-detail-drawer:not(.is-offer-route)::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(5, 8, 8, .78);
    backdrop-filter: blur(5px);
}

.gamedrop-category-wrap.is-detail-drawer:not(.is-offer-route) .gamedrop-focus-bar {
    position: fixed;
    top: 14px;
    left: 50%;
    z-index: 1002;
    width: min(920px, calc(100vw - 32px));
    margin: 0;
    transform: translateX(-50%);
}

.gamedrop-category-wrap.is-detail-drawer:not(.is-offer-route) .gamedrop-category-shell .gamedrop-card.is-focused {
    position: fixed;
    top: 62px;
    left: 50%;
    z-index: 1001;
    max-height: calc(100vh - 82px);
    margin: 0;
    overflow: auto;
    transform: translateX(-50%);
}

@media (max-width: 1100px) {
    .gamedrop-category-shell .gamedrop-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gamedrop-category-shell.is-focus-mode .gamedrop-card.is-focused,
    .gamedrop-category-wrap.is-focus-mode .gamedrop-category-shell .gamedrop-card.is-focused {
        grid-template-columns: 1fr;
    }

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-focus-media {
    grid-row: auto;
    min-height: 0;
    height: clamp(140px, 24vw, 280px);
    aspect-ratio: auto;
}

    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-catalog-visual,
    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-body {
        grid-column: 1;
    }
}

@media (max-width: 680px) {
    .gamedrop-category-wrap {
        padding: 8px 12px 28px;
    }

    .gamedrop-category-head,
    .gamedrop-category-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .gamedrop-category-shell .gamedrop-card-grid {
        grid-template-columns: 1fr;
    }

    .gamedrop-category-shell .gamedrop-card-grid.gamedrop-grid-count-1,
    .gamedrop-category-shell .gamedrop-card-grid.gamedrop-grid-count-2,
    .gamedrop-category-shell .gamedrop-card-grid.gamedrop-grid-count-3 {
        grid-template-columns: 1fr !important;
    }

    .gamedrop-category-shell .gamedrop-card-facts {
        grid-template-columns: 1fr;
    }

    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-title {
        font-size: 24px;
    }

    .gamedrop-category-shell.is-focus-mode .gamedrop-card.is-focused,
    .gamedrop-category-wrap.is-focus-mode .gamedrop-category-shell .gamedrop-card.is-focused {
        width: 100%;
    }

    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-catalog-overlay {
        padding: 20px 18px 8px;
    }

    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-alert {
        margin: 20px 18px 0;
    }

    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-alert + .gamedrop-card-anchor + .gamedrop-catalog-overlay {
        padding-top: 8px;
    }

    .gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-card-body {
        padding: 8px 18px 20px;
    }

}
