/* V84.63 — precise hotel address with Google Maps and Waze navigation. */
.hotel-store-card-v8463__governorate{margin-top:6px!important;color:#6f7f94!important}
.hotel-store-card-v8463__address{
  align-items:flex-start!important;
  margin-top:5px!important;
  color:#3c4e68!important;
  line-height:1.55!important;
}
.hotel-store-card-v8463__address svg{margin-top:1px;color:#1768e6!important}
.hotel-store-card-v8463__address span{
  display:-webkit-box!important;
  overflow:hidden!important;
  white-space:normal!important;
  text-overflow:ellipsis!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.hotel-store-card-v8463__address b{color:#172b49;font-weight:1000}
.hotel-store-card-v8463__address.is-missing{color:#a66b18!important}
.hotel-store-card-v8463__address.is-missing svg{color:#d38921!important}
.hotel-store-card-v8463__navigation{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  width:min(100%,330px);
  margin-top:10px;
}
.hotel-store-card-v8463__navigation a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:40px;
  padding:7px 11px;
  border:1px solid #d7e3f1;
  border-radius:13px;
  background:#fff;
  box-shadow:0 5px 15px rgba(20,55,96,.055);
  color:#253d61;
  font-size:10px;
  font-weight:1000;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.hotel-store-card-v8463__navigation a:hover{transform:translateY(-1px);box-shadow:0 9px 20px rgba(20,55,96,.1)}
.hotel-store-card-v8463__navigation a svg{width:18px;height:18px;flex:0 0 18px}
.hotel-store-card-v8463__navigation .is-google{border-color:#cbdcff;background:#f7faff;color:#155fc9}
.hotel-store-card-v8463__navigation .is-waze{border-color:#bce8f3;background:#f3fcff;color:#087da0}

@media(max-width:820px){
  .hotel-store-card-v8463__navigation{width:min(100%,300px);gap:7px;margin-top:8px}
  .hotel-store-card-v8463__navigation a{min-height:38px;padding:6px 9px;font-size:9px}
}
@media(max-width:620px){
  .hotel-store-card-v8463__governorate{margin-top:3px!important}
  .hotel-store-card-v8463__address{margin-top:2px!important;font-size:9px!important;line-height:1.45!important}
  .hotel-store-card-v8463__address svg{width:15px!important;height:15px!important;flex-basis:15px!important}
  .hotel-store-card-v8463__navigation{gap:5px;margin-top:6px}
  .hotel-store-card-v8463__navigation a{min-height:34px;padding:5px 6px;border-radius:10px;font-size:8px}
  .hotel-store-card-v8463__navigation a svg{width:15px;height:15px;flex-basis:15px}
}
@media(max-width:420px){
  .hotel-store-card-v8463__address{font-size:10px!important}
  .hotel-store-card-v8463__navigation{width:100%}
  .hotel-store-card-v8463__navigation a{min-height:40px;font-size:10px}
}
