/* ── DKBS Campaign Header ────────────────────────────────────── */

.dkbs-campaign-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #E7F1E2;
    box-sizing: border-box;
}

.dkbs-campaign-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dkbs-campaign-header__logo {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.dkbs-campaign-header__logo img {
    height: 36px;
    width: auto;
    display: block;
}

/* page_modules sections embedded on campaign pages — match the normal column width */
.dkbs-campaign-page-module .e-con-boxed {
    --content-width: 780px !important;
}
