/* /oyunlar — Ürünler sayfası düzeni + oyun görselleri */

.gh-logo {
    display: inline-block;
    height: 42px;
    width: auto;
    max-width: min(260px, 70vw);
    object-fit: contain;
}

.gh-lead {
    max-width: 36rem;
}

.gh-tag {
    color: var(--secondary-color, #0d6efd);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.gh-section {
    background: #f4f6fb;
    border: 1px solid rgba(33, 37, 85, 0.08);
}

.gh-section--alt {
    background: #fbf6ee;
}

.gh-section .list-unstyled li {
    padding: 0.2rem 0;
    color: #343a40;
}

.gh-visual-link {
    display: block;
    text-decoration: none;
}

.gh-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #e9ecef;
    border: 1px solid rgba(33, 37, 85, 0.06);
}

.gh-note {
    background: #fff;
    border: 1px solid rgba(33, 37, 85, 0.1);
}

.gh-note .text-muted {
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: normal;
}

@media (max-width: 767.98px) {
    .gh-section {
        text-align: center;
    }

    .gh-section .list-unstyled {
        display: inline-block;
        text-align: left;
    }

    .gh-section .btn {
        width: 100%;
        max-width: 16rem;
    }
}
