/* ******** SWIPER HACKS (Generic) ******** */
.dk-carousel:not(.swiper-container-initialized) {
    display: flex;
    padding-bottom: 40px;
}

.dk-carousel .dk-slide:not(.swiper-slide) {
    flex-shrink: 0;
}

/* ******** SWIPER HACKS (Specific) ******** */
.featured-cards__carousel .dk-slide:not(.swiper-slide) {
    width: calc(15px / 2 + 100% / 2 - 15px);
    margin-right: 15px;
}


.archive-table-container .dk-table a {
    color: var(--link-blue);
    font-weight: bold;
    text-decoration: none;
}

.archive-table-container .dk-table a:hover {
    text-decoration: underline;
}