.schedule-submit-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.schedule-history-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:16px 0;border-top:1px solid var(--line)}.schedule-main strong,.schedule-main small{display:block}.schedule-main small{color:var(--muted);margin-top:4px}.status-ready{background:#dff4ff;color:#176582}.schedule-error{grid-column:1/-1;background:#fff2f0;border-radius:10px;padding:9px 12px;color:#8d302a;font-size:12px}.schedule-error summary{font-weight:800;cursor:pointer}.schedule-error p{margin:8px 0 0;white-space:pre-wrap}.schedule-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.schedule-actions form{margin:0}.history-action{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px;font:700 11px "DM Sans";cursor:pointer}.success-action{border-color:#a8d4b4;color:#257341;background:#edf8f0}@media(max-width:520px){.schedule-submit-row{grid-template-columns:1fr}.schedule-history-row{grid-template-columns:1fr}.schedule-history-row>.status-pill{justify-self:start}}
