/* Reet Trails — tentative arrival/departure date picker: manual typing + compact, scrollable, movable calendar (shared across all enquiry forms) */
.daterange-pair{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}
.daterange-pair input{flex:1 1 140px;min-width:120px}
.daterange-sep{color:#8a8478;flex:none;font-size:15px}
.daterange-note{font-size:13px;font-weight:600;color:#6b6558;margin-top:7px}
.dr-wrap{position:relative}
.dr-input{background:#fff}
.dr-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:200;background:#fff;border:1px solid #e2ddd0;border-radius:14px;box-shadow:0 20px 50px -12px rgba(20,52,43,.35);padding:14px;width:min(300px,92vw);max-height:min(440px,75vh);overflow-y:auto;overscroll-behavior:contain;user-select:none;font-family:inherit}
.dr-panel[hidden]{display:none}
.dr-draghandle{height:16px;margin:-14px -14px 8px;border-radius:14px 14px 0 0;background:#f6f1e6;display:flex;align-items:center;justify-content:center;cursor:grab;touch-action:none;position:sticky;top:-14px;z-index:1}
.dr-draghandle::before{content:"";width:34px;height:4px;border-radius:999px;background:#d8d2c2}
.dr-draghandle:active{cursor:grabbing}
.dr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.dr-summary{font-size:13.5px;font-weight:700;color:#14342B;line-height:1.4}
.dr-summary small{display:block;font-size:11.5px;font-weight:600;color:#8a8478;margin-top:2px;letter-spacing:.02em}
.dr-nav{display:flex;gap:6px;flex:none}
.dr-nav button{width:28px;height:28px;border-radius:999px;border:1px solid #e2ddd0;background:#fff;display:grid;place-items:center;cursor:pointer;color:#14342B;padding:0}
.dr-nav button:hover{background:#f6f1e6}
.dr-nav button svg{width:15px;height:15px}
.dr-months{display:block}
.dr-month-title{text-align:center;font-weight:700;font-size:13.5px;color:#14342B;margin-bottom:8px}
.dr-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.dr-dow{text-align:center;font-size:10.5px;font-weight:700;color:#a8a196;text-transform:uppercase;padding-bottom:6px}
.dr-day{position:relative;text-align:center;padding:6px 0;font-size:12.5px;border-radius:8px;cursor:pointer;color:#2b2620;line-height:1.2}
.dr-day.is-blank{cursor:default;visibility:hidden}
.dr-day.is-past{color:#c9c3b6;cursor:not-allowed}
.dr-day:not(.is-blank):not(.is-past):hover{background:#f0ece0}
.dr-day.is-start,.dr-day.is-end{background:#14342B;color:#fff;font-weight:700}
.dr-day.is-inrange{background:#e7e2d3;border-radius:0}
.dr-day.is-start{border-radius:8px 0 0 8px}
.dr-day.is-end{border-radius:0 8px 8px 0}
.dr-day.is-start.is-end{border-radius:8px}
.dr-foot{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #ece7d9}
.dr-clear{background:none;border:0;color:#8a8478;font-size:12.5px;font-weight:600;cursor:pointer;text-decoration:underline;padding:6px 0}
.dr-apply{background:#C19A5B;color:#22301F;border:0;padding:9px 18px;border-radius:999px;font-weight:700;font-size:13.5px;cursor:pointer}
