/**
 * Inkora Breaking News Ticker - Editor Styles
 */

.inkora-ticker-preview {
    transition: all 0.3s ease;
}

.inkora-ticker-preview .components-button {
    transition: all 0.3s ease;
}

/* Preview scroll animation */
@keyframes preview-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.inkora-ticker-preview .inkora-ticker-scroll {
    animation: preview-scroll 10s linear infinite;
}

/* Color pickers spacing */
.components-color-palette {
    margin-bottom: 20px;
}

/* Category selection */
.components-checkbox-control {
    margin-bottom: 8px;
}

.components-panel__body .components-text-control__input {
    margin-bottom: 10px;
}