/* 
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
*/

/* Add your custom styles here */

.obiekty-filters { margin: 0 0 2rem;  }
.obiekty-filters * { font-family: "Roboto Serif" !important; }
.obiekty-filters__box {
	display: flex; flex-wrap: wrap; align-items: stretch; gap: 1rem;
	padding: 1.25rem 1.5rem; background: #fff; border-radius: 12px;
	box-shadow: 0 8px 32px rgba(22, 61, 130, 0.08);
}
.obiekty-filters__field {
	flex: 1 1 180px; position: relative; min-width: 0;
}
.obiekty-filters__native {
	position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0;
}
body button.obiekty-filters__trigger {
	width: 100%; min-height: 52px; display: flex; align-items: center; gap: 0.65rem;
	padding: 0 2.25rem 0 0.85rem; border: 1px solid #d9e4e4; border-radius: 8px;
	background: #fff !important; cursor: pointer; text-align: left;
	font-size: 1rem; color: #163d82;
}
.obiekty-filters__icon { flex-shrink: 0; color: #163d82; display: flex; }
.obiekty-filters__icon svg { width: 18px; height: 18px; display: block; }
.obiekty-filters__label { white-space: nowrap; }
.obiekty-filters__value {
	flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	display: none;
}
.obiekty-filters__field.is-filled .obiekty-filters__label { display: none; }
.obiekty-filters__field.is-filled .obiekty-filters__value { display: block; }
.obiekty-filters__chevron {
	position: absolute; right: 0.85rem; top: 50%; transform: translateY(-50%);
	pointer-events: none; color: #7ec7c2; display: flex;
}
.obiekty-filters__chevron svg { width: 14px; height: 14px; }
.obiekty-filters__field.is-open .obiekty-filters__chevron { transform: translateY(-50%) rotate(180deg); }
.obiekty-filters__field.is-open button.obiekty-filters__trigger { border-color: #7ec7c2; }

/* Custom dropdown list */
.obiekty-filters__menu {
	position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 50;
	margin: 0; padding: 0.35rem 0; list-style: none;
	background: #fff; border: 1px solid #d9e4e4; border-radius: 8px;
	box-shadow: 0 12px 28px rgba(22, 61, 130, 0.12);
	max-height: 240px; overflow-y: auto;
}
.obiekty-filters__menu[hidden] { display: none !important; }
.obiekty-filters__menu li {
	padding: 0.65rem 1rem; cursor: pointer;
	font-family: "Roboto Serif";
	font-size: 0.95rem; color: #163d82;
}
.obiekty-filters__menu li:hover { background: #f1f9f8; }
.obiekty-filters__menu li.is-selected { background: #e3f3f2; font-weight: 600; }

button.obiekty-filters__submit {
    background-color: #102A4C;
    font-family: "Roboto Serif";
    font-size: 14px;
    font-weight: 400;
    fill: var(--e-global-color-ceed01a);
    color: var(--e-global-color-ceed01a);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0B1F3A;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 32px 12px 32px;
	height: 52px;
	min-width: 140px;
}

button.obiekty-filters__submit:hover,
button.obiekty-filters__submit:focus {
    background-color: #fff;
    color: var(--e-global-color-primary);
}
.obiekty-filters__submit:hover { background: #0f2d5c; }
@media (max-width: 900px) {
	.obiekty-filters__box { flex-direction: column; }
	.obiekty-filters__field, .obiekty-filters__submit { width: 100%; }
}
.hotel-labels {
	gap: 8px;
	display: flex;
	font-family: "Roboto Serif";
}

.h5-no-m .elementor-icon-box-title {
	margin-top: 0 !important;
}

.pos-rel-inner .e-con-inner {
	position: relative;
}

.hotel-labels .hotel-label {
	padding: 4px 8px;
	border-radius: 6px;
	background: #12345A;
	color: #fff;
	font-size: 14px;
}

.hotel-labels .hotel-label--promoted {
	background: #C9A227;
	color: #fff;
}

.wpcf7-form label {
	width: 100%;
}

.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
	margin-top: -20px;
	display: block;
}

.cf7-flex-fields {
	display: flex;
	gap: 24px;
}

.cf7-flex-fields label {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 12px;
}

.overflow-hidden-table .elementor-widget-container {
	overflow: hidden;
}

#uael-table-id-ee5e4dc tbody tr td:first-of-type .uael-table__text {
	display: flex;
	align-items: center;
}

@media(max-width: 1024px) {
.mobile-items-center nav ul li a {
	width: 100%;
	text-align: center;
  justify-content: center;
}
}

@media(max-width: 900px) {
.obiekty-filters__field {
	flex: 1;
}
}

@media(max-width: 768px) {
.cf7-flex-fields {
	flex-direction: column;
	gap: 0;
}
}