.editor-line-thickness-section {
  display: grid;
  gap: 7px;
  padding: 10px;
  border-top: 1px solid rgba(239, 68, 68, .22);
  background: linear-gradient(135deg, rgba(127, 29, 29, .16), rgba(15, 23, 42, .05));
}

.editor-line-thickness-section small {
  color: #fca5a5;
  font: 600 10px/1.45 Arial, sans-serif;
}

.editor-line-thickness-slider {
  background: linear-gradient(90deg, rgba(248, 113, 113, .35), rgba(220, 38, 38, .7));
}

.editor-toolbar-actions {
  flex-wrap: wrap;
}

.editor-transfer-actions .editor-action-btn {
  min-width: 96px;
}

.editor-export-lines-btn {
  border: 1px solid rgba(248, 113, 113, .5);
  color: #fecaca;
  background: linear-gradient(135deg, rgba(185, 28, 28, .38), rgba(127, 29, 29, .22));
}

.editor-export-lines-btn:hover {
  border-color: rgba(252, 165, 165, .8);
  background: linear-gradient(135deg, rgba(220, 38, 38, .56), rgba(153, 27, 27, .38));
}
