.elementor-control-spotify_url {
    display: none !important;
}

.spotify-search-wrapper {
    margin-bottom: 20px;
}

.spotify-input-tabs {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.spotify-input-tab {
    padding: 8px 12px;
    cursor: pointer;
    border: none;
    background: none;
    color: #666;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.spotify-input-tab.active {
    color: #1DB954;
    border-bottom-color: #1DB954;
}

.spotify-input-tab:hover {
    color: #1DB954;
}

.spotify-input-content {
    display: none;
}

.spotify-input-content.active {
    display: block;
}

.spotify-url-input {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.spotify-url-field {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.3;
}

.spotify-url-button {
    padding: 6px 10px;
    background: #1DB954;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.spotify-url-button:hover {
    background: #1ed760;
}

.spotify-url-button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
}

.spotify-search-input {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.spotify-search-field {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.3;
}

.spotify-search-button {
    padding: 6px 10px;
    background: #1DB954;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.spotify-search-button:hover {
    background: #1ed760;
}

.spotify-search-button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
}

.spotify-search-results {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
}

.spotify-search-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 3px;
}

.spotify-search-item {
    display: flex;
    align-items: center;
    padding: 4px 6px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 3px;
}

.spotify-search-item:hover {
    background-color: #f1f3f5;
}

.spotify-search-item-image {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    flex-shrink: 0;
}

.spotify-search-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.spotify-search-item-info {
    flex: 1;
    min-width: 0;
}

.spotify-search-item-title {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotify-search-item-subtitle {
    font-size: 11px;
    color: #a4afb7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotify-search-loading,
.spotify-search-error,
.spotify-search-no-results {
    padding: 6px;
    text-align: center;
    color: #a4afb7;
    font-size: 11px;
}

.spotify-search-error {
    color: #dc3232;
}

.spotify-embed-wrapper {
    margin-top: 20px;
}

.spotify-embed-error {
    padding: 15px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 15px;
}

.spotify-widget-config-notice {
    background: #fff;
    border-left: 4px solid #1DB954;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.spotify-widget-config-notice h3 {
    margin: 0 0 15px 0;
    color: #1DB954;
}

.spotify-widget-config-notice ol {
    margin: 15px 0;
    padding-left: 20px;
}

.spotify-widget-config-notice li {
    margin-bottom: 10px;
}

.spotify-widget-config-notice a {
    color: #1DB954;
    text-decoration: none;
}

.spotify-widget-config-notice a:hover {
    text-decoration: underline;
} 