/* =============================================================================
   Page: Impressum  (pages/impressum.php)
   Auto-loaded by app/layout.php because the filename matches the page slug.
   ============================================================================= */

/* --- Agency credit ------------------------------------------------------------
   Logo beside the agency details; stacks on narrow screens.
   -------------------------------------------------------------------------- */
.credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-md);
}

.credit__logo {
    flex: 0 0 auto;
    width: 100px;
    height: auto;
}

.credit__body {
    margin: 0;
}
