/* V84.62 — premium public room cards and modal-only room editing. */

/* Public hotel room card. */
body.hotel-simple-v8418-body .hotel-room-card-v8462{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(188,205,226,.72);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(19,45,80,.1);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
@media(hover:hover){body.hotel-simple-v8418-body .hotel-room-card-v8462:hover{transform:translateY(-3px);border-color:#bfd3ee;box-shadow:0 24px 62px rgba(19,45,80,.15)}}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery{
  position:relative;
  height:auto;
  min-height:280px;
  aspect-ratio:16/9.5;
  background:linear-gradient(145deg,#eaf2fb,#dce8f5);
}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 -1px rgba(255,255,255,.32);
}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery img{transition:transform .45s ease}
@media(hover:hover){body.hotel-simple-v8418-body .hotel-room-card-v8462:hover .hotel-room-card-v8462__gallery img{transform:scale(1.025)}}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery.is-placeholder img{object-fit:cover;background:#eaf2fb}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__shade{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  padding:0;
  border-radius:0;
  background:linear-gradient(180deg,rgba(6,18,38,.28) 0%,rgba(6,18,38,0) 42%,rgba(6,18,38,.7) 100%);
}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__status,
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__type,
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__more,
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__placeholder-note,
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__gallery-cta{
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0;
  color:#fff;
  line-height:1;
  white-space:nowrap;
}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__status{
  top:14px;
  right:14px;
  bottom:auto;
  left:auto;
  min-height:35px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.54);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 22px rgba(8,25,50,.14);
  color:#087647;
  font-size:10px;
  font-weight:1000;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
body.hotel-simple-v8418-body .hotel-room-card-v8462__status i{width:8px;height:8px;border-radius:50%;background:#11a769;box-shadow:0 0 0 4px rgba(17,167,105,.13)}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__status.is-unavailable{color:#b42318}
body.hotel-simple-v8418-body .hotel-room-card-v8462__status.is-unavailable i{background:#e44b42;box-shadow:0 0 0 4px rgba(228,75,66,.13)}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__type{
  top:14px;
  right:auto;
  bottom:auto;
  left:14px;
  min-height:35px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(9,29,57,.68);
  font-size:10px;
  font-weight:950;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.hotel-simple-v8418-body .hotel-room-card-v8462__type svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__more{right:auto;bottom:17px;left:15px;padding:7px 10px;border-radius:999px;background:rgba(8,25,48,.72);font-size:9px;font-weight:950}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__placeholder-note{right:50%;bottom:54px;left:auto;transform:translateX(50%);padding:8px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(8,28,55,.56);font-size:10px;font-weight:900;backdrop-filter:blur(8px)}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__gallery-cta{right:16px;bottom:16px;left:auto;padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.95);box-shadow:0 8px 22px rgba(4,20,44,.16);color:#155fc9;font-size:10px;font-weight:1000}
body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery-cta b{font-size:15px;line-height:.7}
body.hotel-simple-v8418-body .hotel-room-card-v8462__body{display:grid;gap:16px;padding:18px 19px 19px}
body.hotel-simple-v8418-body .hotel-room-card-v8462__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
body.hotel-simple-v8418-body .hotel-room-card-v8462__identity{display:grid;min-width:0;padding-top:3px}
body.hotel-simple-v8418-body .hotel-room-card-v8462__identity small{color:#7c899c;font-size:9px;font-weight:900}
body.hotel-simple-v8418-body .hotel-room-card-v8462__identity h3{margin:4px 0 0;overflow:hidden;color:#13213a;font-size:21px;line-height:1.35;font-weight:1000;text-overflow:ellipsis;white-space:nowrap}
body.hotel-simple-v8418-body .hotel-room-card-v8462__rate{display:grid;min-width:145px;padding:10px 13px;border:1px solid #d7e5f8;border-radius:16px;background:linear-gradient(145deg,#f3f8ff,#edf5ff);text-align:right}
body.hotel-simple-v8418-body .hotel-room-card-v8462__rate small{color:#61738c;font-size:9px;font-weight:900}
body.hotel-simple-v8418-body .hotel-room-card-v8462__rate strong{margin:2px 0;color:#1465df;font-size:22px;line-height:1.2;font-weight:1000;white-space:nowrap}
body.hotel-simple-v8418-body .hotel-room-card-v8462__rate span{color:#8390a2;font-size:8px;font-weight:850}
body.hotel-simple-v8418-body .hotel-room-card-v8462__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact{display:flex;align-items:center;gap:10px;min-width:0;min-height:66px;padding:10px;border:1px solid #e1e8f1;border-radius:17px;background:#f8fafc}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#e8f1ff;color:#1768e6}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact-icon.is-arrangement{background:#eef1ff;color:#5c63d9}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact>span:last-child{display:grid;min-width:0}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact small{color:#8290a3;font-size:8px;font-weight:850}
body.hotel-simple-v8418-body .hotel-room-card-v8462__fact strong{margin-top:2px;overflow:hidden;color:#243552;font-size:12px;font-weight:1000;text-overflow:ellipsis;white-space:nowrap}
body.hotel-simple-v8418-body .hotel-room-card-v8462__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%}
body.hotel-simple-v8418-body .hotel-room-card-v8462__actions a{display:flex;gap:8px;min-height:50px;border-radius:15px;font-size:12px}
body.hotel-simple-v8418-body .hotel-room-card-v8462__actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
body.hotel-simple-v8418-body .hotel-room-card-v8462__actions .is-phone{border:1.5px solid #b8d1f5;background:#f7faff;color:#155fc9}
body.hotel-simple-v8418-body .hotel-room-card-v8462__actions .is-whatsapp{border:1.5px solid #0ba86d;background:linear-gradient(135deg,#10b878,#07965f);box-shadow:0 8px 20px rgba(11,168,109,.18);color:#fff}
body.hotel-simple-v8418-body .hotel-room-card-v8462__actions .is-details{grid-column:1/-1;border:1.5px solid #b8d1f5;background:#f7faff;color:#155fc9}

/* Owner dashboard: compact card; all editing lives inside a modal. */
body.hotel-manager-v8414-body .hotel-owner-room-v8462{grid-template-columns:170px minmax(0,1fr) 154px!important;gap:16px!important;padding:14px!important;border-color:#dfe7f1!important;border-radius:22px!important;box-shadow:0 10px 28px rgba(18,42,73,.06)!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462 .hotel-owner-room-v8414__image{height:132px!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462 .hotel-owner-room-v8414__image.is-placeholder img{padding:0!important;object-fit:cover!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462__actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-self:stretch!important;align-content:center!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462__actions>*{width:100%!important;margin:0!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462__actions .btn{width:100%!important;min-height:44px!important;border-radius:13px!important;font-size:11px!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462__actions>button{border-color:#1768e6!important;background:#1768e6!important;color:#fff!important;box-shadow:0 8px 18px rgba(23,104,230,.18)!important}
body.hotel-manager-v8414-body .hotel-owner-room-v8462__actions .danger-btn{border:1px solid #ffd4d1!important;background:#fff7f6!important;color:#c43228!important}

body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__panel{width:min(760px,calc(100vw - 28px))!important;max-height:min(860px,calc(100dvh - 28px))!important}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__form{display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;min-height:0!important;overflow:hidden!important}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__body{display:grid!important;gap:15px!important;min-height:0!important;padding:16px 18px 20px!important;overflow-y:auto!important;overscroll-behavior:contain!important}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border:1px solid #dfe7f1;border-radius:18px;background:linear-gradient(135deg,#f7faff,#f1f6fd)}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary img{width:82px;height:68px;border-radius:13px;object-fit:cover;background:#eaf2fb}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary>div{display:grid;min-width:0}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary small{color:#7b899b;font-size:9px;font-weight:850}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary strong{margin:2px 0;overflow:hidden;color:#172b49;font-size:17px;font-weight:1000;text-overflow:ellipsis;white-space:nowrap}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary span{color:#1768e6;font-size:11px;font-weight:900}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__grid>.full{grid-column:1/-1!important}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__existing{display:grid;gap:9px;padding:12px;border:1px solid #e1e8f1;border-radius:17px;background:#fafbfd}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__existing>div:first-child{display:grid}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__existing small{color:#7b899b;font-size:9px;font-weight:850}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__existing strong{color:#2d3e58;font-size:12px}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__existing .commerce-existing-images{margin:0!important}
body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__picker{min-height:118px!important}

@media(max-width:760px){
  body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery{min-height:245px;aspect-ratio:16/10}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__body{padding:15px;gap:13px}
  body.hotel-manager-v8414-body .hotel-owner-room-v8462{grid-template-columns:112px minmax(0,1fr)!important;gap:11px!important;padding:11px!important}
  body.hotel-manager-v8414-body .hotel-owner-room-v8462 .hotel-owner-room-v8414__image{height:116px!important}
  body.hotel-manager-v8414-body .hotel-owner-room-v8462__actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important}
  body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__body{padding:13px 12px 17px!important}
  body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__grid{grid-template-columns:1fr!important}
  body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__grid>.full{grid-column:auto!important}
}
@media(max-width:480px){
  body.hotel-simple-v8418-body .hotel-room-card-v8462{border-radius:23px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery{min-height:220px;aspect-ratio:16/10.5}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__status{top:10px;right:10px;min-height:31px;padding:6px 9px;font-size:9px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__type{top:10px;left:10px;min-height:31px;padding:6px 9px;font-size:9px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__gallery-cta{right:10px;bottom:10px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__gallery>.hotel-room-card-v8462__placeholder-note{bottom:50px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__heading{align-items:stretch;flex-direction:column;gap:10px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__rate{grid-template-columns:auto 1fr auto;align-items:center;gap:7px;min-width:0;text-align:right}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__rate strong{text-align:center;font-size:20px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__facts{gap:7px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__fact{gap:7px;min-height:60px;padding:8px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__fact-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__fact strong{font-size:10px}
  body.hotel-simple-v8418-body .hotel-room-card-v8462__actions a{min-height:46px;font-size:10px}
  body.hotel-manager-v8414-body .hotel-owner-room-v8462{grid-template-columns:92px minmax(0,1fr)!important}
  body.hotel-manager-v8414-body .hotel-owner-room-v8462 .hotel-owner-room-v8414__image{height:102px!important}
  body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary{grid-template-columns:66px minmax(0,1fr)}
  body.hotel-manager-v8414-body .hotel-room-edit-modal-v8462__summary img{width:66px;height:60px}
}
