/* P105: official Race Signals colours for course construction. */
.course-button.start {
  border-color: #f6a066 !important;
  background: #fff0e5 !important;
  color: #a84300 !important;
  box-shadow: inset 4px 0 0 #f97316 !important;
}
.course-button.finish {
  border-color: #93a9e5 !important;
  background: #e8efff !important;
  color: #263f8f !important;
  box-shadow: inset 4px 0 0 #3155a4 !important;
}
.course-button.mark {
  border-color: #e5bf55 !important;
  background: #fff5cf !important;
  color: #805700 !important;
  box-shadow: inset 4px 0 0 #d18b00 !important;
}
.course-button.gate {
  border-color: #b8a0ed !important;
  background: #f1ecff !important;
  color: #5d35ad !important;
  box-shadow: inset 4px 0 0 #7c3aed !important;
}
.course-button.prestart {
  border-color: #7ccfc7 !important;
  background: #e7faf7 !important;
  color: #08746d !important;
  box-shadow: inset 4px 0 0 #078b8b !important;
}
.course-marker.start { color: #a84300 !important; border-color: #f97316 !important; }
.course-marker.finish { color: #263f8f !important; border-color: #3155a4 !important; }