/* HOTELSHEET — HEAD (cím, adatsor, képsor) ---------------------------------*/
.hotelsheet {padding-top:40px;}

.hotelsheet .hs_title H1 {font-size:48px; line-height:56px; font-weight:700; letter-spacing:-1.2px; color:#000000; margin:0 0 8px 0;}

.hotelsheet .hs_info {display:flex; flex-wrap:wrap; align-items:center; column-gap:10px; row-gap:4px; margin-bottom:24px; font-size:18px; line-height:26px; letter-spacing:-0.2px; color:#444150;}
.hotelsheet .hs_info .hs_sep {color:#b5b3bd;}
.hotelsheet .hs_rating {display:inline-flex; align-items:center; column-gap:6px; color:#000000;}
.hotelsheet .hs_rating:HOVER {color:#000000;}
.hotelsheet .hs_rating .hs_ratenum {font-weight:700;}
.hotelsheet .hs_rating .hs_stars {position:relative; display:inline-block; font-size:17px; line-height:17px; letter-spacing:1px; color:#dcdce0; white-space:nowrap;}
.hotelsheet .hs_rating .hs_stars .hs_stars_on {position:absolute; top:0; left:0; overflow:hidden; color:#000000;}
.hotelsheet .hs_rating .hs_ratecount {color:#5232db;}
.hotelsheet .hs_rating:HOVER .hs_ratecount {text-decoration:underline;}
.hotelsheet .hs_info .hs_website {color:#5232db;}
.hotelsheet .hs_info .hs_website:HOVER {color:#5232db; text-decoration:underline;}

.hotelsheet .hs_gallery {display:grid; grid-template-columns:2fr 1fr; grid-template-rows:1fr 1fr; gap:20px; height:520px; margin-bottom:40px;}
.hotelsheet .hs_gallery .hs_pic {position:relative; overflow:hidden; border-radius:12px; background-color:#f1f1f3;}
.hotelsheet .hs_gallery .hs_pic IMG {display:block; width:100%; height:100%; object-fit:cover;}
.hotelsheet .hs_gallery .hs_pic_main {grid-row:1 / span 2;}
.hotelsheet .hs_gallery_1 {grid-template-columns:1fr;}
.hotelsheet .hs_gallery_2 .hs_pic_small {grid-row:1 / span 2;}
.hotelsheet .hs_gallery .hs_allpics {position:absolute; right:16px; bottom:16px; padding:10px 18px; border-radius:100px; background-color:#ffffff; color:#000000; font-size:16px; line-height:20px; font-weight:600; letter-spacing:-0.2px; white-space:nowrap; box-shadow:0 2px 8px rgba(0,0,0,0.15);}

@media (max-width:1439px) {
	.hotelsheet .hs_gallery {height:480px;}
}

@media (max-width:1299px) {
	.hotelsheet .hs_title H1 {font-size:40px; line-height:48px;}
	.hotelsheet .hs_gallery {height:420px;}
}

@media (max-width:1023px) {
	.hotelsheet {padding-top:20px;}
	.hotelsheet .hs_title H1 {font-size:30px; line-height:36px;}
	.hotelsheet .hs_info {font-size:16px; line-height:22px; margin-bottom:16px;}

	.hotelsheet .hs_gallery {height:auto; grid-template-columns:1fr 1fr; grid-template-rows:auto; gap:20px; margin-bottom:24px;}
	.hotelsheet .hs_gallery .hs_pic {border-radius:8px;}
	.hotelsheet .hs_gallery .hs_pic_main {grid-column:1 / span 2; grid-row:auto; aspect-ratio:16/10;}
	.hotelsheet .hs_gallery .hs_pic_small {aspect-ratio:4/3;}
	.hotelsheet .hs_gallery_1 {grid-template-columns:1fr;}
	.hotelsheet .hs_gallery_1 .hs_pic_main {grid-column:auto;}
	.hotelsheet .hs_gallery_2 .hs_pic_small {grid-column:1 / span 2; grid-row:auto; aspect-ratio:16/10;}
	.hotelsheet .hs_gallery .hs_allpics {right:8px; bottom:8px; padding:6px 12px; font-size:13px; line-height:16px; white-space:normal; text-align:center;}
}
