.schedule-panel .schedule-new-action {
  background: #ff7a1a;
  border: 2px solid #d85c00;
  color: #111;
  font-weight: 800;
  min-height: 40px;
  padding: 0 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.schedule-panel .schedule-new-action:hover,
.schedule-panel .schedule-new-action:focus-visible {
  background: #ff8a34;
  outline: 3px solid rgba(255, 122, 26, 0.3);
  outline-offset: 2px;
}

.schedule-mode-hint {
  background: #fff7ed;
  border-left: 4px solid #ff7a1a;
  border-radius: 6px;
  color: #7a3414 !important;
  font-weight: 800;
  margin: -4px 0 2px !important;
  padding: 9px 12px;
}

.schedule-mode-hint[data-mode="edit"] {
  background: #eef8ff;
  border-left-color: #16b6e8;
  color: #22566b !important;
}

.schedule-panel > button[type="submit"] {
  min-height: 52px;
  font-size: 16px;
  box-shadow: 0 3px 9px rgba(255, 122, 26, 0.22);
}

.notice {
  border: 1px solid #b8eaff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  margin: 0 !important;
  max-width: min(520px, calc(100vw - 32px));
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 100;
}

@media (max-width: 760px) {
  .notice {
    left: 16px;
    right: 16px;
    top: 16px;
    max-width: none;
  }
}
