/**
 * Imprint Screen CSS
 * 
 * Screen-spezifische Styles für den Imprint Screen.
 */

.imprint-container {
    max-width: 900px;
    margin: 0 auto;
}

.imprint-section {
    margin-bottom: 40px;
}

.imprint-section p {
    margin-bottom: 12px;
    color: var(--color-text-secondary);
    line-height: 1.8;
}

.imprint-section strong {
    color: var(--color-text);
    font-weight: 600;
}

