.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;
    scroll-margin-top: 12px;
}

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

.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: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

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

.gamedrop-home-feed .gamedrop-card-grid .gamedrop-catalog-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #343a35;
    border-radius: 8px;
    background: #181a19;
    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: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    background: #151715;
    color: #aaa;
    text-decoration: none;
    overflow: hidden;
}

.gamedrop-home-feed .gamedrop-rollup-card-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0;
    border: 0;
}

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

.gamedrop-home-feed .gamedrop-rollup-card-main {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
    background: #202320;
}

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

.gamedrop-home-feed .gamedrop-card-grid .gamedrop-catalog-visual {
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.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: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    background: #202320;
}

.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: #e4f7d7;
    color: #285f2e;
    font-size: 12px;
    font-weight: 900;
}

.gamedrop-home-feed .gamedrop-rollup-badge-muted {
    background: #151715;
    color: #cfd8cc;
}

.gamedrop-home-feed .gamedrop-rollup-badge-price {
    background: #151715;
    color: #e4f7d7;
}

.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: 16px;
    right: 16px;
    left: auto;
    z-index: 3;
    display: inline-flex;
    max-width: calc(100% - 32px);
    padding: 6px 10px;
    border-radius: 999px;
    background: #c73737;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    white-space: nowrap;
}

.gamedrop-home-feed .gamedrop-card-anchor {
    display: none !important;
}

.gamedrop-home-feed .gamedrop-card-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.22;
}

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

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

.gamedrop-home-feed .gamedrop-rollup-card-copy {
    margin: 0;
    color: #d2cec5;
    font-size: 14px;
    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 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    color: #d9e4f6;
    font-size: 14px;
    line-height: 1.55;
}

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

.gamedrop-home-feed .gamedrop-card-description[open] summary {
    display: block;
}

.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: 8px 9px;
    border: 1px solid #343a35;
    border-radius: 8px;
    background: #151715;
    color: #f4f7f2;
    font-size: 12px;
    line-height: 1.4;
}

.gamedrop-home-feed .gamedrop-card-facts strong {
    display: block;
    margin-bottom: 3px;
    color: #89c4ff;
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0;
}

.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: #e4f7d7;
}

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

.gamedrop-home-feed .gamedrop-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    min-height: 40px;
}

.gamedrop-home-feed .gamedrop-card-added-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    box-sizing: border-box;
    min-height: 40px;
    line-height: 1.2;
    padding: 0 4px;
    color: #9aa4b2;
    font-size: 12px;
    font-weight: 400;
}

.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: 1px solid #49604a;
    background: #1f3b2b;
    color: #f4fff4 !important;
    cursor: pointer;
}

.gamedrop-home-feed .gamedrop-card-cta:hover {
    border-color: #8fe3a6;
    background: #255039;
    color: #fff !important;
}

.gamedrop-home-feed .gamedrop-card-grid .gamedrop-card-store-cta {
    display: none;
}

.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: 1360px) {
    .gamedrop-home-tabs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .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 {
        min-height: 0;
        padding: 0;
    }
}
