.legal-container {
    max-width: 800px;
    margin: 4rem auto;
    padding: 2rem 2.5rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}

.legal-container h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.legal-container .effective-date {
    color: #666;
    margin-bottom: 2.5rem;
    display: block;
}

.legal-container h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.legal-container p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
    color: #333;
}

.legal-container ul {
    list-style-position: inside;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
}

.legal-container li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.legal-container .plan-details {
    margin-bottom: 1.5rem;
}

.legal-container strong {
    font-weight: 700;
}