.lfe-booking-widget{position:relative;max-width:420px;margin:0 0 1.5rem;font-family:inherit;color:#222}
.lfe-dates{display:flex;gap:2px;background:#F5F6F5;border:1px solid rgba(0,0,0,.09);border-radius:12px;padding:6px}
.lfe-f{flex:1;padding:.4em .7em;cursor:pointer}
.lfe-f label{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;color:#6B7280;letter-spacing:.03em}
.lfe-f input[type=text]{border:none;background:none;font-size:.95rem;font-weight:700;width:100%;padding:2px 0;color:#222;cursor:pointer}
.lfe-f input[type=text]::placeholder{color:#9CA3AF;font-weight:600}
.lfe-cal-pop{display:none;position:absolute;z-index:50;top:calc(100% + 10px);left:0;background:#fff;border:1px solid rgba(0,0,0,.09);
  border-radius:16px;box-shadow:0 24px 60px -20px rgba(0,0,0,.35);padding:16px;width:min(520px,94vw)}
.lfe-cal-pop.on{display:block}
.lfe-cal-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.lfe-cal-hd button{border:1px solid rgba(0,0,0,.09);background:#fff;border-radius:50%;width:30px;height:30px;cursor:pointer}
.lfe-cal-hd button:disabled{opacity:.3;cursor:default}
#lfeCalMonths{display:flex;gap:24px;font-weight:700;font-size:.92rem}
#lfeCalGrids{display:flex;gap:24px}
.lfe-month{flex:1;min-width:0}
.lfe-dow{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}
.lfe-dow span{text-align:center;font-size:.62rem;font-weight:800;color:#6B7280;text-transform:uppercase}
.lfe-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.lfe-day{aspect-ratio:.82;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:.8rem;font-weight:600;
  border-radius:10px;cursor:pointer;background:none;border:none;color:#222;padding:2px 0}
.lfe-day-num{line-height:1}
.lfe-day-price{font-size:.6rem;font-weight:700;color:#0F6B72;line-height:1}
.lfe-day:hover:not(.disabled):not(.empty){background:#EAF3F0}
.lfe-day.empty{cursor:default}
.lfe-day.disabled{color:#D1D5DB;text-decoration:line-through;cursor:not-allowed}
.lfe-day.today{box-shadow:inset 0 0 0 1.5px #C8A165}
.lfe-day.selected{background:#0F6B72;color:#fff;font-weight:800}
.lfe-day.selected .lfe-day-price{color:#EAF3F0}
.lfe-day.in-range{background:#EAF3F0;border-radius:0}
.lfe-cal-ft{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.09);font-size:.78rem;color:#6B7280;font-weight:600}
.lfe-quote{margin-top:12px;background:#F5F6F5;border-radius:12px;padding:14px}
.lfe-qrow{display:flex;justify-content:space-between;font-size:.88rem;padding:3px 0}
.lfe-qtotal{font-weight:800;border-top:1px solid rgba(0,0,0,.09);margin-top:6px;padding-top:8px}
.lfe-qnote{color:#6B7280;font-size:.76rem;font-style:italic}
.lfe-error{margin-top:10px;background:#FDECEC;color:#B42318;border-radius:10px;padding:10px 14px;font-size:.85rem;font-weight:600}
.lfe-deposit-note{font-size:.76rem;color:#6B7280;margin-top:10px}
@media(max-width:560px){#lfeCalGrids,#lfeCalMonths{gap:0}.lfe-month:nth-child(2),#lfeCalMonths>span:nth-child(2){display:none}.lfe-cal-pop{width:92vw}}
