.delivery-scheduler{border:1px solid #e5e0da;border-radius:12px;padding:16px;margin:16px 0;background:#fdfbf8;font-size:14px}
.delivery-scheduler__title{margin:0 0 12px;font-size:16px;font-weight:600}
.delivery-scheduler__toggle{display:flex;gap:8px;margin-bottom:14px}
.delivery-scheduler__toggle-btn{flex:1;padding:10px 12px;border:1px solid #d8d2c8;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;transition:.15s}
.delivery-scheduler__toggle-btn.is-active{background:#3c3a34;color:#fff;border-color:#3c3a34}
.delivery-scheduler__row{display:flex;gap:10px}
.delivery-scheduler__field{margin-bottom:12px;flex:1;display:flex;flex-direction:column}
.delivery-scheduler__field label{font-size:12px;font-weight:600;margin-bottom:4px;color:#555}
.delivery-scheduler__field input,.delivery-scheduler__field select,.delivery-scheduler__field textarea{padding:9px 10px;border:1px solid #d8d2c8;border-radius:8px;font-size:14px;font-family:inherit;background:#fff}
.delivery-scheduler__field input:focus,.delivery-scheduler__field select:focus,.delivery-scheduler__field textarea:focus{outline:none;border-color:#3c3a34}
.delivery-scheduler__note{font-size:12px;color:#b3521e;margin:-8px 0 12px;min-height:14px}
.delivery-scheduler__status{font-size:12px;color:#6b8f6b;min-height:14px;margin:0}
.delivery-scheduler__status.is-error{color:#c0392b}
[data-recipient-field]{display:flex}
.delivery-scheduler.is-pickup [data-recipient-field]{display:none}
