/* ============================================================
   SWIPER WRAPPER
============================================================ */

.dw-premium-carousel {
    width: 100%;
    padding: 20px 0;
}

.dw-premium-carousel .swiper-wrapper {
    display: flex;
}

.dw-premium-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 340px;
}

/* ============================================================
   HÖJD FIX – KRITISK
============================================================ */

.dw-premium-card-wrapper,
.dewally-slot-homepage,
.dewally-slot-homepage .dw-premium-card {
    height: 340px;
    min-height: 340px;
    display: flex;
}

/* ============================================================
   PREMIUMKORT
============================================================ */

.dewally-slot-homepage .dw-premium-card {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.dewally-slot-homepage .dw-premium-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.55);
}

.dewally-slot-homepage .dw-premium-content {
    position: absolute;
    inset: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Top */
.dewally-slot-homepage .dw-premium-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dewally-slot-homepage .dw-premium-highlight {
    background: #facc15;
    color: #000;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 8px;
    text-transform: uppercase;
}

.dewally-slot-homepage .dw-premium-logo {
    height: 40px;
    border-radius: 8px;
}

/* Typ */
.dewally-slot-homepage .dw-premium-type-above {
    margin-top: 150px;
    font-size: 10px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 8px;
    width: fit-content;
    text-transform: uppercase;
}

/* Titel + adress */
.dewally-slot-homepage .dw-premium-title {
    margin: 0;
    font-size: 25px;
    color: #fff;
}

.dewally-slot-homepage .dw-premium-address {
    margin: 0;
    font-size: 14px;
    color: #e5e5e5;
}

/* CTA */
.dewally-slot-homepage .dw-premium-cta {
    background: #fff;
    color: #000;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.2s;
}

.dewally-slot-homepage .dw-premium-cta:hover {
    background: #facc15;
}

/* Pagination */
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1BAC6D;
}
