/* Legal Pages Styling */
.legal-content {
    padding: 20px 0;
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.legal-content h3 {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a2e;
    margin-top: 25px;
    margin-bottom: 10px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 15px;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.legal-content ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 8px;
}

.legal-content ul li strong {
    color: #1a1a2e;
}

.legal-content .last-updated {
    font-size: 14px;
    color: #6c757d;
}

.legal-content .alert {
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-left: 4px solid #0056b3;
}

.legal-content .alert-info {
    background: #e8f0fe;
    border-color: #0056b3;
    color: #1a1a2e;
}

.legal-content .contact-cta {
    border: 1px solid #e9ecef;
}

.legal-content .contact-cta h4 {
    color: #1a1a2e;
    font-weight: 600;
}

.legal-content a {
    color: #0056b3;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

/* Breadcrumb subtitle */
.breadcrumb-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    letter-spacing: 1px;
}