﻿/* =============================================================================
   Legal Pages (Imprint / Privacy)
   ============================================================================= */

.ed-legal {
    max-width: 56.25rem; /* 900px */
    width: 100%;
    margin: 0 auto;
    padding-top: 1.5rem; /* 24px */
}

    .ed-legal h1 {
        font-size: 1.75rem; /* 28px */
        margin-bottom: 1.5rem; /* 24px */
    }

    .ed-legal h2 {
        font-size: 1.125rem; /* 18px */
        margin-bottom: 0.5rem; /* 8px */
    }

.ed-legal-block {
    margin-bottom: 1.5rem; /* 24px */
}

.ed-legal-strong {
    font-weight: 600;
    margin-bottom: 0.5rem; /* 8px */
}

.ed-legal-footer {
    margin-top: 1rem; /* 16px */
    font-size: 0.875rem; /* 14px */
    color: #666;
}
