/**
 * @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_details.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_details.css */
@charset "utf-8";

/* LOCATIONS HOTEL DETAILS */
div.locations_hotel_details div[class^="col-"],
div.locations_hotel_details div[class*=" col-"],
div.locations_hotel_details div.container {
	padding-right: 0px;
	padding-left: 0px;
}
div.locations_hotel_details div[class$="_item_content"],
div.locations_hotel_details div[class$="_slide_content"],
div.locations_hotel_details div[class$="_list_item_content"] {
	padding: 0px 0px 0px 0px;
}
div.locations_hotel_details {
	margin: 40px 0px 40px 0px;
}
div.locations_hotel_details_intro {
	margin: 0px 0px 30px 0px;
	grid-column: 1 / -1;
}
div.locations_hotel_details_intro h2 {
	margin: 0px 0px 6px 0px;
}
div.locations_hotel_details_subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}



/* LOCATIONS HOTEL DETAILS - GROUP */
div.locations_hotel_details_groups {
	background: var(--ci_color_light_brown);
	padding: 40px 30px 40px 30px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0px, 1fr));
}
section.locations_hotel_details_group {
	padding: 0px 20px 0px 20px;
	position: relative;
	display: grid;
	grid-template-columns: 32px minmax(0px, 1fr);
	grid-template-rows: 32px auto;
	column-gap: 12px;
	row-gap: 22px;
	align-items: start;
	align-content: start;
}
section.locations_hotel_details_group:before {
	content: "";
	background: #D8DDD5;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
section.locations_hotel_details_group:nth-of-type(1):before {
	display: none;
}
div.locations_hotel_details_group_icon {
	width: 32px;
	height: 32px;
	grid-column: 1;
	grid-row: 1;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #323232;
}
div.locations_hotel_details_group_title {
	min-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	grid-column: 2;
	grid-row: 1;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	color: #323232;
}



/* LOCATIONS HOTEL DETAILS - GROUP ITEMS */
div.locations_hotel_details_items {
	display: flex;
	grid-column: 1 / -1;
	gap: 12px;
	flex-direction: column;
	align-items: stretch;
}
div.locations_hotel_details_item {
	min-height: 30px;
	display: grid;
	grid-template-columns: 34px minmax(0px, 1fr);
	column-gap: 12px;
	align-items: start;
}
div.locations_hotel_details_item_icon {
	width: 34px;
	height: 24px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	color: #323232;
}
div.locations_hotel_details_item_content {
	min-width: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	font-size: 15px;
	line-height: 24px;
}
div.locations_hotel_details_item_label {
	display: inline;
	line-height: 24px;
	font-weight: 400;
}
div.locations_hotel_details_item_value {
	display: inline;
	font-size: 15px;
	line-height: 24px;
	color: #555555;
}
@media only screen and (max-width: 1199px) {

	div.locations_hotel_details_groups {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		gap: 34px 0px;
	}
	section.locations_hotel_details_group:nth-of-type(3):before {
		display: none;
	}

}
@media only screen and (max-width: 767px) {

	div.locations_hotel_details_groups {
		padding: 30px 20px 30px 20px;
		grid-template-columns: 1fr;
	}
	section.locations_hotel_details_group {
		padding: 0px 0px 30px 0px;
		border-bottom: 1px solid #D8DDD5;
	}
	section.locations_hotel_details_group:before {
		display: none;
	}
	section.locations_hotel_details_group:last-child {
		padding-bottom: 0px;
		border-bottom: 0px none;
	}

}
