/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.route-editor-marker {
  align-items: center;
  background: #ff3dbc;
  border: 2px solid #050505;
  border-radius: 999px;
  box-shadow: 0 2px 0 #050505, 0 8px 18px rgba(255, 61, 188, 0.34);
  color: #000;
  cursor: grab;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  line-height: 1;
  width: 26px;
}

.route-editor-marker:active {
  cursor: grabbing;
  transform: translateY(1px);
}
