.wp-block-custom-everlit-sponsored {
    padding: 20px;
    background-color: #f3f6f9;
    border-left: 4px solid #007cba;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* If using a block style variation */
.is-style-everlit-sponsored-style {
    /* Styles specific to this style variation */
}

/* Playlist Embed Block Styles */
.wp-block-custom-everlit-playlist-embed {
    padding: 15px;
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.wp-block-custom-everlit-playlist-embed iframe {
    border-radius: 4px;
    border: none;
}

/* Playlist Selector Dropdown Styles */
.everlit-playlist-dropdown .components-popover__content {
    min-width: 350px !important;
    max-width: 500px !important;
}

.everlit-playlist-selector {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.everlit-playlist-selector h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1d2327;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.everlit-playlist-selector input[type="text"] {
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow 0.1s linear;
    background-color: #fff;
}

.everlit-playlist-selector input[type="text"]:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
    outline: none;
}

.playlist-list {
    font-size: 13px;
}

.playlist-item {
    transition: background-color 0.15s ease-in-out;
    border-left: 3px solid transparent;
}

.playlist-item:hover {
    border-left-color: #007cba !important;
}

/* Loading and error states */
.everlit-playlist-selector .loading,
.everlit-playlist-selector .error,
.everlit-playlist-selector .empty {
    text-align: center;
    color: #666;
    font-style: italic;
}

.everlit-playlist-selector .error {
    color: #d63638;
    background-color: #fcf0f1;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f1adad;
}
