.fish-motion-recorder {
  display: grid;
  gap: 7px;
  margin: 10px 0 6px;
  padding: 10px;
  border: 1px solid rgba(255, 183, 91, 0.28);
  border-radius: 9px;
  background: rgba(255, 157, 58, 0.07);
}

.fish-motion-recorder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fish-motion-recorder-head strong {
  color: #fff0d5;
  font-size: 12px;
}

.fish-motion-recorder-head span {
  color: rgba(255, 225, 182, 0.72);
  font-size: 9px;
  font-weight: 850;
  text-align: right;
}

.fish-motion-recorder[data-state="running"] .fish-motion-recorder-head span {
  color: #ffca7d;
}

.fish-motion-recorder > small {
  color: rgba(255, 239, 216, 0.62);
  font-size: 9px;
  line-height: 1.35;
}

.fish-motion-recorder > p {
  min-height: 30px;
  margin: 0;
  padding: 7px 8px;
  border-left: 2px solid rgba(255, 184, 92, 0.62);
  background: rgba(255, 193, 112, 0.06);
  color: #ffe9c8;
  font-size: 9px;
  line-height: 1.4;
}

.fish-motion-recorder-actions {
  display: grid;
  grid-template-columns: minmax(62px, .72fr) 1.25fr .65fr;
  gap: 6px;
}

.fish-motion-recorder-actions label {
  display: grid;
  gap: 2px;
  color: rgba(255, 237, 208, 0.66);
  font-size: 8px;
}

.fish-motion-recorder-actions select,
.fish-motion-recorder-actions button {
  min-width: 0;
  min-height: 30px;
  padding: 0 7px;
  border: 1px solid rgba(255, 190, 107, 0.26);
  border-radius: 7px;
  background: rgba(255, 164, 67, 0.1);
  color: #fff3df;
  font-size: 9px;
  font-weight: 850;
}

.fish-motion-recorder-actions label select {
  width: 100%;
  background-color: rgba(25, 18, 12, 0.94);
}

.fish-motion-recorder-actions [data-fish-motion-start] {
  margin-top: 10px;
  background: rgba(255, 164, 67, 0.24);
}

.fish-motion-recorder-actions [data-fish-motion-stop] {
  margin-top: 10px;
}

.fish-motion-recorder-actions [data-fish-motion-copy] {
  grid-column: 1 / -1;
}

.fish-motion-recorder-actions button:disabled {
  cursor: default;
  opacity: .42;
}
