
/* Opening Hours */
.opening-times {
    border-radius: var(--root-border-radius);
}

@media (min-width: 62rem) {
    .opening-hours-spotlight__image {
        border-radius: .75rem;
    }
}

/* 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: .75rem;
    }
}

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

.top-tasks-tile .top-tasks-tile__anchor {
    border-radius: var(--root-border-radius);
}

/* Follow-up */
.follow-up,
.follow-up__alert .notification {
    border-radius: .75rem;
}

/* Card Lists */
.card,
.card__link {
    border-radius: .75rem;
}

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

.card__image {
    border-radius: .75rem .75rem 0 0;
}
