
/* Page header search */
input[type="search"].page-header__search__input {
    border-radius: var(--root-border-radius);
}

/* CE Spotlight */
@media (min-width: 62rem) {
    .spotlight.spotlight--layout-0:not(.section--color) .spotlight__image,
    .spotlight.spotlight--layout-1 .spotlight__image,
    .spotlight.spotlight--layout-2 .spotlight__image,
    .spotlight.spotlight--layout-5:not(.section--color) .spotlight__image,
    .spotlight.spotlight--layout-6 .spotlight__content,
    .spotlight.spotlight--layout-7 .spotlight__content,
    .spotlight--layout-6 .spotlight__image,
    .spotlight--layout-7 .spotlight__image {
        border-radius: var(--root-border-radius);
    }
}

/* CE Opening Hours Spotlight */
@media (min-width: 62rem) {
    .opening-hours-spotlight__image {
        border-radius:  var(--root-border-radius);
    }
}

/* CE Text & Media / Images */
.ce-gallery__image {
    border-radius: var(--root-border-radius);
}

/* CE portrait */
.portrait__image {
    border-radius: var(--root-border-radius);
}

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

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

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

/* Project information progress */
.project-progress__container {
    border-radius: var(--root-border-radius);
}

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

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

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

/* 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;
}

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

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

/* Footer */
.page-footer {
    border-top: 0.125rem solid var(--root-color-background--support);
}
