.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: 22px 22px 14px;
    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: none;
    margin: 12px 0 0;
    color: #9ea8bb;
    line-height: 1.7;
    text-align: justify;
    text-align-last: left;
}

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

.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(auto-fill, minmax(310px, 1fr));
    gap: 18px;
    margin-top: 0;
}

.gamedrop-category-shell .gamedrop-card {
    position: relative;
    border: 0;
    border-radius: 18px;
    background: #111522;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
}

.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: 270px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #172033 0%, #0d111b 100%);
    background-size: cover;
    background-position: center;
}

.gamedrop-category-shell .gamedrop-catalog-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 8, 13, .30) 0%, rgba(5, 8, 13, .68) 44%, rgba(5, 8, 13, .98) 100%);
}

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

.gamedrop-category-shell .gamedrop-card-body {
    padding: 14px 16px 16px;
    background: #101624;
}

.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-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-shell .gamedrop-card-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.22;
}

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

.gamedrop-category-shell .gamedrop-card-description summary {
    cursor: pointer;
    list-style: none;
}

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

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

.gamedrop-category-shell .gamedrop-card-description[open] summary::after {
    content: "Show 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(auto-fit, minmax(118px, 1fr));
    gap: 8px;
}

.gamedrop-category-shell .gamedrop-card-facts > span {
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid #263450;
    border-radius: 12px;
    background: #131c2d;
    color: #dbe6ff;
    font-size: 12px;
    line-height: 1.35;
}

.gamedrop-category-shell .gamedrop-card-facts > span > strong:first-child {
    display: block;
    margin-bottom: 3px;
    color: #7ea3ff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.gamedrop-category-shell .gamedrop-price-stack {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.gamedrop-category-shell .gamedrop-current-price {
    color: #eef3ff;
    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: 12px;
}

.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: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 13px;
}

.gamedrop-category-shell .gamedrop-card-cta {
    appearance: none;
    border: 0;
    background: #2b66ff;
    color: #fff;
    cursor: pointer;
}

.gamedrop-category-shell .gamedrop-card-cta:hover {
    background: #4f82ff;
    color: #fff;
}

.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: 1040px;
}

.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: block;
    max-width: 920px;
    margin: 0 auto 28px;
}

.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;
}

.gamedrop-category-wrap.is-focus-mode .gamedrop-card.is-focused .gamedrop-catalog-visual {
    min-height: 0;
    display: block;
    background: #101624 !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: 20px 22px 24px;
}

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

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

@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-facts {
        grid-template-columns: 1fr;
    }

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

}
