/* Legal Section */
.legal {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.legal h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    color: #292929;
    letter-spacing: 1px;
}

.legal-content {
    padding: 0 20px;
}

.legal-content h3 {
    font-size: 1.75em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #292929;
    font-weight: 600;
    border-bottom: 2px solid #292929;
    padding-bottom: 10px;
}

.legal-content p {
    font-size: 1.125em;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.legal-content ul {
    margin-left: 40px;
    margin-bottom: 20px;
}

.legal-content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 1.125em;
    line-height: 1.8;
}

.legal-content a {
    color: #292929;
    text-decoration: none;
    font-weight: 600;
}

.legal-content a:hover {
    text-decoration: underline;
}

/* Summary Callout Styling - Only for main section summaries */
.legal-content h3 + p:has(strong:first-child) {
    background: #ffffff;
    border-left: 3px solid #2d5a87;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 12px 0;
    font-size: 1em;
    font-weight: 400;
    color: #2d3c4e;
    font-style: italic;
    margin-left: 0;
}

.legal-content h3 + p:has(strong:first-child) strong {
    color: #2d5a87;
    font-weight: 600;
    font-size: 1em;
    font-style: normal;
}
