/* Page-specific styles */

/* Impressum Page */
.impressum-content {
    line-height: 1.6;
}

.impressum-content section {
    margin-bottom: 2rem;
}

.impressum-content h3 {
    color: var(--primary);
    border-bottom: 1px solid var(--divider);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.impressum-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.impressum-content p {
    margin-bottom: 1rem;
}