/* Disclaimer Page Styles */

.legal-page .page-header {
    background-color: var(--forest-green);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.legal-page .page-header h1 {
    color: var(--deep-gold);
    font-size: 48px;
    margin-bottom: 10px;
}

.legal-text {
    max-width: 900px;
    margin: 0 auto 40px;
    background-color: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.warning-box {
    border: 2px solid #e74c3c;
    background-color: #fff5f5;
    position: relative;
    padding-top: 80px;
}

.warning-box i {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #e74c3c;
}

.legal-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--forest-green);
}

.warning-box h2 {
    color: #e74c3c;
    text-align: center;
}

.legal-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}
