/*
 * Legal pages (Privacy Policy, Terms and Conditions).
 */

#content .lfs-legal .mid-content {
    max-width: 56.25rem;
}

#content .lfs-legal .entry-content {
    color: var(--body);
    font-size: 1rem;
    line-height: 1.7;
}

#content .lfs-legal .entry-content h3 {
    margin: 1.75em 0 0.5em;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text);
}

#content .lfs-legal .entry-content p {
    margin: 0 0 1em;
}

#content .lfs-legal .entry-content a {
    color: var(--emerald);
    text-decoration: underline;
    text-underline-offset: 0.15em;
    transition: color 0.2s ease;
    word-break: break-word;
}

#content .lfs-legal .entry-content a:hover {
    color: var(--lfs-teal-hover);
}
