/**
 * Kontakt os.
 *
 * logb.dk puts the form and the contact details in a white card that is lifted
 * over the bottom edge of the blue hero band. The band therefore carries extra
 * bottom padding, and the card is pulled back up by roughly the same amount.
 */

body.page-kontakt-os main > .hero.has-bg-gradient {
    padding-top: 2.5rem;
    padding-bottom: 7rem;
}

body.page-kontakt-os .kolonner--kontakt-kort {
    position: relative;
    z-index: 1;
    margin-top: -5.5rem;
    padding-top: 0;
}

body.page-kontakt-os .kolonner--kontakt-kort .kolonner-inner {
    background: var(--color-bg-white);
    border-radius: var(--radius-sm, 4px);
    box-shadow: var(--shadow-card);
    padding: var(--spacing-lg);
    gap: var(--spacing-xl);
}

/* Contact details sit centred next to the left-aligned form, as on logb.dk. */
body.page-kontakt-os .kolonner--kontakt-kort .kolonne:nth-child(2) {
    text-align: center;
}

/* The card's two headings sit side by side, so they share a size. */
body.page-kontakt-os .kolonner--kontakt-kort .form-title,
body.page-kontakt-os .kolonner--kontakt-kort .kolonne:nth-child(2) > h2 {
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
}

/* Kontakt os direkte / Betalinger / Bestyrelse: a rule under each column head. */
body.page-kontakt-os .kolonner--kontakt-detaljer .kolonne > :first-child {
    border-bottom: 1px solid var(--color-border-light);
    padding-bottom: 0.75rem;
    margin-bottom: var(--spacing-sm);
}

/*
 * The closing block ("Vi afholder kurser forskellige steder i Danmark" and the
 * link to the locations) is the only top-level heading and link on the page,
 * and logb.dk frames it with a rule above and below.
 */
body.page-kontakt-os main > .heading,
body.page-kontakt-os main > .link {
    max-width: var(--v3-content-max-width);
    margin-inline: auto;
    padding-inline: var(--v3-side-padding);
    text-align: center;
}

body.page-kontakt-os main > .heading {
    border-top: 1px solid var(--color-border-light);
    padding-top: var(--spacing-xl);
    margin-top: var(--spacing-xl);
}

body.page-kontakt-os main > .link {
    border-bottom: 1px solid var(--color-border-light);
    padding-bottom: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

body.page-kontakt-os main > .kort {
    max-width: var(--v3-content-max-width);
    margin: 0 auto var(--spacing-xl);
    padding-inline: var(--v3-side-padding);
}

@media (max-width: 768px) {
    body.page-kontakt-os main > .hero.has-bg-gradient {
        padding-bottom: var(--spacing-xl);
    }

    body.page-kontakt-os .kolonner--kontakt-kort {
        margin-top: 0;
        padding-top: var(--spacing-lg);
    }
}
