.hotel-panel{margin-top:14px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,rgba(141,124,255,.08),rgba(255,255,255,.025));box-shadow:0 14px 34px rgba(0,0,0,.18)}
.hotel-panel[hidden]{display:none}
.hotel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.hotel-kicker{font-size:11px;font-weight:800;letter-spacing:1.4px;color:#8d7cff;margin-bottom:7px}
.hotel-head h3{margin:0;font-size:22px}
.hotel-sub{margin:7px 0 0;color:#b7b5c9;line-height:1.45}
.hotel-dates{min-width:165px;text-align:right;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:11px 13px;background:rgba(255,255,255,.035)}
.hotel-dates small{display:block;color:#aaa8b8;font-size:11px}
.hotel-dates strong{display:block;margin-top:3px;font-size:15px}
.hotel-status{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:start;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);border-radius:16px;padding:14px;margin-top:17px}
.hotel-status-icon{font-size:24px}
.hotel-status strong{display:block}
.hotel-status small{display:block;color:#aaa8b8;margin-top:3px;line-height:1.4}
.hotel-widget-shell{margin-top:14px;min-height:120px;border-radius:17px;overflow:hidden;background:#fff;padding:4px}
.hotel-widget-shell .eg-widget{width:100%}
.hotel-prefilled{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px;border:1px solid rgba(141,124,255,.35);border-radius:17px;background:linear-gradient(135deg,rgba(141,124,255,.14),rgba(255,95,143,.08))}
.hotel-prefilled>div{min-width:0}
.hotel-prefilled small,.hotel-prefilled span{display:block;color:#aaa8b8;font-size:11px}
.hotel-prefilled strong{display:block;margin:4px 0;font-size:17px;overflow-wrap:anywhere}
.hotel-search-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;border-radius:13px;padding:12px 16px;background:linear-gradient(90deg,#8d7cff,#ff5f8f);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 8px 20px rgba(141,124,255,.22)}
.hotel-search-button:hover{filter:brightness(1.08)}
.hotel-search-button:focus-visible{outline:3px solid #ffd166;outline-offset:3px}
.hotel-actions{display:flex;gap:11px;align-items:center;flex-wrap:wrap;margin-top:14px}
.hotel-note{flex:1;min-width:220px;color:#aaa8b8;font-size:12px;line-height:1.4}
.hotel-close{border:0;background:none;color:#ffd166;font:inherit;font-weight:700;cursor:pointer}
@media(max-width:600px){
  .hotel-prefilled{align-items:stretch;flex-direction:column}
  .hotel-search-button{width:100%;box-sizing:border-box}
  .hotel-panel{padding:16px}
  .hotel-head{display:block}
  .hotel-dates{text-align:left;margin-top:13px;min-width:0}
  .hotel-widget-shell{min-height:160px}
  .hotel-actions{align-items:flex-start;flex-direction:column}
  .hotel-note{min-width:0}
}