/* Small additions to the shared ../../css/editor.css chrome, specific to the
   SR question editor (task cards reuse .task-card* from editor.css). */

.sr-variant-table {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 6px 0;
}
.sr-variant-row {
    display: flex;
    align-items: center;
    gap: 6px;
}
.sr-variant-row input[type="text"] {
    flex: 1;
    min-width: 0;
}

.sr-overflow-warning:empty { display: none; }
.sr-overflow-warning {
    color: #a13d1f;
    background: #fdf0ea;
    border: 1px solid #f0c4ac;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    margin: 6px 0 0 0;
}
