#hotel-map-view{width:100%;box-sizing:border-box;background:#fff;}
#hotel-map-result{margin:8px 0;line-height:1.6;}
#map_latercanvas{width:100%;background:#f1f1f1;z-index:1;}
#hotel-map-view #menumapclick{display:block;text-align:center;color:#fff;background:linear-gradient(to bottom,#2aa4ff,#0062c3);border:1px solid #9d9d9d;border-radius:3px;padding:7px;text-decoration:none;box-sizing:border-box;}
#hotel-map-view #gmaphotorgclick{display:flex;flex-wrap:wrap;gap:4px;max-height:150px;overflow:auto;margin:8px 0;padding:0;list-style:none;}
#hotel-map-view #gmaphotorgclick li{display:block;flex:0 0 calc(16.666% - 4px);margin:0;padding:0;border:1px solid #9d9d9d;border-radius:5px;box-sizing:border-box;background:rgba(255,255,255,.7);}
#hotel-map-view .hotel-map-select{display:block;height:54px;overflow:hidden;padding:7px 3px;box-sizing:border-box;font-size:12px;line-height:1.45;text-align:center;color:#333;text-decoration:none;}
#hotel-map-view .hotel-map-select small{display:block;color:#0062c3;}
#hotel-map-view .hotel-map-select:hover,#hotel-map-view .hotel-map-select:focus,#hotel-map-view .hotel-map-select[aria-current="true"]{background:#e1f0ff;outline:2px solid #1684ca;outline-offset:-2px;}
#hotel-map-view.is-fullscreen{position:fixed;inset:0;z-index:100000;display:flex;flex-direction:column;padding:8px;}
#hotel-map-view.is-fullscreen #map_latercanvas{flex:1;min-height:120px;height:auto!important;}
#hotel-map-view.is-fullscreen #gmaphotorgclick{flex-shrink:0;max-height:23vh;}
#hotel-map-view.is-fullscreen #hotel-map-result{flex-shrink:0;margin:0 0 5px;}
.hotel-map-popup{font-size:14px;line-height:1.5;min-width:230px;max-width:340px;}
.hotel-map-popup img{float:left;width:35%;height:85px;object-fit:cover;margin:0 8px 5px 0;}
.hotel-map-popup strong{font-size:14px;}
.hotel-map-popup-info{margin-left:calc(35% + 8px);}
.hotel-map-popup-info span,.hotel-map-popup-info small{display:block;}
.hotel-map-popup .hotel-map-price{display:block;font-weight:bold;color:#d00;font-size:18px;}
.hotel-map-popup-links{clear:both;padding-top:7px;}
.hotel-map-popup .hotel-map-save{display:block;background:#007ffb;color:#fff;border:0;border-radius:4px;padding:7px;margin-top:7px;font-size:13px;cursor:pointer;}
@media(max-width:749px){
 #hotel-map-view #gmaphotorgclick li{flex-basis:calc(25% - 4px);}
 #hotel-map-view .hotel-map-select{height:65px;}
 .hotel-map-popup{min-width:200px;max-width:260px;}
}
