
/* Page header button */
@media (min-width: 62rem) {
    .page-header__button-menu .button .button__body {
        padding-left: 3rem;
        position: relative;
    }

    .page-header__button-menu .button .button__body::before {
        background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 18 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M9,2C6.791,2 5,3.791 5,6C5,8.209 6.791,10 9,10C11.209,10 13,8.209 13,6C13,3.791 11.209,2 9,2ZM3,6C3,2.686 5.686,0 9,0C12.314,0 15,2.686 15,6C15,9.314 12.314,12 9,12C5.686,12 3,9.314 3,6ZM5,16C3.343,16 2,17.343 2,19C2,19.552 1.552,20 1,20C0.448,20 0,19.552 0,19C0,16.239 2.239,14 5,14L13,14C15.761,14 18,16.239 18,19C18,19.552 17.552,20 17,20C16.448,20 16,19.552 16,19C16,17.343 14.657,16 13,16L5,16Z' style='fill:rgb(255,255,255);fill-rule:nonzero;'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 1rem;
        height: 1rem;
        width: 1rem;
    }
}

.page-header__button-menu .icon {
    display: none;
}

/* Page header search field */
input[type="search"].page-header__search__input {
    border-radius: 999rem;
}

.page-header__search__button {
    border-radius: 999rem;
    padding: 0 1.5rem;
}

/* CE Search banner */
input[type="search"].ce-search-banner__search__input {
    border-radius: 999rem;
}

.ce-search-banner__search__button {
    border-radius: 999rem;
    padding: 0 1.5rem;
}

/* Top tasks */
.top-tasks-tile {
    border-radius: 1rem;
}

.opening-times {
    border-radius: 1rem;
}

/* CE Banner */
.ce-header.banner--layout-3 .banner__content {
    --color-background: var(--root-color-background--support);
}

/* Cards */
.card--button,
.card__link {
    border-radius: 1rem;
    overflow: hidden;
}

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

/* CE Gallery */
.ce-gallery__image {
    border-radius: 1rem;
}

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

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

/* Follow-up */
.follow-up,
.follow-up-contact__image {
    border-radius: 1rem;
}

/* Notification */
.notification {
    border-radius: 1rem;
}

/* CE portrait */
.portrait__image {
    border-radius: 1rem;
}

/* Product Highlighted list */
[data-document-type="52"] .main-column > .ce-textpic:first-of-type ul:first-of-type,
[data-document-type="52"] .main-column > .page-title + .ce-textpic ul:first-of-type,
[data-document-type="52"] .main-column > .page-title + .top-links + .ce-textpic ul:first-of-type,
[data-document-type="52"] .main-column > .ce-shortcut:first-of-type + .ce-textpic ul:first-of-type,
[data-document-type="52"] .main-column > .page-title + .ce-shortcut + .ce-textpic ul:first-of-type,
[data-document-type="52"] .main-column > .page-title + .top-links + .ce-shortcut + .ce-textpic ul:first-of-type {
    border-width: var(--root-border-width);
    border-style: solid;
    border-color: var(--root-color-border);
    border-radius: 1rem;
}

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

/* CE Enalyzer login */
.enalyzer-login__container {
    border-radius: 1rem;
    box-shadow: var(--root-box-shadow);
}

/* Table */
.table__table thead th {
    font-weight: var(--root-font-weight--semi-bold);
}

/* CE Banner */
@media (max-width: 61.999rem) {
    .banner:not(.banner--layout-1, .banner--layout-3) {
        background-color: var(--root-color-background--primary);
        padding: 1rem;
    }

    .banner:not(.banner--layout-1, .banner--layout-3).section--color:first-child {
        padding-top: 1rem;
    }

    .banner:not(.banner--layout-1, .banner--layout-3).section--color:not(.section--no-padding) {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .banner:not(.banner--layout-1, .banner--layout-3) .banner__content {
        margin-top: -2rem;
        position: relative;
        border-radius: 1rem;
    }
}

@media (min-width: 62rem) {
    .banner:not(.banner--layout-1, .banner--layout-3) .banner__visual {
        bottom: unset;
    }

    .banner:not(.banner--layout-1, .banner--layout-3) .banner__visual::before {
        background-color: var(--root-color-background--primary);
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .banner:not(.banner--layout-1, .banner--layout-3) .banner__image {
        clip-path: inset(1.5rem);
    }

    .banner--layout-0 {
        padding-bottom: 0;
    }
}

/* Page image */
@media (min-width: 62rem) {
    .page-image__visual {
        position: relative;
    }

    .page-image__visual::before {
        background-color: var(--root-color-background--primary);
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .page-image__image {
        clip-path: inset(1.5rem);
    }
}
