/**
 * @package     Joomla.Module
 * @subpackage  Site.mod_codedesign_responsive_locations
 * @version     Joomla! 6.0+ / PHP 8.3+
 * @date        2026-08
 * @file        /modules/mod_codedesign_responsive_locations/assets/css/locations_hotel_rooms_grid.css
 *
 * @copyright   Copyright (C) 2006 - 2026 Open Source Matters, Inc. All rights reserved.
 *              Copyright (C) 2026 Milos Mandic | codeDESIGN
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Milos Mandic <milos.mandic@filterverlag.de> - https://www.filterverlag.de
 */

/* codeDESIGN - locations_hotel_rooms_grid.css */
@charset "utf-8";

/* LOCATIONS HOTEL ROOMS GRID */
div.locations_hotel_rooms_grid {
	margin: 36px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* LOCATIONS HOTEL ROOMS GRID - FILTERS */
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_filters {
	margin: 0px 0px 28px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
div.locations_hotel_rooms_grid button.locations_hotel_rooms_grid_filter {
	background: var(--ci_color_white);
	margin: 0px 0px 0px 0px;
	padding: 9px 14px 9px 14px;
	border: 1px solid rgba(36, 36, 36, 0.18);
	cursor: pointer;
	text-transform: uppercase;
	color: var(--ci_color_text);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font: 700 12px/18px 'Noto Sans','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	-ms-transition: all 0.3s ease-in-out;
}
body.tpl_design_elements_rounded div.locations_hotel_rooms_grid button.locations_hotel_rooms_grid_filter {
	-webkit-border-radius: var(--tpl_body_class_border_radius);
	-moz-border-radius: var(--tpl_body_class_border_radius);
	border-radius: var(--tpl_body_class_border_radius);
}
div.locations_hotel_rooms_grid button.locations_hotel_rooms_grid_filter:hover,
div.locations_hotel_rooms_grid button.locations_hotel_rooms_grid_filter:focus,
div.locations_hotel_rooms_grid button.locations_hotel_rooms_grid_filter.locations_hotel_rooms_grid_filter_active {
	background: var(--ci_color_black);
	border-color: var(--ci_color_black);
	color: var(--ci_color_white);
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_items {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: grid;
	grid-template-columns: minmax(0px, 1fr);
	gap: 34px;
}
div.locations_hotel_rooms_grid article.locations_hotel_rooms_grid_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 34px 0px;
	border-bottom: 1px solid rgba(36, 36, 36, 0.18);
	display: grid;
	grid-template-columns: minmax(0px, 1.25fr) minmax(320px, 0.75fr);
	gap: 32px;
}
div.locations_hotel_rooms_grid article.locations_hotel_rooms_grid_item:last-child {
	padding-bottom: 0px;
	border-bottom: 0px none;
}
div.locations_hotel_rooms_grid article.locations_hotel_rooms_grid_item.locations_hotel_rooms_grid_item_hidden {
	display: none;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_slider {
	min-width: 0px;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_content {
	background: var(--ci_color_light_brown);
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 26px 28px 26px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_claim {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts {
	margin: 22px 0px 22px 0px;
	padding: 12px 0px 12px 0px;
	border-top: 1px solid rgba(36, 36, 36, 0.18);
	border-bottom: 0px none;
	display: flex;
	gap: 0px;
	flex-direction: column;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact {
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-right: 0px none;
	border-bottom: 1px solid rgba(36, 36, 36, 0.12);
	display: grid;
	grid-template-columns: 42px minmax(0px, 1fr);
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact:last-child {
	border-bottom: 0px none;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact:last-of-type {
	border-bottom: 0px none;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact_icon {
	width: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	grid-column: 1;
	grid-row: 1 / span 2;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: var(--ci_color_ci);
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact_value {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	grid-column: 2;
	grid-row: 1;
	font-weight: 700;
	overflow-wrap: anywhere;
}
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact_label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	grid-column: 2;
	grid-row: 2;
	font-size: 12px;
	line-height: 16px;
}
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_button {
	align-self: flex-start;
}



/* LOCATIONS HOTEL ROOMS GRID - SLIDER */
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_overflow_background {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_overflow_background::before {
	display: none;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_item {
	min-height: auto;
	aspect-ratio: 1920 / 800;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_image img {
	width: 100%;
	aspect-ratio: 1920 / 800;
	object-fit: cover;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_content_wrapper {
	max-width: calc(100% - 40px);
	top: 20px;
	left: 20px;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_title {
	font-size: 28px;
	line-height: 34px;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_subtitle {
	display: none;
	font-size: 15px;
	line-height: 22px;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.swiper_slide_slider_swiper_com_content_article_header_slider_swiper_navigation {
	z-index: 3;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.swiper_slide_slider_swiper_com_content_article_header_slider_swiper-navigation,
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.swiper_slide_slider_swiper_com_content_article_header_slider_swiper_navigation {
	position: absolute;
	right: 0px;
	bottom: 44px;
}
div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.swiper-pagination {
	bottom: 14px;
}



/* LOCATIONS HOTEL ROOMS GRID - GALLERY PREVIEW */
div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_gallery_preview {
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	gap: 18px;
}
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item {
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	display: block;
}
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item img,
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item picture {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
}
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: block;
	opacity: 0;
	pointer-events: none;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon {
	background: rgba(255, 255, 255, 0.0);
	width: 58px;
	height: 58px;
	border: 4px solid rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	overflow: visible;
	display: block;
	opacity: 0;
	pointer-events: none;
	text-align: center;
	color: #ffffff;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
	-moz-transform: translate(-50%, -50%) scale(0.85);
	-webkit-transform: translate(-50%, -50%) scale(0.85);
	-o-transform: translate(-50%, -50%) scale(0.85);
	-ms-transform: translate(-50%, -50%) scale(0.85);
	transform: translate(-50%, -50%) scale(0.85);
}
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	font-size: 23px;
	color: #ffffff;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon:before,
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon:after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon:before {
	-webkit-animation: locations_hotel_rooms_grid_gallery_preview_item_signal_1 3s infinite;
	animation: locations_hotel_rooms_grid_gallery_preview_item_signal_1 3s infinite;
}
div.locations_hotel_rooms_grid span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon:after {
	-webkit-animation: locations_hotel_rooms_grid_gallery_preview_item_signal_2 3s infinite;
	animation: locations_hotel_rooms_grid_gallery_preview_item_signal_2 3s infinite;
}
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item:hover span.locations_hotel_rooms_grid_gallery_preview_item_overlay,
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item:focus span.locations_hotel_rooms_grid_gallery_preview_item_overlay {
	opacity: 1;
}
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item:hover span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon,
div.locations_hotel_rooms_grid a.locations_hotel_rooms_grid_gallery_preview_item:focus span.locations_hotel_rooms_grid_gallery_preview_item_overlay_icon {
	opacity: 1;
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
@-webkit-keyframes locations_hotel_rooms_grid_gallery_preview_item_signal_1 {
	0% {
		opacity: 0.9;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-o-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}
}
@keyframes locations_hotel_rooms_grid_gallery_preview_item_signal_1 {
	0% {
		opacity: 0.8;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-o-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}
}
@-webkit-keyframes locations_hotel_rooms_grid_gallery_preview_item_signal_2 {
	0% {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-moz-transform: scale(1.25);
		-webkit-transform: scale(1.25);
		-o-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
	}
}
@keyframes locations_hotel_rooms_grid_gallery_preview_item_signal_2 {
	0% {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-moz-transform: scale(1.25);
		-webkit-transform: scale(1.25);
		-o-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
	}
}



/* LOCATIONS HOTEL ROOMS GRID - RESPONSIVE */
@media only screen and (max-width: 1199px) {
	div.locations_hotel_rooms_grid article.locations_hotel_rooms_grid_item {
		grid-template-columns: minmax(0px, 1fr);
		gap: 0px;
	}
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_gallery_preview {
		grid-template-columns: repeat(3, minmax(0px, 1fr));
	}
}
@media only screen and (max-width: 768px) {
	div.locations_hotel_rooms_grid {
		margin: 28px 0px 0px 0px;
	}
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_filters {
		margin: 0px 0px 22px 0px;
	}
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_content {
		padding: 22px 20px 22px 20px;
	}
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts {
		margin: 18px 0px 18px 0px;
	}
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_facts div.locations_hotel_rooms_room_details_fact:nth-child(2n) {
		border-right: 0px none;
	}
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_gallery_preview {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
	}
	div.slider_swiper_com_content_article_header_slider_swiper_context_room_overview div.slider_swiper_com_content_article_header_slider_swiper_title {
		font-size: 24px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 480px) {
	div.locations_hotel_rooms_grid div.locations_hotel_rooms_grid_gallery_preview {
		grid-template-columns: 1fr;
	}
}
