.casino-review .cta-row.cta-vertical{flex-direction:column;align-items:stretch}
.casino-review .cta-row.cta-vertical .btn{width:100%}

.bc-modal{position:fixed;inset:0;display:none;background:rgba(0,0,0,.55);z-index:9999}
.bc-modal[aria-hidden="false"]{display:block}
.bc-modal__dialog{max-width:820px;margin:7vh auto;padding:20px;outline:0;background:#0c092a;border-radius:8px;position:relative;box-shadow:0 12px 30px rgba(0,0,0,.35)}
.bc-modal__close{position:absolute;top:12px;right:12px;background:transparent;border:0;font-size:28px;cursor:pointer}
.bc-modal__dialog > p[id$="-modaltitle"]{padding-right:11%}

.casino-review .bonusbox .term{margin-bottom:4px}
.casino-review.casino-bc .hero{grid-template-columns:1.4fr .6fr}

.cta-vertical .review-text-link {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 0.9em;
}

@media (max-width:980px){
  .casino-review.casino-bc .hero{grid-template-columns:1fr}
}

@media (min-width: 981px){
  .casino-review.casino-bonussen .hero { grid-template-columns: 1.4fr .6fr; }
}

.hero-sub{
  margin: 8px 0 14px;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
  opacity: .95;
}

.casinonaam {
  font-size: 20px !important;
  color: #b4c0d691 !important;
}

@media (max-width:980px){
  .casinonaam {
    font-size: 17px !important;
  }
  .hero-sub {
    font-size: 25px !important;
  }
}

.hero-container-img {
    position: relative !important;
    background: transparent !important;
    background-image: none !important;
    overflow: hidden !important;
    isolation: isolate;
    z-index: 1;
}

.hero-bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: -1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    max-width: none !important;
}

.hero-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0 !important;
    pointer-events: none; 
}

.hero-pane {
    position: relative !important;
    z-index: 10 !important; 
}

.hero-pane .breadcrumb {
    font-size: 0.9rem;
    margin-bottom: 6px;
    opacity: 0.9;
    position: relative;
    z-index: 10;
}

.casinonaam {
    font-size: 20px !important;
    color: #d4d4e6 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    position: relative;
    z-index: 10;
}

/* ========================================
   NIEUWE STYLING: ACTUELE Scrape
   ======================================== */

#actuele-promoties {
    position: relative;
    overflow: hidden;
    animation: promotie-pulse 3s ease-in-out infinite;
}

@keyframes promotie-pulse {
    0%, 100% { 
        box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4); 
    }
    50% { 
        box-shadow: 0 4px 35px rgba(118, 75, 162, 0.6),
                    0 0 60px rgba(102, 126, 234, 0.2); 
    }
}

#actuele-promoties::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: promotie-rotate 10s linear infinite;
    pointer-events: none;
}

@keyframes promotie-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

#actuele-promoties h2 {
    color: white !important;
    font-size: 1.5em;
    margin-bottom: 0 !important;
}

#actuele-promoties h3 {
    color: rgba(255, 255, 255, 0.95);
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 1.15em;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
}

#actuele-promoties p {
    margin-bottom: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}

#actuele-promoties ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#actuele-promoties li {
    background: rgba(255, 255, 255, 0.12);
    padding: 14px 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    border-left: 4px solid rgba(255, 215, 0, 0.6);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

#actuele-promoties li:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(5px);
    border-left-color: #ffd700;
}

#actuele-promoties strong {
    color: #ffd700;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#actuele-promoties .promotie-badge {
    display: inline-block;
    background: rgba(255, 215, 0, 0.25);
    color: #ffd700;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: 700;
    margin-right: 8px;
    margin-top: 6px;
    border: 1px solid rgba(255, 215, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#actuele-promoties .promotie-update-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

#actuele-promoties .promotie-update-time {
    font-size: 0.85em;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
}

#actuele-promoties .promotie-content-wrapper {
    background: rgba(255, 255, 255, 0.12);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

#actuele-promoties .promotie-footer {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9em;
    opacity: 0.9;
    font-style: italic;
}

/* Nieuwe badge stijlen */
.promo-badge-new {
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Responsive styling */
@media (max-width: 768px) {
    #actuele-promoties {
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
        padding: 20px 15px;
    }

    #actuele-promoties h2 {
        font-size: 1.3em;
    }

    #actuele-promoties .promotie-update-info {
        flex-direction: column;
        align-items: flex-start;
    }

    #actuele-promoties li {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    #actuele-promoties h2 {
        font-size: 1.2em;
    }

    #actuele-promoties .promotie-badge {
        font-size: 0.75em;
        padding: 4px 8px;
    }
}

/* Dark mode ondersteuning (indien je website dit gebruikt) */
@media (prefers-color-scheme: dark) {
    #actuele-promoties {
        background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    }
}

/* Print styling */
@media print {
    #actuele-promoties {
        background: none !important;
        color: #000 !important;
        box-shadow: none !important;
    }
    
    #actuele-promoties::before {
        display: none;
    }
}