/* V84.64 — luxury hotel directory card with a mobile-first booking layout. */
.hotel-store-card-v8464{
  grid-template-columns:minmax(0,1fr) clamp(280px,37%,410px);
  min-height:390px;
  border-color:#d8e3f0;
  border-radius:31px;
  background:#fff;
  box-shadow:0 20px 52px rgba(17,48,88,.12);
}
.hotel-store-card-v8464 .hotel-store-card-v8417__media{
  min-height:364px;
  margin:12px 12px 12px 0;
  border:0;
  border-radius:23px;
  box-shadow:inset 0 0 0 1px rgba(127,153,188,.2);
}
.hotel-store-card-v8464 .hotel-store-card-v8417__media img{min-height:364px}
.hotel-store-card-v8464 .hotel-store-card-v8417__media::after{background:linear-gradient(180deg,rgba(9,28,55,0) 48%,rgba(9,28,55,.16) 100%)}
.hotel-store-card-v8464 .hotel-store-card-v8417__media.is-placeholder{
  background:
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.94) 0 11%,transparent 11.5%),
    radial-gradient(circle at 15% 82%,rgba(68,135,239,.13) 0 17%,transparent 17.5%),
    linear-gradient(155deg,#eff6ff 0%,#e3edfb 55%,#d5e2f2 100%);
}
.hotel-store-card-v8464 .hotel-store-card-v8417__media.is-placeholder img{width:62%;height:62%;padding:5px;filter:drop-shadow(0 20px 28px rgba(31,91,190,.2))}
.hotel-store-card-v8464 .hotel-store-card-v8417__content{grid-template-rows:auto auto auto auto;align-content:center;gap:14px;padding:22px 24px 22px 20px}
.hotel-store-card-v8464 .hotel-store-card-v8417__badges{gap:7px}
.hotel-store-card-v8464 .hotel-store-card-v8417__badge{min-height:34px;padding:6px 11px;border-radius:12px;box-shadow:none}
.hotel-store-card-v8464 .hotel-store-card-v8417__identity h3{margin-bottom:9px;font-size:clamp(28px,3.2vw,38px);letter-spacing:-.035em}
.hotel-store-card-v8464__location{
  display:grid;
  grid-template-columns:minmax(110px,.38fr) minmax(0,1fr);
  gap:10px;
  padding:12px;
  border:1px solid #e0e8f2;
  border-radius:19px;
  background:linear-gradient(145deg,#f8fafd,#f4f8fd);
}
.hotel-store-card-v8464__location>p{
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr);
  align-items:center!important;
  gap:9px!important;
  min-width:0;
  min-height:52px;
  margin:0!important;
  padding:8px 9px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 4px 13px rgba(20,55,96,.045);
}
.hotel-store-card-v8464__location>p>svg{display:block;width:21px!important;height:21px!important;margin:0!important;justify-self:center}
.hotel-store-card-v8464__location>p>span{
  display:grid!important;
  min-width:0;
  overflow:visible!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-box-orient:initial!important;
  -webkit-line-clamp:initial!important;
}
.hotel-store-card-v8464__location>p small{color:#8a96a7;font-size:8px;font-weight:900}
.hotel-store-card-v8464__location>p strong{display:-webkit-box;overflow:hidden;margin-top:2px;color:#263a57;font-size:11px;font-weight:1000;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.hotel-store-card-v8464__location .hotel-store-card-v8463__governorate svg{color:#e34848!important}
.hotel-store-card-v8464__location .hotel-store-card-v8463__address svg{color:#1768e6!important}
.hotel-store-card-v8464__location .hotel-store-card-v8463__address.is-missing{background:#fffaf2}
.hotel-store-card-v8464__location .hotel-store-card-v8463__address.is-missing strong{color:#a46a17}
.hotel-store-card-v8464 .hotel-store-card-v8463__navigation{grid-column:1/-1;width:100%;margin:0;padding-top:1px}
.hotel-store-card-v8464 .hotel-store-card-v8463__navigation a{min-height:42px;border-radius:13px;font-size:10px;box-shadow:none}
.hotel-store-card-v8464 .hotel-store-card-v8417__price-panel{
  min-height:82px;
  padding:13px 15px;
  border-color:#d5e4f9;
  border-radius:19px;
  background:linear-gradient(135deg,#eef6ff 0%,#f8fbff 100%);
}
.hotel-store-card-v8464 .hotel-store-card-v8417__price small{color:#6b7c94;font-size:10px}
.hotel-store-card-v8464 .hotel-store-card-v8417__price strong{color:#1465df;font-size:26px}
.hotel-store-card-v8464 .hotel-store-card-v8417__actions{gap:8px}
.hotel-store-card-v8464 .hotel-store-card-v8417__action{min-height:50px;border-radius:15px}
.hotel-store-card-v8464 .hotel-store-card-v8417__action.is-primary{background:linear-gradient(135deg,#2475ee,#0959da);box-shadow:0 10px 24px rgba(18,100,232,.23)}
.hotel-store-card-v8464 .hotel-store-card-v8417__action.is-whatsapp{border-color:#aee0c8;background:#f2fbf7}

@media(max-width:900px) and (min-width:761px){
  .hotel-store-card-v8464{grid-template-columns:minmax(0,1fr) minmax(245px,35%);min-height:370px}
  .hotel-store-card-v8464 .hotel-store-card-v8417__media,.hotel-store-card-v8464 .hotel-store-card-v8417__media img{min-height:344px}
  .hotel-store-card-v8464 .hotel-store-card-v8417__content{gap:11px;padding:17px 18px 17px 15px}
  .hotel-store-card-v8464__location{grid-template-columns:1fr;padding:9px}
  .hotel-store-card-v8464 .hotel-store-card-v8463__navigation{grid-column:auto}
}

/* Phones and small tablets: image first, then a calm booking sheet. */
@media(max-width:760px){
  .hotel-store-card-v8464{
    grid-template-columns:1fr!important;
    grid-template-areas:"media" "content"!important;
    min-height:0!important;
    overflow:hidden;
    border-radius:25px!important;
    background:#fff;
    box-shadow:0 14px 36px rgba(17,48,88,.11)!important;
  }
  .hotel-store-card-v8464 .hotel-store-card-v8417__media{
    width:auto;
    height:230px!important;
    min-height:230px!important;
    margin:10px 10px 0!important;
    border-radius:19px!important;
  }
  .hotel-store-card-v8464 .hotel-store-card-v8417__media img{height:230px!important;min-height:230px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__media.is-placeholder img{width:48%!important;height:70%!important;min-height:0!important;padding:0!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__verified{inset:10px auto auto 10px}
  .hotel-store-card-v8464 .hotel-store-card-v8417__content{gap:12px!important;padding:14px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__badges{order:1}
  .hotel-store-card-v8464 .hotel-store-card-v8417__identity{order:2}
  .hotel-store-card-v8464 .hotel-store-card-v8417__price-panel{order:3}
  .hotel-store-card-v8464 .hotel-store-card-v8417__actions{order:4}
  .hotel-store-card-v8464 .hotel-store-card-v8417__identity h3{margin:0 0 9px;font-size:25px!important;white-space:normal!important}
  .hotel-store-card-v8464__location{grid-template-columns:1fr 1.45fr;gap:7px;padding:8px;border-radius:16px}
  .hotel-store-card-v8464__location>p{grid-template-columns:31px minmax(0,1fr);min-height:52px;padding:7px;gap:6px!important;border-radius:12px}
  .hotel-store-card-v8464__location>p>svg{width:18px!important;height:18px!important}
  .hotel-store-card-v8464__location>p small{font-size:7px}
  .hotel-store-card-v8464__location>p strong{font-size:10px}
  .hotel-store-card-v8464 .hotel-store-card-v8463__navigation{grid-column:1/-1;gap:7px;margin:0!important}
  .hotel-store-card-v8464 .hotel-store-card-v8463__navigation a{min-height:39px!important;padding:6px 8px!important;border-radius:12px!important;font-size:9px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__price-panel{display:flex!important;align-items:center;justify-content:space-between;min-height:74px;padding:12px 14px!important;border-radius:17px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__price{width:100%;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:0;border:0}
  .hotel-store-card-v8464 .hotel-store-card-v8417__price small{font-size:10px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__price strong{text-align:left;font-size:24px!important;white-space:nowrap}
  .hotel-store-card-v8464 .hotel-store-card-v8417__features{display:none!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__actions{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__action{min-height:48px!important;padding:8px 10px!important;border-radius:14px!important;font-size:11px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__action.is-primary{grid-column:1/-1!important;grid-row:1!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__action.is-phone,.hotel-store-card-v8464 .hotel-store-card-v8417__action.is-whatsapp{grid-row:2!important}
}

@media(max-width:420px){
  .hotel-store-card-v8464 .hotel-store-card-v8417__media,.hotel-store-card-v8464 .hotel-store-card-v8417__media img{height:195px!important;min-height:195px!important}
  .hotel-store-card-v8464 .hotel-store-card-v8417__content{padding:12px!important}
  .hotel-store-card-v8464__location{grid-template-columns:1fr}
  .hotel-store-card-v8464 .hotel-store-card-v8463__navigation{grid-column:auto}
}
