
/* page-header border */
.page-header {
    top: 0.5rem;
}

.page-header:before {
    content: '';
    position: absolute;
    top: -0.5rem;
    right: 0;
    left: 0;
    height: 0.5rem;
    background-color: var(--root-color--contrast);
}

/* Opening hours Spotlights */
.opening-hours-spotlight__image {
    border-radius: 0.5rem;
}

/* Spotlights */
.spotlight.spotlight--layout-6 .spotlight__content,
.spotlight.spotlight--layout-7 .spotlight__content {
    border-radius: 0.5rem;
}

.spotlight.spotlight--layout-1 .spotlight__image,
.spotlight.spotlight--layout-2 .spotlight__image,
.spotlight.spotlight--layout-6 .spotlight__image,
.spotlight.spotlight--layout-7 .spotlight__image {
    border-radius: 0.5rem;
}

/* Cards */
.card--button,
.card__link {
    border-radius: var(--root-border-radius);
    overflow: hidden;
}

.section:not(.section--color) .card--image-none .card__link {
    border-radius: 0;
}

/* Follow-ups */
.follow-up {
    border-radius: var(--root-border-radius);
}

/* Notifications */
.notification {
    border-radius: var(--root-border-radius);
}

/* Step-by-step plan */
.ce-step-by-step-plan__container {
    border-radius: var(--root-border-radius);
}

/* Enalyzer */
.enalyzer-login__container {
    border-radius: var(--root-border-radius);
}

/* Cookie consent */
.cookieconsent__form__container,
.cookieconsent__form__content {
    border-radius: var(--root-border-radius);
}

/* Opening times */
.opening-times {
    border-radius: var(--root-border-radius);
}

/* Scorion login */
.scorion-login__container {
    border-radius: var(--root-border-radius);
}

/* Top tasks */
.top-tasks-tile {
    border-radius: var(--root-border-radius);
}

/* Collapsible */
.collapsible.collapsible--open {
    box-shadow: none;
}
