.template-page .block-title {
    padding-top: 0;

    &:not(:has(+ *)) {
        margin-bottom: 0;
    }
    
    h1:not(:has(+ *)) {
        margin-bottom: 0;
    }
}

.outer-container {
    padding-top: 70px;

    @media (min-width: 1024px) {
        padding-top: 0;
    }
}

.page {
    padding-top: 0;
}


.template-default .template-hero {
    padding-top: 0;
    min-height: 70px;
}

.template-home .template-hero-inner {
    padding-top: 40px;
}

@media (min-width: 1024px) {
    .template-page .template-hero {
        background: linear-gradient(68.66deg, #672D89 19.28%, #9C2463 100%);
        color: #fff;

        .text-bg {
            -webkit-text-stroke-color: #fff;
        }
    }
}

.template-hero-top {
    padding: 40px 0;

    .intro-text {
        margin-bottom: 0;
    }
}

.template-text {
    margin: 60px 0;
}

.template-page .template-text {
    padding-bottom: 0;
}

.template-article .back-link {
    margin: 0 0 50px;

    ::before {
        top: 0;
    }
}

.cookie-consent {
    border-top: 2px solid #000;
}
.cookie-consent-detail.open {
    border-left: 2px solid #000;
}
.cookie-consent-bottom-override {
    margin-top: auto;
    /* padding: 0px 20px 100px; */
    padding: 0 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    button {
        margin-top: 15px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 14px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: rgb(255, 255, 255);
        width: 45%;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(0, 0, 0);
        border-image: initial;
        background: rgb(0, 0, 0);
        padding: 0.5em 1em;

        &.accept-all {
            background: green;
            border-color: green;
        }

        &.more-info {
            width: 100%;
            color: black;
            background: white;
        }
    }
}

