
@media (min-width: 62rem) {
    /* Page background color */
    [data-document-type]:not([data-document-type="50"]):not([data-document-type="51"]) {
        background-color: var(--root-color-background--grey);
    }

    [data-document-type]:not([data-document-type="50"]):not([data-document-type="51"]):not([data-document-type="56"]):not([data-document-type="64"]):not([data-document-type="66"]):not([data-document-type="1"].layout-1) .main-column {
        background-color: var(--root-color--white);
        margin-top: 3.5rem;
        margin-bottom: 6rem;
        position: relative;
    }

    /* Using a pseudo element here, because adding the outline to .main-column itself will fail in FF */
    [data-document-type]:not([data-document-type="50"]):not([data-document-type="51"]):not([data-document-type="56"]):not([data-document-type="64"]):not([data-document-type="66"]):not([data-document-type="1"].layout-1) .main-column::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        outline: 3rem solid var(--root-color--white);
        pointer-events: none;
    }
}

/* Top tasks image overlay */
.top-tasks-background:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%204000%20210%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3874.99%2C210L4000%2C210L4000%2C60C4000%2C60.37%203995.03%2C64.561%203933.35%2C172.121C3911.77%2C209.756%203874.99%2C210%203874.99%2C210Z%22%20style%3D%22fill%3Argb(244%2C244%2C244)%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%2C210L4000%2C210L4000%2C0C4000%2C0%203994.27%2C8.71%203920.41%2C133.237C3891.16%2C182.558%203836.25%2C178.271%203836.25%2C178.271L0%2C177.16L0%2C210Z%22%20style%3D%22fill%3Argb(244%2C244%2C244)%3Bfill-opacity%3A0.33%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position:100% 100%;
    background-size: auto 12rem
}

@media (min-width: 62rem) {
    .top-tasks-background:after {
        background-size: auto 16rem
    }
}

@media (min-width: 160rem) {
    .top-tasks-background:after {
        background-size: 100% auto
    }
}

/* Opening times Top Tasks */
.opening-times .button-primary {
    --background-color: var(--root-color--white);
    --border-top-color: var(--root-color--contrast);
    --border-right-color: var(--root-color--contrast);
    --border-bottom-color: var(--root-color--contrast);
    --border-left-color: var(--root-color--contrast);
    --color: var(--root-color--primary);
}

.opening-times .button-primary:active,
.opening-times .button-primary:focus,
.opening-times .button-primary:hover {
    --border-top-color: var(--root-color--contrast);
    --border-right-color: var(--root-color--contrast);
    --border-bottom-color: var(--root-color--contrast);
    --border-left-color: var(--root-color--contrast);
    --background-color: var(--root-color--contrast-lightest);
}

/* Highlighted list in product pages */
[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 {
    padding: 0 0 0 1.2em;
}

/* Border bottom on cards */
.section:not(.section--color) .card:not(.card--color):not(.card--image-none) .card__link {
    border-bottom-color: var(--color-border-top);
    border-bottom-width: var(--width-border-top);
    border-bottom-style: solid;
}

/* Shadow on follow-ups */
.follow-up {
    border-bottom-color: #919191;
    -webkit-box-shadow: 6px 6px 0 0 hsla(0,0%,57%,.25);
    box-shadow: 6px 6px 0 0 hsla(0,0%,57%,.25);
}

/* CE Spotlight */
.spotlight.section--color-primary,
.spotlight.section--color-secondary,
.spotlight.section--color-support,
.spotlight.section--color-grey {
    --color-background: var(--root-color--white);
    border-top-width: 0.188rem;
    border-top-style: solid;
}

.spotlight.section--color-primary {
    border-top-color: var(--root-color--secondary);
}

.spotlight.section--color-secondary {
    border-top-color: var(--root-color--primary);
}

.spotlight.section--color-support {
    border-top-color: var(--root-color--primary);
}

.spotlight.section--color-grey {
    border-top-color: hsl(0, 0%, 67%);
}

/* Facets filter */
@media (min-width: 62rem) {
    .facets-filter .collapsible__button,
    .facets-filter .collapsible__panel {
        --color-background: transparent;
    }
}

/* Footer */
.page-footer__columns .footer__element--icons .footer__link .link:active .icon,
.page-footer__columns .footer__element--icons .footer__link .link:focus .icon,
.page-footer__columns .footer__element--icons .footer__link .link:hover .icon {
    --color-icon: var(--root-color--primary);
}

.page-footer {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='4000' height='200' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.16)'%3E%3Cpath d='M0 200h4000V0s1.676 12.829-60.006 120.389c-21.582 37.635-65.002 39.611-65.002 39.611H0v40z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto 10rem;
    background-position:100% 100%
}

@media (min-width: 62rem) {
    .page-footer {
        background-size:auto 12em
    }
}

@media (min-width: 160rem) {
    .page-footer {
        background-size:100% auto
    }
}

/* Timeblockr CSS */
/* Font base setup */
[for="select-product"],
div[data-bind^="html"],
div[data-bind^="text"],
.timeblockr_accordion_select .timeblockr-plugin > div {
    color: var(--root-color-text);
    font-family: var(--root-font-family--primary);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0.8em 0 0;
}

.timeblockr_route .step-header-link  {
    color: var(--root-color-text);
    font-family:var(--root-font-family--primary);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0.8em 0 0;
}

.timeblockr_vertical .timeblockr_active>.accordion {
      border-top: 3px solid var(--root-color--primary);
}

.timeblockr_accordion_select .timeblockr-plugin > div {
  margin-block-start: 1rem;
}

.timeblockr_hide-text {
    white-space: nowrap;
    overflow: hidden;
    right: 1000px;
    position: absolute;
}

.timeblockr_delete-product {
  line-height: 1;
}

.timeblockr_button {
    background-color: var(--root-color--primary);
    border-radius: 2px;
    color: var(--root-color--white);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.75em 1em;
    position: relative;
    text-decoration: none;
}

.timeblockr_button:hover,
.timeblockr_button:hover {
  background-color: var(--root-color--primary-dark);
}

#timeblockr_disclaimer {
  display: none;
}
