/* SchreinerBlick offer-page and header corrections v1.7 */
.gh-head-brand {
    max-width: none;
    word-break: normal;
    white-space: nowrap;
}

.wordmark,
.gh-head-logo {
    flex-wrap: nowrap;
    flex-shrink: 0;
    white-space: nowrap;
    word-break: keep-all;
}

.sb-offer-page .gh-header .gh-excerpt {
    grid-column: main-start / main-end;
    box-sizing: border-box;
    width: 100%;
    margin: 1.5rem 0 0 !important;
    padding-inline: 1.8rem;
    justify-self: stretch;
    text-align: left !important;
}

.sb-offer-page .gh-content > .kg-card {
    font-size: 1.9rem;
    line-height: 1.58;
}

.sb-offer-page .gh-content > .kg-card p,
.sb-offer-page .gh-content > .kg-card li {
    font-size: 1.9rem !important;
    line-height: 1.58 !important;
}

.sb-offer-page .gh-content > .kg-card h4 {
    font-size: 2.8rem !important;
    line-height: 1.15 !important;
}

.sb-offer-page .gh-content > .kg-card a {
    font-size: 1.8rem;
}

@media (max-width: 650px) {
    .sb-offer-page .gh-header .gh-excerpt {
        padding-inline: 1.4rem;
    }

    .sb-offer-page .gh-content > .kg-card,
    .sb-offer-page .gh-content > .kg-card p,
    .sb-offer-page .gh-content > .kg-card li {
        font-size: 1.8rem !important;
    }
}
