
/* Local restoration layer: replaces unavailable third-party order widgets */
.restored-order{font-family:Arial,sans-serif;background:#fff;padding:18px;border-radius:6px;box-shadow:0 4px 18px rgba(0,0,0,.08);display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;color:#222}
.restored-order-vertical{display:block;box-shadow:none;padding:4px}
.restored-order-vertical .restored-field{margin-bottom:12px}
.restored-field{flex:1 1 180px}.restored-field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}
.restored-field input,.restored-field select,.restored-field textarea{width:100%;box-sizing:border-box;border:1px solid #d8dde5;border-radius:4px;padding:12px 11px;background:#fff;color:#222}
.restored-field textarea{min-height:90px;resize:vertical}.restored-submit{flex:0 0 auto}
.restored-submit button{border:0;border-radius:4px;padding:13px 24px;background:#ff9c51;color:#fff;font-weight:700;cursor:pointer;white-space:nowrap}
.restored-submit button:hover{background:#ed8640}.restored-note{font-size:12px;color:#777;margin:6px 0 0}
.restored-toast{position:fixed;right:18px;bottom:18px;z-index:99999;background:#222;color:#fff;padding:14px 18px;border-radius:6px;display:none;max-width:360px}
.restored-map{background:#f0f4f8;border:1px solid #d9e0e8;min-height:250px;display:flex;align-items:center;justify-content:center;text-align:center;padding:25px;border-radius:6px}
@media(max-width:700px){.restored-order{display:block}.restored-field{margin-bottom:10px}.restored-submit button{width:100%}}
