/* Shared legal pages (privacy + terms) */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.legal-content h1 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.legal-content h2 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.legal-content h3 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.legal-content p,
.legal-content ul,
.legal-content ol {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-content ul,
.legal-content ol {
    padding-left: 30px;
}

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

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.last-update {
    text-align: center;
    color: #999;
    font-size: 0.9em;
    margin-top: 10px;
}
