
/* Page footer */
.page-footer {
    background-image: linear-gradient(90deg, var(--root-color-background--primary) 0%, var(--root-color--contrast-dark) 100%);
}

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

/* Sections */
.section--color-support {
    background-image: linear-gradient(90deg, #FB993D 0%, #F5E1D1 100%);
}

/* CE Opening-hours-spotlight */
.opening-hours-spotlight .opening-hours-spotlight__image {
    border-radius: .5rem;
}

/* CE Spotlight */
.spotlight:not(.spotlight--layout-0):not(.spotlight--layout-3):not(.spotlight--layout-5) .spotlight__image,
.spotlight.spotlight--layout-0:not([class*='section--color']) .spotlight__image,
.spotlight.spotlight--layout-5:not([class*='section--color']) .spotlight__image {
    border-radius: .5rem;
}

.spotlight.spotlight--layout-6 .spotlight__content,
.spotlight.spotlight--layout-7 .spotlight__content {
    border-radius: .5rem;
}

.spotlight:not(.spotlight--layout-6):not(.spotlight--layout-7).section--color-support .spotlight__content {
    background-color: transparent;
}

/* Cards */
.card--button,
.card:not(.card--image-none) .card__link,
.section.section--color .card.card--image-none .card__link,
.card__no-link {
    border-radius: var(--root-border-radius);
}

.card__image {
    border-top-left-radius: var(--root-border-radius);
    border-top-right-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);
}

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

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

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

/* Facets */
.facets-selection .button .button__body {
    border-radius: 9999rem;
}

.facets-selection .button:not(:hover):not(:focus):not(:active) .button__body {
    color: var(--root-color--primary);
    background: transparent;
}
