#ad-showcase-wrapper {
    background-color: #050508;
    color: #ffffff;
    overflow-x: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 4rem;
}

/* Subtle float effect for the whole card stack */
.ad-card-wrapper {
    transition: transform 0.3s ease;
}

.ad-card-wrapper:hover {
    transform: translateY(-4px);
}

#webeffx-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: rgba(5, 5, 8, 0.95);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#webeffx-lightbox.active {
    display: flex;
    flex-direction: column;
    opacity: 1;
}