/* Availability-shaded date-range picker (UX idea U2) — v9.0.0-beta876.
   Self-contained colors (the popover floats over both the dark fly chrome and
   the light results skin, so it never inherits page tokens). Light card. */
.oh-drp{position:absolute;z-index:10010;width:560px;max-width:calc(100vw - 16px);background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.35);padding:14px 16px;font-family:"Archivo",system-ui,sans-serif}
.oh-drp[hidden]{display:none}
.oh-drp__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.oh-drp__hint{font-family:"Space Mono",monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#64748b}
.oh-drp__nav{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-size:18px;cursor:pointer}
.oh-drp__nav:hover{border-color:#c89464;color:#b9772a}
.oh-drp__months{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.oh-drp__mname{font-weight:600;font-size:13.5px;margin-bottom:6px;text-align:center}
.oh-drp__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.oh-drp__dow{font-family:"Space Mono",monospace;font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;text-align:center;padding:3px 0}
.oh-drp__day{border:0;background:transparent;border-radius:8px;font-size:12.5px;padding:6px 0;cursor:pointer;color:#0f172a;position:relative}
.oh-drp__day:hover:not(:disabled){background:#f1f5f9}
.oh-drp__day--off{color:#cbd5e1;cursor:default}
.oh-drp__day--full{text-decoration:line-through;color:#cbd5e1}
.oh-drp__day--thin::after{content:"";position:absolute;left:50%;bottom:2px;width:4px;height:4px;margin-left:-2px;border-radius:50%;background:#d8a441}
.oh-drp__day--na{color:#64748b}
.oh-drp__day--in,.oh-drp__day--out{background:#0f172a;color:#fff;font-weight:600}
.oh-drp__day--mid{background:#f5ead6}
.oh-drp__legend{display:flex;align-items:center;gap:8px;margin-top:10px;font-family:"Space Mono",monospace;font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.oh-drp__lg{display:inline-block;width:10px;height:10px;border-radius:3px}
.oh-drp__lg--ok{background:#e2e8f0}
.oh-drp__lg--thin{background:#d8a441}
.oh-drp__lg--full{background:#cbd5e1;position:relative}
.oh-drp__lg--full::after{content:"";position:absolute;left:-1px;right:-1px;top:4px;height:1.5px;background:#64748b;transform:rotate(-20deg)}
@media(max-width:719px){.oh-drp{display:none!important}}
