/* assets/css/pages/impressum.css */

.impressum {
    max-width: 48rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.impressum__title {
    margin: 0 0 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #1e293b;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.impressum__card {
    padding: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #334155;
    line-height: 1.625;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.impressum__block {
    margin: 0 0 1.5rem;
}

.impressum__block:last-child {
    margin-bottom: 0;
}

.impressum__link {
    color: #0056b3;
    text-decoration: underline;
}