.gamedrop-home-tabs-wrap {
    display: block;
    clear: both;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 3;
    margin: 0 0 28px;
    padding: 0;
    background: transparent;
}

.gamedrop-home-section-block {
    margin: 0 0 30px;
}

.gamedrop-home-section-block:last-child {
    margin-bottom: 0;
}

.gamedrop-home-tabs-head {
    display: block;
    margin: 0 0 14px;
}

.gamedrop-home-tabs-head h2 {
    margin: 0;
    color: #f6f8fb;
    font-size: 24px;
    line-height: 1.2;
}

.gamedrop-home-tabs-head p {
    max-width: 680px;
    margin: 6px 0 0;
    color: #a8b2c4;
    font-size: 14px;
    line-height: 1.55;
}

.gamedrop-home-tabs-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gamedrop-home-feed .gamedrop-card {
    position: relative;
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    border: 1px solid #3a3a37;
    border-radius: 8px;
    overflow: hidden;
    background: #2a2a27;
    box-shadow: none;
}

.gamedrop-home-feed .gamedrop-card[hidden] {
    display: none !important;
}

.gamedrop-home-feed .gamedrop-card-close,
.gamedrop-home-feed .gamedrop-card-focus-media {
    display: none;
}

.gamedrop-home-feed .gamedrop-rollup-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 225px;
    padding: 24px;
    background: #20201e;
    color: #aaa;
    text-decoration: none;
}

.gamedrop-home-feed .gamedrop-rollup-card-image img {
    display: block;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #44443f;
}

.gamedrop-home-feed .gamedrop-rollup-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16 / 9;
    border: 1px solid #44443f;
    border-radius: 8px;
    color: #aaa;
    font-weight: 800;
}

.gamedrop-home-feed .gamedrop-rollup-card-main {
    min-width: 0;
    padding: 24px 24px 22px;
}

.gamedrop-home-feed .gamedrop-catalog-visual {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #171b24 0%, #0d1118 100%);
    background-size: cover;
    background-position: center;
}

.gamedrop-home-feed .gamedrop-catalog-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 12, .16) 0%, rgba(4, 7, 12, .66) 48%, rgba(4, 7, 12, .96) 100%);
}

.gamedrop-home-feed .gamedrop-catalog-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 16px;
}

.gamedrop-home-feed .gamedrop-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    background: #111722;
}

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

.gamedrop-home-feed .gamedrop-pill,
.gamedrop-home-feed .gamedrop-card-source {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    background: #203f33;
    color: #86efac;
    font-size: 12px;
    font-weight: 900;
}

.gamedrop-home-feed .gamedrop-rollup-badge-muted {
    background: #20201e;
    color: #d7d3ca;
}

.gamedrop-home-feed .gamedrop-rollup-badge-price {
    background: #232826;
    color: #d8f5df;
}

.gamedrop-home-feed .gamedrop-card-source {
    background: #263248;
    color: #b9c7dc;
}

.gamedrop-home-feed .gamedrop-platform,
.gamedrop-home-feed .gamedrop-card-tags,
.gamedrop-home-feed .gamedrop-muted-price {
    color: #a8b2c4;
}

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

.gamedrop-home-feed .gamedrop-card-anchor {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    background: rgba(8, 13, 22, .70);
}

.gamedrop-home-feed .gamedrop-card-title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 23px;
    line-height: 1.18;
}

.gamedrop-home-feed .gamedrop-card-title a {
    color: #fff;
    text-decoration: none;
}

.gamedrop-home-feed .gamedrop-card-title a:hover {
    color: #8ed5a8;
}

.gamedrop-home-feed .gamedrop-rollup-card-copy {
    margin: 0;
    color: #d2cec5;
    font-size: 15px;
    line-height: 1.55;
}

.gamedrop-home-feed .gamedrop-rollup-card-copy p {
    margin: 0 0 10px;
}

.gamedrop-home-feed .gamedrop-rollup-card-copy p:last-child {
    margin-bottom: 0;
}

.gamedrop-home-feed .gamedrop-rollup-card-full-content {
    display: none !important;
}

.gamedrop-home-feed .gamedrop-card-description {
    margin: 0;
    color: #d9e4f6;
    font-size: 14px;
    line-height: 1.55;
}

.gamedrop-home-feed .gamedrop-card-description summary {
    cursor: pointer;
    list-style: none;
}

.gamedrop-home-feed .gamedrop-card-description summary::-webkit-details-marker {
    display: none;
}

.gamedrop-home-feed .gamedrop-card-description summary::after {
    content: "Read more";
    display: inline-flex;
    margin-left: 8px;
    color: #9fd9b3;
    font-weight: 900;
}

.gamedrop-home-feed .gamedrop-card-description[open] summary::after {
    content: "Show less";
}

.gamedrop-home-feed .gamedrop-card-description p {
    margin: 9px 0 0;
    color: #d9e4f6;
}

.gamedrop-home-feed .gamedrop-card-full-content h2,
.gamedrop-home-feed .gamedrop-card-full-content h3 {
    margin: 13px 0 7px;
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
}

.gamedrop-home-feed .gamedrop-card-full-content a {
    color: #9fd9b3;
}

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

.gamedrop-home-feed .gamedrop-card-facts > span {
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid #263248;
    border-radius: 8px;
    background: #0d1118;
    color: #eaf0f8;
    font-size: 13px;
    line-height: 1.4;
}

.gamedrop-home-feed .gamedrop-card-facts strong {
    display: block;
    margin-bottom: 3px;
    color: #8ed5a8;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.gamedrop-home-feed .gamedrop-price-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
}

.gamedrop-home-feed .gamedrop-old-price {
    color: #99a4b5;
}

.gamedrop-home-feed .gamedrop-current-price {
    font-weight: 900;
    color: #f7fbff;
}

.gamedrop-home-feed .gamedrop-card-tags {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

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

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

.gamedrop-home-feed .gamedrop-card-cta {
    appearance: none;
    border: 0;
    background: #23834f;
    color: #fff !important;
    cursor: pointer;
}

.gamedrop-home-feed .gamedrop-card-cta:hover {
    background: #2f9e62;
    color: #fff !important;
}

.gamedrop-home-feed .gamedrop-rollup-card-outbound {
    display: none;
}

.gamedrop-home-feed .gamedrop-card-secondary {
    border: 1px solid #2f3b55;
    color: #dbe6f7 !important;
    background: #151a24;
}

.gamedrop-home-feed .gamedrop-card-secondary:hover {
    border-color: #8ed5a8;
    color: #fff !important;
}

.gamedrop-home-tabs-empty {
    margin: 8px 0 0;
    color: #a8b2c4;
}

@media (max-width: 960px) {
    .gamedrop-home-feed .gamedrop-card {
        grid-template-columns: 1fr;
    }

    .gamedrop-home-feed .gamedrop-rollup-card-image {
        min-height: auto;
    }

    .gamedrop-home-feed .gamedrop-card-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .gamedrop-home-feed .gamedrop-card-title {
        font-size: 20px;
    }

    .gamedrop-home-feed .gamedrop-card-facts {
        grid-template-columns: 1fr;
    }

    .gamedrop-home-feed .gamedrop-rollup-card-main {
        padding: 18px 16px;
    }

    .gamedrop-home-feed .gamedrop-rollup-card-image {
        padding: 16px;
    }
}
