/* Video Meta Box Styles */
#spst-featured-video-wrapper {
    padding: 10px 0;
}

#spst-featured-video-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#spst_featured_video_url {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: #f8f8f8;
}

#spst_video_preview {
    margin-top: 15px;
    
}

#spst_video_preview video {
    max-width: 100%;
    height: auto;
}

/* Button Styles */
#spst_set_video_button {
    margin-right: 5px;
}

#spst_remove_video_button {
    color: #a00;
}

#spst_remove_video_button:hover {
    color: #dc3232;
    border-color: #dc3232;
}

/* Slider Settings Styles */
.spst-settings-group {
    margin-bottom: 15px;
}

.spst-settings-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.spst-settings-group select,
.spst-settings-group input[type="number"] {
    width: 200px;
}

/* Post Selection Box Styles */
.spst-posts-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.spst-posts-list label {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.spst-posts-list label:last-child {
    border-bottom: none;
}