/* Block Container */
.wp-block-tonyteo-sequence-slider {
    position: relative;
    margin: 0;
}

/* Inspector Controls */
.sequence-slider-slides-panel {
    margin-bottom: 16px;
}

.sequence-slider-slides-panel .slide-item {
    margin-bottom: 8px;
    display: flex;
    gap: 4px;
}

.sequence-slider-slides-panel .components-button-group {
    display: flex;
    gap: 4px;
    width: 100%;
}

.sequence-slider-slides-panel .components-button {
    flex: 1;
    justify-content: center;
}

/* Image Controls */
.editor-post-featured-image {
    margin-bottom: 16px;
}

.editor-post-featured-image__toggle {
    width: 100%;
    padding: 12px;
    border: 2px dashed #ddd;
    border-radius: 4px;
    text-align: center;
    background: #f7f7f7;
    cursor: pointer;
    transition: all 0.2s ease;
}

.editor-post-featured-image__toggle:hover {
    background: #f0f0f0;
    border-color: #999;
}

.image-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.image-preview img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    border-radius: 2px;
}

.image-preview-wrapper {
    position: relative;
    width: 100%;
}

.image-url {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 4px;
    word-break: break-all;
}

/* Button Controls */
.button-wrapper {
    margin-bottom: 16px;
    padding: 12px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.button-wrapper .components-base-control {
    margin-bottom: 8px;
}

.button-wrapper .components-base-control:last-child {
    margin-bottom: 0;
}

/* Preview Styles */
/* Enable style.css in block.json to use frontend styles here for the editor preview */
