.choice.seasonal {
  border-left: 4px solid #ffd580;
}

.booking-closed {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 16px;
  border: 1px solid #38516d;
  border-radius: 14px;
  background: #102238;
}

.booking-closed input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: #72d0ff;
}

.booking-closed span {
  display: grid;
  gap: 4px;
}

.booking-closed small {
  color: #aebbd0;
  font-weight: 400;
  line-height: 1.45;
}

.tour-status[data-mode="seasonal"] {
  border-left-color: #ffd580;
}

.tour-status[data-mode="seasonal"] h2 {
  color: #ffe0a3;
}

.tour-call-note {
  color: #77d3ff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.tour-status-actions button.btn {
  cursor: pointer;
}
