body.subpage-theme.subpage-schedule #main-content > h1 {
  max-width: 16ch;
}

body.subpage-theme.subpage-schedule #main-content > p {
  max-width: 68ch;
}

.schedule-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1080px) {
  .schedule-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: start;
  }
}

.schedule-callouts {
  display: grid;
  gap: 0.7rem;
}

.schedule-callout {
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 0.92rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 253, 0.97));
  box-shadow: 0 16px 38px -30px rgba(15, 23, 42, 0.36);
  padding: 0.9rem 0.95rem;
}

.schedule-callout h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.28;
}

.schedule-callout p {
  margin: 0.4rem 0 0;
  color: #4b5d79;
  font-size: 0.91rem;
  line-height: 1.55;
}

.schedule-form {
  display: grid;
  gap: 0.86rem;
}

.schedule-form-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .schedule-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.schedule-label {
  display: block;
  margin-bottom: 0.32rem;
  color: #334155;
  font-family: var(--font-mono);
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.schedule-input,
.schedule-textarea,
.schedule-select {
  width: 100%;
  border: 1px solid rgba(51, 65, 85, 0.22);
  border-radius: 0.74rem;
  background: rgba(248, 250, 252, 0.96);
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 0.64rem 0.72rem;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.schedule-input:focus,
.schedule-textarea:focus,
.schedule-select:focus {
  outline: none;
  border-color: rgba(14, 116, 144, 0.66);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.16);
}

.schedule-textarea {
  min-height: 7.2rem;
  resize: vertical;
}

.schedule-hint {
  margin: 0.28rem 0 0;
  color: #64748b;
  font-size: 0.78rem;
}

.schedule-consent {
  display: flex;
  gap: 0.54rem;
  align-items: flex-start;
  color: #334155;
  font-size: 0.86rem;
  line-height: 1.45;
}

.schedule-consent input {
  margin-top: 0.22rem;
}

.schedule-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.9);
  border-radius: 0.78rem;
  background: #0f172a;
  color: #f8fafc;
  cursor: pointer;
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  min-height: 2.9rem;
  padding: 0.68rem 1rem;
  text-transform: uppercase;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.schedule-submit:hover,
.schedule-submit:focus-visible {
  background: #1e293b;
  box-shadow: 0 12px 26px -18px rgba(15, 23, 42, 0.62);
  transform: translateY(-1px);
}

.schedule-submit:disabled {
  cursor: wait;
  opacity: 0.74;
  transform: none;
  box-shadow: none;
}

.schedule-status {
  border-radius: 0.75rem;
  font-size: 0.86rem;
  line-height: 1.45;
  min-height: 0;
  padding: 0;
}

.schedule-status--pending,
.schedule-status--success,
.schedule-status--error {
  border-width: 1px;
  border-style: solid;
  min-height: 2.55rem;
  padding: 0.58rem 0.7rem;
}

.schedule-status--pending {
  border-color: rgba(14, 116, 144, 0.28);
  background: rgba(224, 242, 254, 0.66);
  color: #0e7490;
}

.schedule-status--success {
  border-color: rgba(22, 163, 74, 0.3);
  background: rgba(220, 252, 231, 0.62);
  color: #166534;
}

.schedule-status--error {
  border-color: rgba(220, 38, 38, 0.27);
  background: rgba(254, 226, 226, 0.7);
  color: #991b1b;
}

.schedule-honeypot-wrap {
  display: none !important;
}
