/**
 * Shared styles for Privacy / Terms / Support (elderlyclub.com)
 */
.ec-legal-page main {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}
.ec-legal-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.ec-legal-body {
    padding: 1.25rem 1.5rem 1.5rem;
    line-height: 1.65;
    color: #333;
    font-size: 1rem;
}
.ec-legal-body h2 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #06C755;
}
.ec-legal-body ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0.5rem 0;
}
.ec-legal-body li {
    margin: 0.35rem 0;
}
.ec-legal-highlight {
    background: #f1f3f5;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}
.ec-legal-nav a {
    color: #06C755;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ec-legal-nav a:hover {
    color: #05B04B;
}
