/*
 * Styles for the Split Clip plugin front‑end.
 */

.split-clip-container {
    border: 1px solid #e5e5e5;
    padding: 1em;
    max-width: 640px;
    margin-bottom: 2em;
    background: #fafafa;
}

.split-clip-upload {
    margin-bottom: 1em;
}

.split-clip-status {
    margin-top: 0.5em;
    color: #555;
}
.split-clip-status.error {
    color: #d63638;
}

#split-clip-wave {
    position: relative;
    height: 200px;
    background: #f3f3f3;
    margin-bottom: 0.5em;
}

.split-clip-controls {
    margin-bottom: 1em;
}

.split-clip-result {
    margin-top: 1em;
}