/* ===========================================
   Spotify Blocker Styles
   Version: 3.23.0
   =========================================== */

.kccm-spotify-placeholder {
    position: relative;
    background: #191414;
    overflow: hidden;
    max-width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Notice Container */
.kccm-spotify-notice {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 20px;
    max-width: 400px;
}

/* Spotify Icon */
.kccm-spotify-icon {
    margin-bottom: 15px;
    line-height: 1;
}

/* Description Text */
.kccm-spotify-notice p {
    margin: 0 0 15px 0;
    color: #b3b3b3;
    font-size: 13px;
    line-height: 1.5;
}

/* Load Button - Spotify Green with pill shape */
.kccm-spotify-load-btn {
    background: #1db954;
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 500px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
    letter-spacing: 0.5px;
}

.kccm-spotify-load-btn:hover {
    background: #1ed760;
    transform: scale(1.04);
}

.kccm-spotify-load-btn:active {
    transform: scale(1);
}

/* Privacy Link */
.kccm-spotify-notice a {
    color: #727272;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}

.kccm-spotify-notice a:hover {
    color: #b3b3b3;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .kccm-spotify-placeholder {
        min-height: 180px;
    }

    .kccm-spotify-notice {
        padding: 20px 15px;
        margin: 10px;
    }

    .kccm-spotify-notice p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .kccm-spotify-load-btn {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
    }
}

/* WordPress Block Editor Compatibility */
.wp-block-embed__wrapper .kccm-spotify-placeholder {
    width: 100%;
}
