/* Game Page Responsive Styles */
/* Extracted from Game.css */

@media (max-width: 768px) {
    .game-detail {
        padding: 0 16px;
    }
}

@media (max-width: 480px) {
    .game-detail {
        padding: 0 8px;
    }
}

@media (max-width: 360px) {
    .game-detail {
        padding: 0 6px;
    }
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 768px) {
    .main-content {
        padding-bottom: 110px;
    }

    /* Game header - her zaman row kalmalı (yüksek specificity) */
    .dashboard-category-page .dashboard-category-header.game-detail-header {
        flex-direction: row;
        gap: 0;
        padding: 0 16px;
    }

    .game-header-title {
        font-size: 1.25rem;
    }

    .game-fav-btn {
        width: 36px;
        height: 36px;
    }

    .game-fav-btn .favorite-icon {
        font-size: 1rem;
    }

    .game-detail {
        gap: 14px;
    }

    .game-section {
        padding: 14px;
        border-radius: 16px;
    }

    .section-icon {
        width: 42px;
        height: 42px;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .section-title {
        font-size: 0.95rem;
    }

    .game-description,
    .safety-text,
    .no-materials,
    .materials-list li,
    .instructions-list li {
        font-size: 0.85rem;
    }

    .game-footer {
        padding: 14px 16px;
    }

    .game-play-btn {
        padding: 14px 28px;
        font-size: 1rem;
        border-radius: 14px;
    }

    .game-pill-btn {
        height: 42px;
        padding: 0 28px;
        font-size: 0.9rem;
        border-radius: 21px;
    }

    .game-pill-btn::before {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        border-radius: 29px;
    }
}

@media (max-width: 480px) {
    /* Game header - her zaman row kalmalı (yüksek specificity) */
    .dashboard-category-page .dashboard-category-header.game-detail-header {
        flex-direction: row;
        gap: 0;
        padding: 0 8px;
    }

    .game-header-title {
        font-size: 1.15rem;
    }

    .game-fav-btn {
        width: 34px;
        height: 34px;
    }

    .game-detail {
        gap: 12px;
    }

    .game-section {
        padding: 12px;
        border-radius: 14px;
    }

    .section-icon {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .section-title {
        font-size: 0.9rem;
    }

    .game-description,
    .safety-text,
    .no-materials,
    .materials-list li,
    .instructions-list li {
        font-size: 0.82rem;
    }

    .instructions-list li::before {
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
    }

    .game-footer {
        padding: 12px 14px;
    }

    .game-play-btn {
        padding: 13px 24px;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .game-pill-btn {
        height: 40px;
        padding: 0 24px;
        font-size: 0.85rem;
        border-radius: 20px;
    }

    .game-pill-btn::before {
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px;
        border-radius: 27px;
    }

    .game-fixed-pill {
        padding: 10px 14px 16px;
    }
}

@media (max-width: 360px) {
    /* Game header - her zaman row kalmalı (yüksek specificity) */
    .dashboard-category-page .dashboard-category-header.game-detail-header {
        flex-direction: row;
        gap: 0;
        padding: 0 6px;
    }

    .game-header-title {
        font-size: 1.05rem;
    }

    .game-fav-btn {
        width: 32px;
        height: 32px;
    }

    .game-detail {
        gap: 10px;
    }

    .game-section {
        padding: 10px;
        border-radius: 12px;
    }

    .section-icon {
        width: 34px;
        height: 34px;
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 0.85rem;
    }

    .game-description,
    .safety-text,
    .no-materials,
    .materials-list li,
    .instructions-list li {
        font-size: 0.78rem;
    }

    .game-footer {
        padding: 10px 12px;
    }

    .game-play-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
        border-radius: 11px;
    }

    .game-pill-btn {
        height: 38px;
        padding: 0 20px;
        font-size: 0.82rem;
        border-radius: 19px;
    }

    .game-pill-btn::before {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border-radius: 25px;
    }

    .game-fixed-pill {
        padding: 8px 12px 14px;
    }
}
