/* ===== Ad Space Styles ===== */

.ad-space {
    background: rgba(45, 50, 59, 0.4);
    padding: 10px 20px;
    margin: 10px 16%;
    overflow: visible;
    pointer-events: auto;
    border-radius: 12px;
    border: 1px solid rgba(184, 134, 11, 0.3);
    transition: all 0.3s ease;
}

.ad-space.ad-empty {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
}

.ad-space .container {
    overflow: visible;
    max-height: 75px;
    min-height: 60px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-placeholder-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E6E9EF;
    font-size: 0.9rem;
    text-align: center;
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
    width: 100%;
}

.adsbygoogle {
    overflow: visible;
    pointer-events: auto;
    max-height: 60px;
    min-height: 40px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.ad-placeholder {
    background: linear-gradient(135deg, rgba(45, 50, 59, 0.6), rgba(15, 17, 21, 0.6));
    border: 2px dashed rgba(184, 134, 11, 0.3);
    padding: 60px 20px;
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    border-radius: 8px;
}
