/**
 * Inkora Videos Block - Editor Styles
 */

.inkora-videos-preview {
    transition: all 0.3s ease;
}

.inkora-videos-preview .components-notice {
    margin: 20px 0;
}

.inkora-videos-preview .inkora-video-thumb {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

/* Category selection */
.components-panel__body .components-checkbox-control {
    margin-bottom: 8px;
}

/* Color palettes */
.components-color-palette {
    margin-top: 8px;
    margin-bottom: 16px;
}

/* Preview items */
.inkora-videos-preview .inkora-video-item {
    transition: transform 0.3s ease;
}

.inkora-videos-preview .inkora-video-item:hover {
    transform: translateY(-2px);
}