.legal-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

.legal-alert-box {
    border-left: 4px solid;
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
}

.legal-alert-box.warning {
    background: #fef3c7;
    border-left-color: #f59e0b;
    color: #92400e;
}

.legal-alert-text {
    line-height: 1.7;
    font-size: 0.95rem;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #2D4059;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(255, 123, 84, 0.1);
}

.legal-subsection {
    margin-bottom: 1.25rem;
}

.legal-subsection-title {
    font-weight: 700;
    color: #2D4059;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.legal-text {
    color: #6b7280;
    line-height: 1.8;
    font-size: 0.92rem;
}

.legal-footer-box {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 2rem;
    text-align: center;
}

.legal-footer-text {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.legal-footer-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-legal-outline {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--primary-color, #99cc66);
    border-radius: 0.75rem;
    color: var(--primary-color, #99cc66);
    font-weight: 600;
    text-decoration: none;
    gap: 0.5rem;
}