/* ============================================================
   post-impressum.css - Scoped unter .elementor-impressum
   Hero → shared-hero.css | Legal → shared-legal.css
   ============================================================ */

/* Bankverbindung (nur auf Impressum) */
.imp-bank {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    color: rgba(255, 255, 255, 0.8);
}

.imp-bank p {
    margin: 0 0 0.3em 0 !important;
}

.imp-bank p:last-child {
    margin-bottom: 0 !important;
}