/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#imagemappro {
	position: relative;
}

#custom-imp-tooltip {
	background: #ffecda;
	border-radius: 0;
	padding: 20px;
	color: #B17F5A;
	z-index: 50;
	transition: opacity .2s ease, transform .2s ease;
}

#custom-imp-tooltip .info-div {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .2s ease, transform .2s ease;
}

#custom-imp-tooltip.is-changing .info-div {
	opacity: 0;
	transform: translateY(10px);
}

@media (min-width: 768px) {
	#custom-imp-tooltip {
		position: absolute;
		top: 20px;
		right: 0;
		width: 320px;
		display: block;
	}
}

@media (max-width: 767px) {
	#custom-imp-tooltip {
		position: static;
		width: 100%;
		margin-top: 20px;
		display: none;
		background: #fff;
	}

	#custom-imp-tooltip.is-visible {
		display: block;
	}
}

.imp-object-poly polygon:hover, .imp-object-rect:hover {
    opacity: 0.7 !important;
}

.imp-single-object-hover polygon {
    opacity: 0.7 !important;
}

.imp-tooltip {
	background: #ffecda !important;
	border-radius: 10px !important;
	padding: 10px !important;
	color: #B17F5A !important;
}

.imp-tooltip-content {
	background: #ffecda !important;
	border-radius: 10px !important;
	padding: 10px !important;
	color: #B17F5A !important;
}

.imp-tooltip .hs-arrow-bottom {
	border-top-color: #ffecda !important;
}

.imp-tooltip-content div:first-child {
	display: none;
}

.imp-ui-top-right {
	display: none !important;
}

@media (max-width: 620px) {
	.imp-ui-layers-menu-wrap {
		display: none;
	}
}

.building-layer-icon {
    pointer-events: none !important;
}

.lokal-price {
	text-align: center;
}

.status-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	padding: 8px 18px;
	line-height: 1.4;
	width: 100%;
	white-space: nowrap;       
	overflow: hidden;           
	text-overflow: ellipsis;  
	min-width: unset !important;
}

.status-available {
	color: rgb(23, 156, 6);
}

.status-reserved {
	color: rgb(201, 157, 0);
}

.status-sold {
	color: rgb(151, 0, 0);
}

.status-unknown {
	color: #999;
}

.status-tooltip {
	background: #fff;
	display: inline-flex;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 8px;
}

.status-tooltip.available {
	color: rgb(23, 156, 6);
}

.status-tooltip.reserved {
	color: rgb(201, 157, 0);
}

.status-tooltip.sold {
	color: rgb(151, 0, 0);
}

.status-tooltip.none {
	color: #999;
}

.info-div {
	text-align: center;
}

.info-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #B17F5A;
	margin-bottom: 18px;
	padding: 0px;
}

.info-text {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #B17F5A;
	margin: 0;
	padding: 6px;
	text-transform: uppercase;
}

.info-text.small {
	font-size: 14px;
}

.info-button {
	background-color: transparent !important;
	background-image: linear-gradient(90deg, #B17F5A 0%, #DA9F74 100%);
	border-radius: 5px !important;
	border: 0;
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 17px !important;
	color: #fff !important;
	width: 100% !important;
	height: unset !important;
	text-align: center !important;
	display: inline-block !important;
	padding: 10px 20px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.info-button:hover {
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	color: #B17F5A !important;
}

#imagemappro #loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#imagemappro #loader::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 3px solid #724A41;
	border-top: 3px solid transparent;
	animation: spin 1s linear infinite;
}

.info-download-hint {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(159, 123, 79, 0.12);
    border: 1px solid rgba(159, 123, 79, 0.25);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #9f7b4f;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-download-hint::before {
    content: "🖱";
    font-size: 16px;
    flex-shrink: 0;
}