/**
 * DGS Logo Carousel Block - Editor Styles
 */

/* Slow down animation in editor for easier editing */
.editor-styles-wrapper .dgs-logo-carousel__track {
    animation-duration: 60s !important;
}

/* Editor placeholder styling */
.editor-styles-wrapper .dgs-logo-carousel__placeholder {
    border: 2px dashed var(--neutral-light);
}

/* Make fade overlays slightly more visible in editor */
.editor-styles-wrapper .dgs-logo-carousel__fade {
    opacity: 0.8;
}
