/* GameHub Top - Legal Pages Styles */

body.gamehubtop-legal-page {
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    padding-top: 40px;
    padding-bottom: 60px;
}

.gamehubtop-legal-wrapper {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
}

.gamehubtop-legal-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid #e9ecef;
}

.gamehubtop-legal-title {
    font-size: 44px;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.gamehubtop-legal-date {
    font-size: 15px;
    color: #7f8c8d;
    font-style: italic;
}

.gamehubtop-legal-section {
    margin-bottom: 40px;
}

.gamehubtop-legal-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #667eea;
}

.gamehubtop-legal-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #667eea;
    margin-top: 25px;
    margin-bottom: 15px;
}

.gamehubtop-legal-section p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 18px;
}

.gamehubtop-legal-section ul {
    margin: 20px 0;
    padding-left: 30px;
}

.gamehubtop-legal-section li {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 12px;
}

.gamehubtop-legal-section a {
    color: #667eea;
    font-weight: 600;
    text-decoration: underline;
}

.gamehubtop-legal-section a:hover {
    color: #764ba2;
}

.gamehubtop-cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.gamehubtop-cookie-table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
}

.gamehubtop-cookie-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    color: #5a6c7d;
}

.gamehubtop-cookie-table tr:hover {
    background: #f8f9fa;
}

.gamehubtop-back-link {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gamehubtop-back-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: #fff;
}

.gamehubtop-legal-text-center {
    text-align: center;
}

@media (max-width: 768px) {
    body.gamehubtop-legal-page {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .gamehubtop-legal-wrapper {
        padding: 35px 25px;
        border-radius: 15px;
        margin: 0 15px;
    }

    .gamehubtop-legal-header {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }

    .gamehubtop-legal-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .gamehubtop-legal-date {
        font-size: 14px;
    }

    .gamehubtop-legal-section {
        margin-bottom: 30px;
    }

    .gamehubtop-legal-section h2 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .gamehubtop-legal-section h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .gamehubtop-legal-section p,
    .gamehubtop-legal-section li {
        font-size: 15px;
        line-height: 1.7;
    }

    .gamehubtop-legal-section ul {
        padding-left: 20px;
        margin: 15px 0;
    }

    .gamehubtop-legal-section li {
        margin-bottom: 10px;
    }

    .gamehubtop-cookie-table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gamehubtop-cookie-table th,
    .gamehubtop-cookie-table td {
        padding: 10px 8px;
        min-width: 120px;
    }

    .gamehubtop-back-link {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    body.gamehubtop-legal-page {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .gamehubtop-legal-wrapper {
        padding: 25px 20px;
        border-radius: 12px;
        margin: 0 10px;
    }

    .gamehubtop-legal-header {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .gamehubtop-legal-title {
        font-size: 26px;
        word-break: break-word;
    }

    .gamehubtop-legal-date {
        font-size: 13px;
    }

    .gamehubtop-legal-section {
        margin-bottom: 25px;
    }

    .gamehubtop-legal-section h2 {
        font-size: 21px;
        margin-bottom: 12px;
        padding-bottom: 8px;
        word-break: break-word;
    }

    .gamehubtop-legal-section h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .gamehubtop-legal-section p,
    .gamehubtop-legal-section li {
        font-size: 14px;
        line-height: 1.6;
        word-break: break-word;
    }

    .gamehubtop-legal-section ul {
        padding-left: 18px;
        margin: 12px 0;
    }

    .gamehubtop-legal-section li {
        margin-bottom: 8px;
    }

    .gamehubtop-cookie-table {
        font-size: 12px;
    }

    .gamehubtop-cookie-table th,
    .gamehubtop-cookie-table td {
        padding: 8px 6px;
        min-width: 100px;
        word-break: break-word;
    }

    .gamehubtop-back-link {
        padding: 10px 25px;
        font-size: 14px;
        margin-top: 30px;
    }
}

