/* shop/public/css/impressum.css */
.impressum-wrapper {
    padding: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.impressum-wrapper h1 {
    margin-bottom: 2rem;
    color: var(--c-primary);
}

.impressum-wrapper h2 {
    margin-top: 2rem;
    color: var(--c-primary);
}

.impressum-wrapper p {
    line-height: 1.6;
}

.imprint-header,
.privacy-header {
    background: linear-gradient(135deg, #1a3a5c, var(--c-primary));
    color: #fff;
    padding: 1rem 2rem;
    text-align: center;
}

.imprint-header h1,
.privacy-header h1 {
    margin: 0 0 .5rem;
    font-size: 2rem;
}

.imprint-header p,
.privacy-header p {
    margin: 0;
    opacity: .85;
    font-size: 1rem;
}
