
/* Cards */
.card:not(.card--image-none).card--button,
.card:not(.card--image-none) .card__link {
    border-radius: var(--root-border-radius);
    overflow: hidden;
}

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

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

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

/* Follow-up */
.follow-up,
.follow-up-contact__image {
    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);
}

/* Footer */
.page-footer {
    background-image: url("data:image/svg+xml,%3Csvg width='258' height='150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M190.974 40.708 260 80.974V150h-69.026V40.708Z' fill='%23105E83'/%3E%3Cpath d='M0 150 190.973 40.708V150H0Z' fill='%23008BD0'/%3E%3Cpath d='M190.974 40.708 260 .442V81.55l-69.026-40.841Z' fill='%23EFAB00'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 10rem auto;
}

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