
@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;
    }
}

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

/* 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-grey {
    --color-background: var(--root-color--white);
}

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

.spotlight.section--color-primary,
.spotlight.section--color-secondary,
.spotlight.section--color-support,
.spotlight.section--color-grey {
    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--secondary);
}

.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);
}

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