.scheduler-grid{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:24px;align-items:start}.scheduler-form-card label{display:block;font-weight:600;margin:0 0 14px}.scheduler-form-card input,.scheduler-form-card select,.scheduler-form-card textarea{box-sizing:border-box;width:100%;margin-top:6px;padding:10px;border:1px solid #d8d2ca;border-radius:7px;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check-row{display:flex!important;align-items:center;gap:8px}.check-row input{width:auto!important;margin:0!important}.button-row,.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.link-button{border:0;background:none;padding:0;color:#5a4637;cursor:pointer;text-decoration:underline}.link-button.danger{color:#a33232}.status-pill{display:inline-block;padding:3px 8px;border-radius:999px;background:#eee}.status-pill.success{background:#d9ead3}.status-pill.failed{background:#f4cccc}.error-small{font-size:12px;color:#a33232;max-width:280px}.muted{font-weight:400;color:#777}.table-wrap{overflow-x:auto}@media(max-width:980px){.scheduler-grid{grid-template-columns:1fr}}
.field-help {
    display: block;
    margin-top: 0.35rem;
    color: #777;
    font-size: 0.82rem;
    line-height: 1.35;
}
