/* ----- Taxonomy widget ----- */

/*
 * Keep the icon background a square and center every glyph (FA, MI,
 * Phosphor, Hugeicons, SVG, image). Elementor's icon-list CSS sets
 * `i { width: 1.25em }`, which stretches the circle into an oval and
 * leaves webfont ::before glyphs off-center. Beat that rule. Width /
 * height / radius fallbacks match Style → Icon defaults; {{WRAPPER}}
 * still wins after the user changes Background Size.
 */
.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-shrink: 0;
	background-color: var(--mlc-term-icon-bg);
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon i,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon i,
.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon svg,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon svg,
.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon img,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon img,
.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon .term-icon,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon .term-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	padding: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	flex-shrink: 0;
	color: var(--mlc-term-icon-color);
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon i::before,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon i::before {
	display: block;
	line-height: 1;
	width: 1em;
	height: 1em;
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon svg,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon svg {
	fill: var(--mlc-term-icon-color);
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-icon img,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-icon img {
	object-fit: contain;
}

/*
 * Icon-list layout CSS lives in Elementor's widget-icon-list stylesheet.
 * The editor loads that file globally; the frontend only does if a widget
 * declares it. Keep the layout here so inline terms still sit in a row
 * when that handle is missing.
 */
.elementor-widget-mlc-taxonomy,
.elementor-widget-taxonomy {
	--mlc-taxonomy-gap-x: 0;
	--mlc-taxonomy-gap-y: 0;
}

.elementor-widget-mlc-taxonomy .elementor-icon-list-items,
.elementor-widget-taxonomy .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-taxonomy .elementor-icon-list-item,
.elementor-widget-taxonomy .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget-mlc-taxonomy .elementor-icon-list-item,
.elementor-widget-mlc-taxonomy .elementor-icon-list-item a,
.elementor-widget-taxonomy .elementor-icon-list-item,
.elementor-widget-taxonomy .elementor-icon-list-item a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: inherit;
}

.elementor-widget-mlc-taxonomy .elementor-icon-list-icon + .elementor-icon-list-text,
.elementor-widget-taxonomy .elementor-icon-list-icon + .elementor-icon-list-text {
	-ms-flex-item-align: center;
	align-self: center;
}

.elementor-widget-mlc-taxonomy .elementor-icon-list-text,
.elementor-widget-taxonomy .elementor-icon-list-text {
	white-space: normal;
}

.elementor-widget-mlc-taxonomy.elementor-icon-list--layout-inline .elementor-widget-container,
.elementor-widget-taxonomy.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: visible;
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-items.elementor-inline-items,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-items.elementor-inline-items {
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	-webkit-column-gap: var(--mlc-taxonomy-gap-x);
	column-gap: var(--mlc-taxonomy-gap-x);
	-webkit-row-gap: var(--mlc-taxonomy-gap-y);
	row-gap: var(--mlc-taxonomy-gap-y);
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin: 0;
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-items:not(.elementor-inline-items),
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-items:not(.elementor-inline-items) {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-row-gap: var(--mlc-taxonomy-gap-y);
	row-gap: var(--mlc-taxonomy-gap-y);
}

.elementor-widget.elementor-widget-mlc-taxonomy .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item,
.elementor-widget.elementor-widget-taxonomy .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item {
	margin-top: 0;
	padding-bottom: 0;
}

.elementor-widget-mlc-taxonomy.elementor-align-center .elementor-inline-items,
.elementor-widget-taxonomy.elementor-align-center .elementor-inline-items {
	-webkit-box-pack: center;
	justify-content: center;
}

.elementor-widget-mlc-taxonomy.elementor-align-right .elementor-inline-items,
.elementor-widget-taxonomy.elementor-align-right .elementor-inline-items {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

/* ----- Header widgets ----- */

.elementor-widget-mlc-header-user-profile,
.elementor-widget-mlc-header-user-profile .elementor-widget-container {
	overflow: visible;
}

.elementor-widget-mlc-header-user-profile .elementor-widget-container {
	min-height: 1px;
	display: block;
}

/*
 * Theme user-menu styles live in mylisting-header.css. On Elementor header pages that
 * handle often loads before Bootstrap vendor.css, so vendor wins (display:none, gray
 * hover, Bootstrap link padding). Homepage loads header.css last, so it wins there.
 * Re-assert theme rules only inside this widget. Site CSS (.lastnavitem, .i-dropdown
 * border-radius, icon color) still applies and keeps !important where it uses it.
 */
.elementor-widget-mlc-header-user-profile .user-area {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	white-space: nowrap;
}

/*
 * Theme paints .signin-area > span under .header / .header-*-skin. Elementor
 * headers lack those wrappers, so "or" lost spacing (Sign inorRegister).
 * Color comes from the Sign In text color control.
 */
.elementor-widget-mlc-header-user-profile .user-area.signin-area > a {
	text-decoration: none;
	color: inherit;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	line-height: 24px;
}

.elementor-widget-mlc-header-user-profile .user-area.signin-area > a:hover {
	opacity: 1;
}

.elementor-widget-mlc-header-user-profile .user-area.signin-area > span {
	margin-left: 4px;
	margin-right: 4px;
	color: inherit;
	opacity: 1;
}

.elementor-widget-mlc-header-user-profile .user-area.signin-area > i.user-area-icon {
	margin-right: 7px;
	color: inherit;
	opacity: 1;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown {
	position: relative;
}

.elementor-widget-mlc-header-user-profile .user-area .user-profile-name {
	opacity: 1;
	text-decoration: none;
	line-height: 24px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0;
}

.elementor-widget-mlc-header-user-profile .user-area div.avatar {
	margin-right: 10px;
	overflow: hidden;
	-webkit-box-flex: 0;
	flex-shrink: 0;
}

.elementor-widget-mlc-header-user-profile .user-area div.avatar img {
	object-fit: cover;
	display: block;
}

.elementor-widget-mlc-header-user-profile .user-profile-name .submenu-toggle {
	display: inline-block;
}

.elementor-widget-mlc-header-user-profile .user-profile-name:hover .submenu-toggle {
	opacity: 1;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown > .i-dropdown.dropdown-menu {
	display: block !important;
	float: none;
	left: auto;
	right: 0 !important;
	min-width: auto;
	position: absolute;
	z-index: 199;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	list-style: none;
	text-align: left;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown:hover > .i-dropdown.dropdown-menu,
.elementor-widget-mlc-header-user-profile .user-profile-dropdown.open > .i-dropdown.dropdown-menu {
	opacity: 1 !important;
	visibility: visible;
	pointer-events: auto;
	top: 51px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li {
	float: none !important;
	margin-right: 0 !important;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li a {
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: transparent;
	white-space: nowrap;
	position: relative;
	clear: none;
	line-height: inherit;
	-webkit-transition: padding 0.2s ease-in-out, background-color 0.2s ease, color 0.2s ease;
	transition: padding 0.2s ease-in-out, background-color 0.2s ease, color 0.2s ease;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown > li:last-child > a {
	border-bottom: none;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li a i {
	position: relative;
	flex-shrink: 0;
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li:not(.lastnavitem) a:hover,
.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li:not(.lastnavitem) a:focus {
	background-image: none;
	text-decoration: none;
}

/*
 * Logout / .lastnavitem — site CSS paints the li accent fill and rounded bottom.
 * Our generic link margins/hover were leaving white strips and white hover fills.
 */
.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li.lastnavitem a {
	border-bottom: none;
	color: var(--accent);
}

.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li.lastnavitem a:hover,
.elementor-widget-mlc-header-user-profile .user-profile-dropdown .i-dropdown li.lastnavitem a:focus {
	background-color: var(--accent);
	background-image: none;
	text-decoration: none;
}

/* ----- User Menu: mobile hamburger + off-canvas drawer (theme parity) ----- */

.elementor-widget-mlc-header-user-profile .mlc-user-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.elementor-widget-mlc-header-user-profile .mlc-mobile-menu-trigger {
	display: none;
}

.elementor-widget-mlc-header-user-profile .mlc-user-menu__mob-sign-in {
	display: none;
}

.elementor-widget-mlc-header-user-profile .mlc-i-nav,
.elementor-widget-mlc-header-user-profile .mlc-i-nav-overlay {
	display: none;
}

body.mlc-user-menu-open {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Portaled drawer lives on body */
.mlc-i-nav.mlc-i-nav--portal {
	display: block;
	padding: 0;
	clear: both;
	width: 400px;
	max-width: 100%;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	position: fixed !important;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.25s ease;
	transition: transform 0.3s ease, opacity 0.25s ease;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 100050;
	opacity: 0;
	background-color: #fff !important;
	visibility: hidden;
	pointer-events: none;
}

.mlc-i-nav.mlc-i-nav--portal.mlc-mobile-menu-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 100051;
}

.mlc-i-nav-overlay.mlc-i-nav-overlay--portal {
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(29, 29, 31, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100049;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	pointer-events: none;
}

.mlc-i-nav-overlay.mlc-i-nav-overlay--portal.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mlc-i-nav .mlc-mobile-nav-head {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 62px;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.mlc-i-nav .mlc-mnh-close {
	position: absolute;
	right: 10px;
	z-index: 4;
	width: 40px;
	height: 40px;
	text-align: center;
}

.mlc-i-nav .mlc-mnh-close__link {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #242429;
	text-decoration: none;
}

.mlc-i-nav .mlc-mnh-close i {
	font-size: 28px;
	line-height: 40px;
	color: #242429;
}

.mlc-i-nav .mlc-mobile-nav-user {
	width: 100%;
	height: 100%;
	text-align: center;
}

.mlc-i-nav .mlc-mobile-nav-user__toggle {
	padding: 0 15px;
	margin-right: 58px;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #242429 !important;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mlc-i-nav .mlc-mobile-nav-user__toggle .avatar {
	min-width: 32px;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	overflow: hidden;
	-webkit-box-flex: 0;
	flex-shrink: 0;
}

.mlc-i-nav .mlc-mobile-nav-user__toggle .avatar img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	display: block;
}

.mlc-i-nav .mlc-mobile-nav-user__toggle .submenu-toggle {
	width: auto;
	opacity: 0.3;
	display: inline-block;
}

.mlc-i-nav .mlc-mobile-user-menu {
	background: #f9f9f9;
	display: none;
	text-align: left;
}

.mlc-i-nav .mlc-mobile-user-menu.is-open {
	display: block;
}

.mlc-i-nav .mlc-mobile-user-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlc-i-nav .mlc-mobile-user-menu li,
.mlc-i-nav .mlc-main-nav > li {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}

.mlc-i-nav .mlc-mobile-user-menu li a,
.mlc-i-nav .mlc-main-nav > li > a {
	padding: 0 20px;
	height: 50px;
	width: 100%;
	margin: 0 !important;
	color: #242429;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	font-weight: 600;
	line-height: 18px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}

.mlc-i-nav .mlc-mobile-user-menu i {
	font-size: 24px;
	width: 40px;
	color: var(--accent, #5c86ff);
}

.mlc-i-nav .mlc-main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.mlc-i-nav .mlc-main-nav > li.current-menu-item > a,
.mlc-i-nav .mlc-main-nav > li.current-menu-ancestor > a {
	background: var(--accent, #5c86ff);
	color: #fff;
}

.mlc-i-nav .mlc-main-nav > li > a > i {
	display: block;
	float: left;
	font-size: 24px;
	position: relative;
	color: #484848 !important;
	width: 40px;
}

.mlc-i-nav .mlc-main-nav .submenu-toggle {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
}

.mlc-i-nav .mlc-main-nav .submenu-toggle i {
	color: #000;
	font-size: 22px;
}

.mlc-i-nav .mlc-main-nav .i-dropdown,
.mlc-i-nav .mlc-main-nav ul.sub-menu {
	background: #f9f9f9;
	box-shadow: none;
	width: 100%;
	position: static;
	opacity: 1 !important;
	visibility: visible !important;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform: none;
	transform: none;
	border: none;
}

.mlc-i-nav .mlc-main-nav .i-dropdown.is-open,
.mlc-i-nav .mlc-main-nav ul.sub-menu.is-open {
	display: block;
}

.mlc-i-nav .mlc-main-nav .i-dropdown li a,
.mlc-i-nav .mlc-main-nav ul.sub-menu li a {
	color: #242429;
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	height: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*
 * Theme parity (header.css @ max-width: 1200px):
 * - Logged-in user profile dropdown is hidden from the header bar; account UI lives in the mobile drawer.
 * - Logged-out: keep "Sign in or Register" in the bar on tablet; person icon only below 768px.
 */
@media only screen and (max-width: 1200px) {
	body.logged-in .elementor-widget-mlc-header-user-profile {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	body:not(.logged-in) .elementor-widget-mlc-header-user-profile .user-area.signin-area {
		display: none !important;
	}

	body:not(.logged-in) .elementor-widget-mlc-header-user-profile .mlc-user-menu__mob-sign-in {
		display: block;
	}

	body:not(.logged-in) .elementor-widget-mlc-header-user-profile .mlc-user-menu__mob-sign-in a {
		display: block;
		line-height: 1;
		color: inherit;
		text-decoration: none;
	}

	.mlc-i-nav.mlc-i-nav--portal {
		width: 350px;
	}
}

@media only screen and (max-width: 480px) {
	.mlc-i-nav.mlc-i-nav--portal {
		width: 300px;
	}
}

@media only screen and (max-width: 320px) {
	.mlc-i-nav.mlc-i-nav--portal {
		width: 240px;
	}
}

body:not(.logged-in) .mlc-es-header-root .elementor-widget-mlc-header-cart .view-cart-contents {
	margin: 0;
}

/*
 * Theme cart styles live in mylisting-header.css and are often scoped under .header /
 * load before vendor on Elementor pages. Re-assert layout for Suite Header Cart only.
 */
.elementor-widget-mlc-header-cart a.view-cart-contents {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	opacity: 1 !important;
	text-decoration: none;
	color: inherit;
}

.elementor-widget-mlc-header-cart .view-cart-contents > span {
	line-height: 1;
	color: inherit;
	opacity: 1 !important;
}

.elementor-widget-mlc-header-cart .view-cart-contents > i:not(.header-cart-counter),
.elementor-widget-mlc-header-cart .view-cart-contents > svg {
	line-height: 1;
	width: 1em;
	height: auto;
	color: inherit;
	fill: currentColor;
}

.elementor-widget-mlc-header-cart .header-cart-counter {
	display: block;
	position: absolute;
	border-radius: 50%;
	background: var(--mlc-cart-badge-bg, var(--accent));
	color: var(--mlc-cart-badge-text, #fff);
	font-style: normal;
	text-align: center;
	font-family: sans-serif;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 1;
}

.elementor-widget-mlc-header-cart .header-cart-counter.counter-hidden {
	opacity: 0 !important;
}

.elementor-widget-mlc-header-cart .header-cart-counter span,
.elementor-widget-mlc-header-cart .header-cart-counter.counter-pulse span {
	color: inherit;
}

/*
 * MyListing #wc-cart-modal — isolate from Elementor kit + single-listing CSS bleeds
 * so the modal matches the theme header cart (same markup, same site CSS).
 *
 * Listing pages load pmcs-5 rules like `.woocommerce-Price-amount { font-weight:700 }`
 * that are meant for product loops, not the header cart modal.
 *
 * MLPRO Listing Sharing restores Bootstrap `.modal-backdrop` on single listings and
 * clears the share-modal shell. Cart still uses theme `.modal-27` shell dim — both
 * together look too dark. Prefer one overlay (backdrop) on those pages.
 */
body.mlpro-listing-sharing.mlpro-ls-share-bootstrap-overlay-on #wc-cart-modal.modal-27 {
	background: transparent !important;
}

body.mlpro-listing-sharing.modal-open.mlpro-ls-share-bootstrap-overlay-on #wc-cart-modal.modal-27 {
	z-index: 1050 !important;
}

#wc-cart-modal .modal-content {
	background-image: none !important;
	border: none;
}

#wc-cart-modal .modal-content .sign-in-box,
#wc-cart-modal .sign-in-box {
	background-image: none !important;
}

#wc-cart-modal .widgettitle {
	display: none;
}

#wc-cart-modal .modal-dialog {
	width: 550px;
	max-width: 95%;
}

#wc-cart-modal .woocommerce-mini-cart__empty-message {
	text-align: center;
	padding-top: 10px;
	font-weight: 400;
}

#wc-cart-modal .woocommerce-mini-cart li {
	padding-bottom: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: 400;
}

#wc-cart-modal .woocommerce .widget_shopping_cart .cart_list li,
#wc-cart-modal .woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 40px;
}

#wc-cart-modal ul.product_list_widget li a:not(.remove):not(.remove_from_cart_button) {
	display: block;
	transition: 0.2s ease;
}

/* Quantity line: muted; prices match global cart (600), not listing-page product loop (700). */
#wc-cart-modal span.quantity {
	font-size: 13px;
	font-weight: 400;
}

#wc-cart-modal .woocommerce-Price-amount,
#wc-cart-modal .amount,
#wc-cart-modal span.quantity .woocommerce-Price-amount,
#wc-cart-modal .woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-weight: 600 !important;
	font-size: inherit !important;
	color: var(--canvas-black);
}

#wc-cart-modal .woocommerce .widget_shopping_cart .total,
#wc-cart-modal .woocommerce.widget_shopping_cart .total,
#wc-cart-modal .woocommerce-mini-cart__total {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0;
	font-weight: 400;
	color: var(--canvas-black50);
}

#wc-cart-modal .woocommerce-mini-cart__total strong {
	font-weight: 600 !important;
}

#wc-cart-modal .woocommerce-mini-cart__buttons {
	display: -webkit-box;
	display: flex;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

#wc-cart-modal .woocommerce-mini-cart__buttons > a {
	margin: 0;
	font-weight: 600;
	width: 100% !important;
	display: block !important;
}

#wc-cart-modal .woocommerce-mini-cart__buttons > a:first-child {
	margin-right: 10px;
}

#wc-cart-modal a.remove_from_cart_button,
#wc-cart-modal ul.product_list_widget li a.remove,
#wc-cart-modal ul.product_list_widget li a.remove_from_cart_button {
	font-size: 0 !important;
	height: 30px;
	width: 30px;
	color: #242429 !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 3px;
	font-weight: 400 !important;
	transition: 0.2s ease;
	background: transparent !important;
	overflow: hidden;
}

#wc-cart-modal a.remove_from_cart_button:before {
	content: "\e5cd";
	font-size: 18px;
	opacity: 0.5;
	font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	line-height: 23px;
	color: var(--canvas-black70, #b3b3b3);
}

#wc-cart-modal a.remove_from_cart_button:hover {
	background: #fff !important;
}

#wc-cart-modal a.remove_from_cart_button:hover:before {
	opacity: 1;
}

#wc-cart-modal .variation {
	display: none;
}

#wc-cart-modal .woocommerce-mini-cart img {
	height: 40px !important;
	width: 40px !important;
	border-radius: 50%;
	object-fit: cover;
}

.elementor-widget-mlc-header-messaging-center .messaging-center,
.elementor-widget-mlc-header-messaging-center .messaging-center i {
	color: inherit;
}

/*
 * Theme messaging icon styles live in mylisting-header.css. Re-assert layout for
 * Suite Direct Messaging so Elementor headers match the default header icon.
 */
.elementor-widget-mlc-header-messaging-center .messaging-center.inbox-header-icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	opacity: 1 !important;
}

.elementor-widget-mlc-header-messaging-center .inbox-header-icon .icon-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.elementor-widget-mlc-header-messaging-center .inbox-header-icon .icon-btn > i,
.elementor-widget-mlc-header-messaging-center .inbox-header-icon .icon-btn > svg {
	line-height: 1;
	width: 1em;
	height: auto;
	color: inherit;
	fill: currentColor;
}

.elementor-widget-mlc-header-messaging-center .chat-counter-container {
	display: block;
	position: absolute;
	border-radius: 50%;
	background: var(--mlc-msg-badge-bg, var(--accent));
	color: var(--mlc-msg-badge-text, #fff);
	font-style: normal;
	text-align: center;
	font-family: sans-serif;
}

.elementor-widget-mlc-header-messaging-center .chat-counter-container span {
	color: inherit;
}

/* ----- Social share modal ----- */

.social-share-modal .share-options {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	right: unset !important;
	top: unset;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
	border-radius: 3px;
}

.social-share-modal .share-options li {
	width: 33.3%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}

.social-share-modal .share-options li a i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.social-share-modal .share-options li a:hover i {
	opacity: .8;
}

.social-share-modal .share-options li a:hover {
	color: #242429;
}

/* ----- Carousels ----- */

.mlc-gallery-nav.gallery-nav li,
.mlt-gallery-nav.gallery-nav li {
	float: none;
	display: inline-block;
}

.elementor-widget-mlc-gallery .element {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

/*
 * Owl hides .owl-carousel until JS adds .owl-loaded. Theme init runs once
 * on document ready, so the editor / late tabs stay blank. Show images
 * until Suite gallery.js inits the carousel.
 */
.elementor-widget-mlc-gallery .owl-carousel:not(.owl-loaded) {
	display: block;
}

.elementor-widget-mlc-gallery .galleryPreview:not(.owl-loaded) a {
	display: block;
}

.elementor-widget-mlc-gallery .galleryPreview:not(.owl-loaded) img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--mlc-gallery-radius);
}

.elementor-widget-mlc-gallery .gallery-thumb a.item,
.elementor-widget-mlc-gallery .gallery-thumb a.slide-thumb {
	display: block;
	background-position: 50%;
	background-size: cover;
	position: relative;
	border-radius: var(--mlc-gallery-radius);
}

.elementor-widget-mlc-gallery .gallery-thumb:not(.owl-loaded) {
	display: flex;
	gap: var(--mlc-gallery-gap);
}

.elementor-widget-mlc-gallery .gallery-thumb:not(.owl-loaded) a {
	flex: 1 1 0;
	min-width: 0;
}

.elementor-widget-mlc-gallery .gallery-carousel:not(.owl-loaded) {
	display: flex;
	gap: var(--mlc-gallery-gap);
}

.elementor-widget-mlc-gallery .gallery-carousel:not(.owl-loaded) .item {
	flex: 1 1 0;
	min-width: 0;
	display: block;
	background-position: 50%;
	background-size: cover;
	border-radius: var(--mlc-gallery-radius);
}

/* Theme .c27-map is height:100%; give the widget a box before Elementor CSS. */
.elementor-widget-mlc-location .c27-map {
	width: 100%;
	min-height: 200px;
}

.pf-head .mlc-gallery-nav.gallery-nav,
.pf-head .mlt-gallery-nav.gallery-nav {
	position: relative;
}

/* ----- Social Networks ----- */

.elementor-widget-mlc-social-networks .elementor-social-icon .svg-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.elementor-widget-mlc-social-networks .elementor-social-icon .svg-icon svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

/* ----- Table Block ----- */

.elementor-widget-mlc-table-block .extra-details .item-property a,
.elementor-widget-mlc-table-block .extra-details .item-property a.mlc-table-link,
.elementor-widget-mlc-table-block .extra-details .item-property a[href*="tel:"],
.elementor-widget-mlc-table-block .extra-details .item-property a[href*="mailto:"] {
	color: var(--mlc-table-link-color, var(--accent));
}

.elementor-widget-mlc-table-block .extra-details .item-property a:hover,
.elementor-widget-mlc-table-block .extra-details .item-property a.mlc-table-link:hover,
.elementor-widget-mlc-table-block .extra-details .item-property a[href*="tel:"]:hover,
.elementor-widget-mlc-table-block .extra-details .item-property a[href*="mailto:"]:hover {
	color: var(--mlc-table-link-hover-color, var(--mlc-table-link-color, var(--accent)));
}

/* ----- File List ----- */

.elementor-widget-mlc-file-list .mlc-file-list__items {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-file-list .mlc-file-list__item {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.elementor-widget-mlc-file-list .mlc-file-list__row {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 100%;
	width: auto;
	float: none;
	padding-bottom: 0;
	color: inherit;
	text-decoration: none;
}

.elementor-widget-mlc-file-list .mlc-file-list__row:hover,
.elementor-widget-mlc-file-list .mlc-file-list__row:focus {
	color: inherit;
	text-decoration: none;
}

.elementor-widget-mlc-file-list .mlc-file-list__icon {
	display: inline-flex;
	flex-shrink: 0;
}

.elementor-widget-mlc-file-list .mlc-file-list__icon i {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	margin: 0;
	box-sizing: border-box;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.elementor-widget-mlc-file-list .mlc-file-list__icon i:before {
	position: static;
	left: auto;
	top: auto;
	transform: none;
	font-size: inherit;
	line-height: 1;
}

.elementor-widget-mlc-file-list .mlc-file-list__icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-mlc-file-list .mlc-file-list__row:hover .mlc-file-list__icon i,
.elementor-widget-mlc-file-list .mlc-file-list__row:focus .mlc-file-list__icon i {
	background-color: var(--mlc-file-icon-hover-bg, var(--accent));
	border-color: var(--mlc-file-icon-hover-border, var(--accent));
}

.elementor-widget-mlc-file-list .mlc-file-list__name {
	flex: 0 1 auto;
	position: relative;
}

.elementor-widget-mlc-file-list .mlc-file-list__view {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	float: none;
	transition: opacity 0.25s ease, color 0.25s ease;
}

.elementor-widget-mlc-file-list .mlc-file-list__view-icon {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.elementor-widget-mlc-file-list .mlc-file-list__view-icon i {
	position: static;
	top: auto;
	padding: 0;
	font-size: inherit;
	line-height: 1;
}

.elementor-widget-mlc-file-list .mlc-file-list__view-icon svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

@media only screen and (max-width: 480px) {
	.elementor-widget-mlc-file-list .file .file-link,
	.elementor-widget-mlc-file-list .mlc-file-list__view {
		display: flex;
	}
}

/* ----- Verified badge ----- */

.elementor-widget-mlc-verified-badge,
.elementor-widget-mlc-verified-badge .elementor-widget-container,
.elementor-widget-mlc-edit-listing,
.elementor-widget-mlc-edit-listing .elementor-widget-container {
	overflow: visible;
}

.elementor-widget-mlc-verified-badge .verified-badge {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	line-height: 1;
}

.elementor-widget-mlc-verified-badge .verified-listing {
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
	width: auto;
	height: auto;
}

/* ----- Edit listing icon ----- */

.elementor-widget-mlc-edit-listing .tooltip-element {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	vertical-align: middle;
}

/*
 * Theme `.tooltip-container` uses 3px 8px, max-width 100px, and no
 * line-height. Kit/heading line-heights top-align the label; the 100px
 * cap also clips “Verified listing” once padding is usable.
 */
.elementor-widget-mlc-edit-listing .tooltip-element .tooltip-container,
.elementor-widget-mlc-verified-badge .tooltip-element .tooltip-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	padding: 6px 12px;
	max-width: none;
	white-space: nowrap;
	border-radius: 50px;
}

.elementor-widget-mlc-edit-listing .mlc-edit-listing {
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}

.elementor-widget-mlc-edit-listing .mlc-edit-listing i {
	background: transparent;
	text-align: center;
	padding: 0;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1;
}

/* ----- Work Hours ----- */

/* Match theme single-listing circular chevron when `.open-now` styles apply. */
.elementor-widget-mlc-work-hours .work-hours-block.open-now .timing-today {
	margin-bottom: 0;
	position: relative;
	top: 2px;
	padding-right: 35px;
}

.elementor-widget-mlc-work-hours .work-hours-block.open-now .timing-today > span.tooltip-element {
	position: absolute;
	right: 0;
	top: -3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-mlc-work-hours .work-hours-block.open-now .timing-today > span.tooltip-element .expand_more {
	transition: all .2s;
}

.elementor-widget-mlc-work-hours .work-hours-block.open-now .pf-head[aria-expanded="true"] .timing-today .expand_more {
	transform: rotate(180deg);
}

/* ----- Upcoming Dates ----- */

.elementor-widget-mlc-upcoming-dates .event-dates-timeline {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-upcoming-dates .event-dates-timeline > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.elementor-widget-mlc-upcoming-dates .event-dates-timeline > li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.elementor-widget-mlc-upcoming-dates .event-dates-timeline > li > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.elementor-widget-mlc-upcoming-dates .event-dates-timeline > li.upcoming-event-date:first-child,
.elementor-widget-mlc-upcoming-dates .event-dates-timeline > li.upcoming-event-date:first-child:before {
	border-color: var(--accent);
}

.elementor-widget-mlc-upcoming-dates .event-dates-timeline > li.upcoming-event-date:first-child > i {
	color: var(--accent);
	opacity: 1;
}

.elementor-widget-mlc-upcoming-dates a.add-to-google-cal {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.elementor-widget-mlc-upcoming-dates a.add-to-google-cal i {
	padding-right: 5px;
}

/* Theme header.css is not printed on Theme Builder headers. Layout only —
 * fill, typography, radius, and padding come from Elementor Site Settings → Buttons.
 */
.elementor-widget-mlc-header-cta .mlc-header-cta__button {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	white-space: nowrap;
	text-decoration: none;
}

/* =====================================================================
 * Header template shell — theme parity (header.css breakpoints)
 * =================================================================== */

@media only screen and (min-width: 1201px) {
	.mlc-es-header-root.e-con {
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}

	.mlc-es-header-root > .mlc-es-header-left.e-con {
		flex: 0 1 auto;
		width: auto !important;
		max-width: none;
		-webkit-box-align: center;
		align-items: center;
	}

	.mlc-es-header-root > .mlc-es-header-right.e-con {
		flex: 0 1 auto;
		width: auto !important;
		max-width: none;
		min-width: 0;
		-webkit-box-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		align-items: center;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

	.mlc-es-header-root .elementor-widget-theme-site-logo img {
		width: auto;
		height: auto;
	}

	.mlc-es-header-root .elementor-widget-mlc-header-quick-search {
		margin-left: 15px;
	}

	.mlc-es-header-root .elementor-widget-mlc-header-quick-search .header-search {
		margin-right: 0;
	}

	body:not(.logged-in) .mlc-es-header-root .elementor-widget-mlc-header-user-profile .signin-area {
		margin-right: 0;
	}

	body.logged-in .mlc-es-header-root .elementor-widget-mlc-header-user-profile .user-area {
		margin-right: 0;
	}

	.mlc-es-header-root .elementor-widget-mlc-header-cart .view-cart-contents,
	.mlc-es-header-root .elementor-widget-mlc-header-messaging-center .inbox-header-icon {
		margin-left: 0;
		margin-right: 0;
	}
}

/* =====================================================================
 * Header Quick Search widget
 * =================================================================== */

.elementor-widget-mlc-header-quick-search .mlc-header-quick-search {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.elementor-widget-mlc-header-quick-search .mlc-header-search-bar {
	display: block;
}

.elementor-widget-mlc-header-quick-search .mlc-header-search-trigger {
	display: none;
}

.elementor-widget-mlc-header-quick-search .mlc-header-search-trigger a {
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	line-height: 1;
}

@media screen and (max-width: 1200px) {
	.elementor-widget-mlc-header-quick-search .mlc-header-search-bar {
		display: none;
	}
	.elementor-widget-mlc-header-quick-search .mlc-header-search-trigger {
		display: block;
	}
}

/*
 * Mobile/tablet search overlay — theme #quicksearch-mobile-modal parity.
 * Theme CSS is ID-scoped, so the Suite modal needs the same shell:
 * white full-width bar at the top, dark page overlay, circular close.
 */
.mlc-quicksearch-mobile-modal {
	padding-right: 0 !important;
	-webkit-box-align: start;
	align-items: flex-start;
}

.mlc-quicksearch-mobile-modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mlc-quicksearch-mobile-modal .modal-dialog > div,
.mlc-quicksearch-mobile-modal.in .modal-dialog > div {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.mlc-quicksearch-mobile-modal .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: #fff;
}

.mlc-quicksearch-mobile-modal .header-search {
	display: block !important;
	float: none;
	margin-right: 0;
	width: 100%;
}

.mlc-quicksearch-mobile-modal .header-search > i {
	top: 30px;
	left: 15px;
	color: #1d1d23;
}

.mlc-quicksearch-mobile-modal .header-search input,
.mlc-quicksearch-mobile-modal .header-search input:focus,
.mlc-quicksearch-mobile-modal .header-search input:hover {
	padding: 0 50px !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 80px;
	background: #fff;
	color: #1d1d23;
	border-bottom: none;
	box-shadow: none;
}

.mlc-quicksearch-mobile-modal .header-search ::placeholder {
	color: #1d1d23;
	opacity: 1;
}

.mlc-quicksearch-mobile-modal .header-search ::-webkit-input-placeholder {
	color: #1d1d23;
}

.mlc-quicksearch-mobile-modal .instant-results {
	top: 80px;
}

.mlc-quicksearch-mobile-modal .is-focused .instant-results:before {
	display: none;
}

.mlc-quicksearch-mobile-modal .instant-results ul li.ir-cat {
	padding: 6px 15px;
	font-size: 14px;
}

.mlc-quicksearch-mobile-modal .instant-results ul li a {
	font-size: 15px;
	padding: 10px 15px;
}

.mlc-quicksearch-mobile-modal button.close {
	position: absolute;
	z-index: 20000;
	opacity: 1;
	right: 15px;
	top: 22px;
	width: 35px;
	height: 35px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 40px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.mlc-quicksearch-mobile-modal button.close span {
	font-size: 0;
}

.mlc-quicksearch-mobile-modal button.close:before {
	content: "\e5cd";
	font-size: 20px;
	opacity: 0.5;
	font-family: "Material Icons";
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	color: #1d1d23;
}

@media only screen and (max-width: 480px) {
	.mlc-quicksearch-mobile-modal .instant-results {
		top: 60px;
	}

	.mlc-quicksearch-mobile-modal button.close {
		top: 12px;
	}

	.mlc-quicksearch-mobile-modal .header-search input,
	.mlc-quicksearch-mobile-modal .header-search input:focus,
	.mlc-quicksearch-mobile-modal .header-search input:hover {
		height: 60px;
	}

	.mlc-quicksearch-mobile-modal .header-search > i {
		top: 21px;
	}
}

@media only screen and (min-width: 1201px) {
	.mlc-quicksearch-mobile-modal {
		display: none !important;
	}
}

/*
 * Tablet/mobile (theme @ max-width: 1200px):
 * [menu · logo] ………… [sign-in or cart/chat · search]
 *
 * Keep left/right containers. Desktop search stays in the left column;
 * tablet/mobile search is a second widget in the right column. Hide the
 * left instance (and show the right) at the theme 1200px breakpoint.
 */
@media screen and (max-width: 1200px) {
	.mlc-es-header-root.e-con,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu):has(.elementor-widget-mlc-header-quick-search) {
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mlc-es-header-root > .mlc-es-header-left,
	.mlc-es-header-root > .mlc-es-header-right,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu):has(.elementor-widget-mlc-header-quick-search) > .e-con.e-child {
		display: -webkit-box !important;
		display: flex !important;
		width: auto !important;
		max-width: none !important;
		-webkit-box-flex: 0;
		flex: 0 1 auto;
		-webkit-box-align: center;
		align-items: center;
	}

	.mlc-es-header-root > .mlc-es-header-right,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) > .e-con.e-child:last-of-type {
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	/* Theme hides desktop nav + header CTA at 1200px (Elementor tablet is 1024). */
	.mlc-es-header-root .elementor-widget-nav-menu,
	.mlc-es-header-root .elementor-widget-mlc-header-cta,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-nav-menu,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-mlc-header-cta {
		display: none !important;
	}

	.mlc-es-header-root > .mlc-es-header-left .elementor-widget-mlc-header-quick-search,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) > .e-con.e-child:first-of-type .elementor-widget-mlc-header-quick-search {
		display: none !important;
	}

	.mlc-es-header-root > .mlc-es-header-right .elementor-widget-mlc-header-quick-search,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) > .e-con.e-child:last-of-type .elementor-widget-mlc-header-quick-search {
		display: block !important;
	}

	.mlc-es-header-root .elementor-widget-mlc-header-mobile-menu .mlc-mobile-menu__trigger,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .mlc-mobile-menu__trigger {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		line-height: 1;
	}

	.mlc-es-header-root .elementor-widget-theme-site-logo,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-theme-site-logo {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}

	.mlc-es-header-root .elementor-widget-theme-site-logo img,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-theme-site-logo img {
		width: auto;
		height: auto;
	}

	.mlc-es-header-root > .mlc-es-header-right > .elementor-element,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) > .e-con.e-child:last-of-type > .elementor-element {
		width: auto;
		flex: 0 0 auto;
	}

	body:not(.logged-in) .mlc-es-header-root .elementor-widget-mlc-header-user-profile .signin-area,
	body:not(.logged-in) .elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-mlc-header-user-profile .signin-area {
		margin-right: 0;
	}

	body:not(.logged-in) .mlc-es-header-root .elementor-widget-mlc-header-user-profile .signin-area > i.user-area-icon,
	body:not(.logged-in) .elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-mlc-header-user-profile .signin-area > i.user-area-icon {
		margin-right: 7px;
	}

	.mlc-es-header-root .elementor-widget-mlc-header-cart .view-cart-contents,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-mlc-header-cart .view-cart-contents {
		margin: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	body:not(.logged-in) .mlc-es-header-root .elementor-widget-mlc-header-user-profile .mlc-user-menu__mob-sign-in,
	body:not(.logged-in) .elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-mlc-header-user-profile .mlc-user-menu__mob-sign-in {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.mlc-es-header-root.e-con,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu):has(.elementor-widget-mlc-header-quick-search) {
		box-sizing: border-box;
	}

	.mlc-es-header-root .elementor-widget-theme-site-logo img,
	.elementor-location-header .e-con.e-parent:has(.elementor-widget-mlc-header-mobile-menu) .elementor-widget-theme-site-logo img {
		width: auto;
		height: auto;
	}
}

/* =====================================================================
 * Header Mobile Menu widget
 * =================================================================== */

.elementor-widget-mlc-header-mobile-menu {
	display: none;
}

@media screen and (max-width: 1200px) {
	.elementor-widget-mlc-header-mobile-menu {
		display: block;
	}
}

.elementor-widget-mlc-header-mobile-menu .mlc-mobile-menu {
	display: flex;
}

.elementor-widget-mlc-header-mobile-menu .mlc-mobile-menu__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	border-style: solid;
	border-width: 0;
	border-color: currentColor;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.elementor-widget-mlc-header-mobile-menu .mlc-mobile-menu__trigger i,
.elementor-widget-mlc-header-mobile-menu .mlc-mobile-menu__trigger svg {
	line-height: 1;
	display: block;
}

/* Body scroll lock when drawer is open. */
body.mlc-mobile-menu-body-lock {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Drawer panel. */
.mlc-mobile-menu__drawer {
	position: fixed !important;
	top: 0;
	height: 100vh;
	max-width: 100%;
	z-index: 100050;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.25s ease;
	transition: transform 0.3s ease, opacity 0.25s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.mlc-mobile-menu__drawer--left {
	left: 0;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

.mlc-mobile-menu__drawer--right {
	right: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}

.mlc-mobile-menu__drawer--open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	/* Theme `.mobile-menu-open`: transform .3s cubic-bezier(0,.52,0,1) */
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.52, 0, 1), opacity 0.25s ease-in-out;
	transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1), opacity 0.25s ease-in-out;
}

/* Overlay. */
.mlc-mobile-menu__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100049;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	pointer-events: none;
}

.mlc-mobile-menu__overlay--visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Drawer head: close + user. */
.mlc-mobile-menu__head {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 62px;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
}

.mlc-mobile-menu__close-wrap {
	position: absolute;
	right: 10px;
	z-index: 4;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
}

.mlc-mobile-menu__close {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: transparent;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.mlc-mobile-menu__close i,
.mlc-mobile-menu__close svg {
	display: block;
	line-height: 1;
	text-align: center;
	padding-top: 6px;
	font-weight: unset;
	opacity: 1;
}

/* User area in drawer. */
.mlc-mobile-menu__user {
	width: 100%;
	height: 100%;
	text-align: center;
}

.mlc-mobile-menu__user-toggle {
	padding: 0 15px;
	margin-right: 58px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.mlc-mobile-menu__user-toggle .avatar,
.mlc-mobile-menu__user-toggle .mlc-avatar {
	margin-right: 10px;
	overflow: hidden;
	-webkit-box-flex: 0;
	flex-shrink: 0;
	border-radius: 50%;
}

.mlc-mobile-menu__user-toggle .avatar img,
.mlc-mobile-menu__user-toggle .mlc-avatar img {
	object-fit: cover;
	display: block;
}

.mlc-mobile-menu__user-name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mlc-mobile-menu__user-toggle .submenu-toggle {
	width: auto;
	flex-shrink: 0;
	opacity: 0.3;
	display: inline-flex;
	align-items: center;
	pointer-events: none;
}

.mlc-mobile-menu__user-toggle .submenu-toggle i {
	line-height: 1;
}

/* Account menu inside drawer. Visuals (color, size, padding, divider) are Elementor controls. */
.mlc-mobile-menu__user-menu[hidden] {
	display: none !important;
}

.mlc-mobile-menu__user-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlc-mobile-menu__user-menu li {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
}

.mlc-mobile-menu__user-menu li a {
	width: 100%;
	margin: 0;
	opacity: 1;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}

.mlc-mobile-menu__user-menu li a i {
	flex-shrink: 0;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Primary nav inside drawer. */
.mlc-mobile-menu__nav .main-menu,
.mlc-mobile-menu__nav .mlc-main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.mlc-mobile-menu__nav .main-menu > li,
.mlc-mobile-menu__nav .mlc-main-nav > li {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
}

.mlc-mobile-menu__nav .main-menu > li > a,
.mlc-mobile-menu__nav .mlc-main-nav > li > a {
	width: 100%;
	margin: 0 !important;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}

.mlc-mobile-menu__nav .main-menu > li.current-menu-item > a,
.mlc-mobile-menu__nav .mlc-main-nav > li.current-menu-item > a,
.mlc-mobile-menu__nav .main-menu > li.current-menu-ancestor > a,
.mlc-mobile-menu__nav .mlc-main-nav > li.current-menu-ancestor > a {
	color: var(--accent);
	border-right: 2px solid var(--accent);
}

.mlc-mobile-menu__nav .submenu-toggle {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
}

.mlc-mobile-menu__nav .submenu-toggle i {
	line-height: 1;
}

.mlc-mobile-menu__nav .i-dropdown,
.mlc-mobile-menu__nav ul.sub-menu {
	width: 100%;
	position: static;
	opacity: 1 !important;
	visibility: visible !important;
	display: none;
	margin: 0;
	padding-inline-start: 15px;
	list-style: none;
	-webkit-transform: none;
	transform: none;
}

.mlc-mobile-menu__nav .i-dropdown.is-open,
.mlc-mobile-menu__nav ul.sub-menu.is-open {
	display: block;
}

.mlc-mobile-menu__nav .i-dropdown li,
.mlc-mobile-menu__nav ul.sub-menu li {
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.mlc-mobile-menu__nav .i-dropdown li a,
.mlc-mobile-menu__nav ul.sub-menu li a {
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}

/* CTA slot — spacing and button look come from the kit + widget style controls. */
.mlc-mobile-menu__cta {
	text-align: center;
}

.mlc-mobile-menu__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
}

/* ----- Block heading ----- */

/*
 * Contain Bootstrap column floats so Style → Block Card background, border,
 * and radius wrap the preview cards instead of collapsing to a thin line.
 */
.mlc-block {
	display: flow-root;
}

.mlc-block__head {
	display: flex;
	align-items: center;
}

.mlc-block__title {
	margin: 0;
	padding: 0;
}

.mlc-block__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-shrink: 0;
}

.mlc-block__icon--circular {
	box-sizing: border-box;
}

.mlc-block__icon i {
	font-size: inherit;
	line-height: 1;
}

.mlc-block__icon svg {
	width: 1em;
	height: 1em;
	display: block;
}

/* ----- Listing Feed ----- */

/*
 * Neutralize MyListing feed chrome. Theme columns (10px/15px), preview
 * card margins, i-section padding, boxed-container pull, and owl
 * `left`/`padding` all inset or spill the Block Card. Gutters stay as
 * gap so cards do not sit on the card edge or each other.
 */

.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid,
.elementor-widget-mlc-similar-listings .grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--mlc-feed-gap);
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .grid-item,
.elementor-widget-mlc-similar-listings .grid > .grid-item {
	float: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-listing-feed .mlc-es-bookmark-card {
	width: 100%;
}

.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-xs-12,
.elementor-widget-mlc-similar-listings .grid > .col-xs-12 {
	width: 100%;
	max-width: 100%;
}

.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-xs-6,
.elementor-widget-mlc-similar-listings .grid > .col-xs-6 {
	width: calc((100% - var(--mlc-feed-gap)) / 2);
	max-width: calc((100% - var(--mlc-feed-gap)) / 2);
}

.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-xs-4,
.elementor-widget-mlc-similar-listings .grid > .col-xs-4 {
	width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
	max-width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
}

.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-xs-3,
.elementor-widget-mlc-similar-listings .grid > .col-xs-3 {
	width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
	max-width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
}

@media (min-width: 768px) {
	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-sm-12,
	.elementor-widget-mlc-similar-listings .grid > .col-sm-12 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-sm-6,
	.elementor-widget-mlc-similar-listings .grid > .col-sm-6 {
		width: calc((100% - var(--mlc-feed-gap)) / 2);
		max-width: calc((100% - var(--mlc-feed-gap)) / 2);
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-sm-4,
	.elementor-widget-mlc-similar-listings .grid > .col-sm-4 {
		width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
		max-width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-sm-3,
	.elementor-widget-mlc-similar-listings .grid > .col-sm-3 {
		width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
		max-width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
	}
}

@media (min-width: 992px) {
	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-md-12,
	.elementor-widget-mlc-similar-listings .grid > .col-md-12 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-md-6,
	.elementor-widget-mlc-similar-listings .grid > .col-md-6 {
		width: calc((100% - var(--mlc-feed-gap)) / 2);
		max-width: calc((100% - var(--mlc-feed-gap)) / 2);
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-md-4,
	.elementor-widget-mlc-similar-listings .grid > .col-md-4 {
		width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
		max-width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-md-3,
	.elementor-widget-mlc-similar-listings .grid > .col-md-3 {
		width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
		max-width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
	}
}

@media (min-width: 1200px) {
	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-lg-12,
	.elementor-widget-mlc-similar-listings .grid > .col-lg-12 {
		width: 100%;
		max-width: 100%;
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-lg-6,
	.elementor-widget-mlc-similar-listings .grid > .col-lg-6 {
		width: calc((100% - var(--mlc-feed-gap)) / 2);
		max-width: calc((100% - var(--mlc-feed-gap)) / 2);
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-lg-4,
	.elementor-widget-mlc-similar-listings .grid > .col-lg-4 {
		width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
		max-width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
	}

	.elementor-widget-mlc-listing-feed .mlc-listing-feed__grid > .col-lg-3,
	.elementor-widget-mlc-similar-listings .grid > .col-lg-3 {
		width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
		max-width: calc((100% - (3 * var(--mlc-feed-gap))) / 4);
	}
}

.elementor-widget-mlc-listing-feed .lf-item-container,
.elementor-widget-mlc-similar-listings .lf-item-container {
	margin: 0;
}

.elementor-widget-mlc-listing-feed .mlc-listing-feed__carousel,
.elementor-widget-mlc-listing-feed .listing-feed-carousel,
.elementor-widget-mlc-listing-feed .listing-feed-carousel .owl-stage-outer {
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-listing-feed .listing-feed-carousel {
	left: auto;
	right: auto;
}

.elementor-widget-mlc-listing-feed .i-section.listing-feed-2 {
	overflow: visible;
	padding: 0;
	margin: 0;
}

.elementor-widget-mlc-listing-feed .i-section.listing-feed-2 > .container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-listing-feed .i-section.listing-feed-2 .row {
	margin: 0;
}

/*
 * Account Bookmarks fallback feed (heading-only Theme Builder templates).
 * Reuses listing-feed.php grid classes without an Elementor widget wrapper.
 */
.mlc-es-account-bookmarks-feed {
	--mlc-feed-gap: 20px;
	margin-top: 20px;
}

.mlc-es-account-bookmarks-feed .mlc-listing-feed__grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--mlc-feed-gap);
	margin: 0;
	padding: 0;
}

.mlc-es-account-bookmarks-feed .mlc-listing-feed__grid > .grid-item {
	float: none;
	margin: 0;
	padding: 0;
	width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
	max-width: calc((100% - (2 * var(--mlc-feed-gap))) / 3);
}

.mlc-es-account-bookmarks-feed .mlc-es-bookmark-card {
	width: 100%;
}

@media (max-width: 1024px) {
	.mlc-es-account-bookmarks-feed .mlc-listing-feed__grid > .grid-item {
		width: calc((100% - var(--mlc-feed-gap)) / 2);
		max-width: calc((100% - var(--mlc-feed-gap)) / 2);
	}
}

@media (max-width: 767px) {
	.mlc-es-account-bookmarks-feed .mlc-listing-feed__grid > .grid-item {
		width: 100%;
		max-width: 100%;
	}
}

.mlc-es-account-bookmarks-empty.no-listings {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 24px 0;
	text-align: center;
}

/* Listing Block container — heading stays on its own row. */
.mlc-is-listing-block-yes > .mlc-block__head,
.mlc-is-listing-block-yes > .e-con-inner > .mlc-block__head {
	width: 100%;
	flex: 0 0 auto;
	margin-bottom: 0;
}

/*
 * Container Style → Border. Elementor writes width/style/color onto the
 * wrapper and radius only as --border-radius. MyListing’s
 * `div { border-radius: 0 }` can hide the radius; paint the tokens here
 * so the Style tab shows in the editor canvas and on the frontend.
 */
.e-con.mlc-is-listing-block-yes {
	border-style: var(--border-style);
	border-color: var(--border-color);
	border-top-width: var(--border-top-width);
	border-right-width: var(--border-right-width);
	border-bottom-width: var(--border-bottom-width);
	border-left-width: var(--border-left-width);
	border-radius: var(--border-radius);
}

/*
 * Listing Block + Elementor Video. YouTube leaves an empty .elementor-video
 * shell; the iframe (editor inject or YT API) is height:100% of nothing, so
 * the player scrunches to ~150px in a tall card. Size a 16:9 box and fill it.
 */
.mlc-is-listing-block-yes .elementor-widget-video {
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
}

.mlc-is-listing-block-yes .elementor-widget-video .elementor-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777));
	aspect-ratio: unset;
}

.mlc-is-listing-block-yes .elementor-widget-video .elementor-video,
.mlc-is-listing-block-yes .elementor-widget-video .elementor-wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ----- Submission preview ----- */

body .job_listing_preview.job_listing_preview_mlc .elementor,
body .job_listing_preview.job_listing_preview_mlt .elementor {
	display: block !important;
}

/* ----- General Repeater ----- */

/*
 * Visual defaults live here as well as on widget Style controls.
 * Elementor paints control defaults in the editor; listing templates on
 * the frontend only emit CSS for values stored in _elementor_data.
 * Keep these lower-specificity than {{WRAPPER}} so Style tab changes win.
 */
.elementor-widget-mlc-general-repeater .mlc-general-repeater__items {
	display: grid;
	grid-template-columns: repeat(var(--mlc-gr-cols), 1fr);
	gap: var(--mlc-gr-gap);
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__items {
	grid-template-columns: repeat(clamp(2, var(--mlc-gr-cols), 3), 1fr);
}

@media (max-width: 767px) {
	.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__items {
		grid-template-columns: repeat(var(--mlc-gr-cols), 1fr);
	}
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__item {
	position: relative;
	min-width: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__item-inner {
	position: relative;
	overflow: hidden;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__image {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__title {
	display: block;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__description {
	min-width: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__description p {
	margin-bottom: 5px;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__description p:last-child {
	margin-bottom: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__header {
	display: block;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater__price {
	display: inline-flex;
	position: absolute;
	z-index: 1;
}

/* Horizontal — dedicated square image column; title/price row; button matches description. */
.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__item-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	box-sizing: border-box;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__item--has-image .mlc-general-repeater__item-inner {
	grid-template-columns: clamp(160px, 34%, 200px) minmax(0, 1fr);
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__image {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 0;
	min-width: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__title {
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	width: 100%;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__description p {
	margin: 0;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__button {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	align-self: stretch;
}

.elementor-widget-mlc-general-repeater .mlc-general-repeater--vertical .mlc-general-repeater__price {
	position: static;
	top: auto;
	right: auto;
	flex: 0 0 auto;
}

/* Vertical — image on top, copy underneath. */
.elementor-widget-mlc-general-repeater .mlc-general-repeater--cards .mlc-general-repeater__image {
	position: relative;
}

/*
 * Theme `.title-style-1 i` pins icon color/size. Route those through
 * `.mlc-block__icon` so Style → Block Icon / Block Label apply.
 */
.mlc-reviews .title-style-1 .mlc-block__icon {
	position: relative;
}

.mlc-reviews .title-style-1 .mlc-block__icon i {
	color: inherit;
	font-size: inherit;
	float: none;
	padding-right: 0;
	position: static;
}

.mlc-reviews .title-style-1 .mlc-block__icon svg {
	fill: currentColor;
}

/*
 * Elementor flex tabs shrink-wrap widgets. Bootstrap 3 columns then
 * resolve % widths against that shrink, so the form collapses and stars wrap.
 */
.elementor-widget-mlc-reviews,
.elementor-widget-mlc-reviews > .elementor-widget-container,
.elementor-widget-mlc-reviews .mlc-reviews {
	width: 100%;
	max-width: 100%;
	align-self: stretch;
}

.elementor-widget-mlc-reviews .mlc-reviews .mlc-block.element {
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-mlc-reviews .mlc-reviews > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-7,
.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-5,
.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-12 {
	float: none;
	min-width: 0;
}

.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-7 {
	flex: 1 1 58.333%;
	width: 58.333%;
	max-width: 58.333%;
	padding-left: 0;
	padding-right: 20px;
}

.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-5 {
	flex: 1 1 41.667%;
	width: 41.667%;
	max-width: 41.667%;
	padding-right: 0;
	padding-left: 20px;
}

.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-12 {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 991px) {
	.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-7,
	.elementor-widget-mlc-reviews .mlc-reviews > .row > .col-md-5 {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Vertically center empty state against the form card. */
.elementor-widget-mlc-reviews .comments-list-wrapper:has(.no-results-wrapper) {
	display: flex;
	align-items: center;
	justify-content: center;
}


.elementor-widget-mlc-reviews .single-comment .comment-info a.comment-reply-login {
	color: var(--accent);
	float: none;
	padding-right: 0;
}

.elementor-widget-mlc-reviews .single-comment .comment-info a.comment-reply-login:hover,
.elementor-widget-mlc-reviews .single-comment .comment-info a.comment-reply-login:focus {
	color: var(--accent);
}

/* Review form CTAs inherit Elementor Site Settings → Buttons. */
.elementor-widget-mlc-reviews .mlc-reviews__button {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}

/* ----- Quick Actions widget ----- */

.elementor-widget-mlc-quick-actions .qla-container {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.elementor-widget-mlc-quick-actions .quick-listing-actions {
	position: relative;
	margin-top: 0;
}

.elementor-widget-mlc-quick-actions .quick-listing-actions ul {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.elementor-widget-mlc-quick-actions .quick-listing-actions .cts-prev,
.elementor-widget-mlc-quick-actions .quick-listing-actions .cts-next {
	position: absolute;
}

.elementor-widget-mlc-quick-actions .quick-listing-actions > ul > li > a {
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.elementor-widget-mlc-quick-actions .quick-listing-actions > ul > li > a > i svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

/* Dashboard Menu — fill the Elementor widget width. */
.elementor-widget-mlc-header-wc-navigation,
.elementor-widget-mlc-header-wc-navigation .elementor-widget-container,
.elementor-widget-mlc-header-wc-navigation .mlduo-account-menu,
.elementor-widget-mlc-header-wc-navigation .woocommerce-MyAccount-navigation {
	width: 100%;
	max-width: none;
}

/* Stats Card — drop theme dashboard outer spacing so the box fills the widget. */
.elementor-widget-mlc-stats-card,
.elementor-widget-mlc-stats-card .elementor-widget-container {
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-stats-card .elementor-widget-container > a {
	display: block;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-stats-card .mlduo-stat-box {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	/* Beat theme `.mlduo-stat-box { background: #6c1cff }` when Background Color is unset. */
	background-color: var(--mlc-stats-card-bg, var(--accent));
	background-image: none;
}

/* Decorative corner icon. Wrapper beats theme `.mlduo-stat-box i { font-size: 39px !important }`. */
.elementor-widget-mlc-stats-card .mlduo-stat-box .mlc-stats-card__icon {
	position: absolute;
	top: 18px;
	inset-inline-end: 21px;
	z-index: 0;
	line-height: 1;
	box-sizing: border-box;
}

.elementor-widget-mlc-stats-card .mlduo-stat-box .mlc-stats-card__icon i,
.elementor-widget-mlc-stats-card .mlduo-stat-box .mlc-stats-card__icon svg {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	inset: auto !important;
	font-size: 1em !important;
	color: inherit;
	display: block;
}

.elementor-widget-mlc-stats-card .mlduo-stat-box .mlc-stats-card__icon i:before {
	color: inherit;
}

.elementor-widget-mlc-stats-card .mlduo-stat-box .mlc-stats-card__icon svg {
	fill: currentColor;
}

/* Stats Widget — theme .element cards; accent follows Theme Options until overridden. */
.elementor-widget-mlc-stats-widget,
.elementor-widget-mlc-stats-widget .elementor-widget-container {
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-stats-widget .mlc-stats-widget {
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-mlc-stats-widget .mlc-stats-widget .element {
	margin-bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-mlc-stats-widget .mlc-stats-widget .round-icon .title-style-1 i {
	box-sizing: border-box;
	background-color: var(--mlc-stats-icon-bg, var(--accent));
	background-image: none;
	color: var(--mlc-stats-icon-color, #fff);
}

.elementor-widget-mlc-stats-widget .mlc-stats-widget .number-stats p:hover .animated-bars,
.elementor-widget-mlc-stats-widget .mlc-stats-widget .number-stats p:hover .animated-bars:before,
.elementor-widget-mlc-stats-widget .mlc-stats-widget .number-stats p:hover .animated-bars:after {
	background-color: var(--mlc-stats-bars-hover, var(--accent));
}

.elementor-widget-mlc-stats-widget .mlc-stats-widget .number-stats p:hover span:not(.animated-bars) {
	color: var(--mlc-stats-number-hover, var(--accent));
}

/* Stats Filters — dual underline Select2 row matching theme my-account. */
.elementor-widget-mlc-stats-select-listing,
.elementor-widget-mlc-stats-select-listing .elementor-widget-container {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
	line-height: normal;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--placeholder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	min-height: 48px;
	padding: 14px 0;
	opacity: 0.7;
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

/* Editor canvas mock — matches frontend underline Select2 without live Select2. */
.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--editor {
	flex-wrap: wrap;
	row-gap: 10px;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing__fake {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	padding: 14px 0;
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	pointer-events: none;
	user-select: none;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing__fake-label {
	line-height: 18px;
	color: var(--mlc-stats-field-color, #1d1d23);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing__fake-caret {
	flex: 0 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #1d1d23 transparent transparent transparent;
	opacity: 0.85;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing__editor-note {
	flex: 1 1 100%;
	margin: 4px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	color: #6d6d75;
	opacity: 1;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--placeholder .mlc-stats-select-listing__editor-note {
	border: 0;
	font-weight: 400;
	color: #6d6d75;
}

.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing__field {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
}

.elementor-widget-mlc-stats-select-listing .dashboard-filter-stats ~ .select2-container,
.elementor-widget-mlc-stats-select-listing .filter-stats-select ~ .select2-container,
.elementor-widget-mlc-stats-select-listing .select2-container {
	display: block !important;
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
}

.elementor-widget-mlc-stats-select-listing .select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
	height: auto !important;
	outline: none;
}

.elementor-widget-mlc-stats-select-listing .select2-container--default .select2-selection--single .select2-selection__rendered {
	position: relative;
	display: flex !important;
	align-items: center;
	min-height: 48px;
	padding: 14px 0 !important;
	line-height: 18px;
	color: var(--mlc-stats-field-color, #1d1d23);
	opacity: 1;
	border: none;
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

/* Placeholder ("Filter by listing") must match selected label weight/color. */
.elementor-widget-mlc-stats-select-listing .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--mlc-stats-field-color, #1d1d23);
	opacity: 1 !important;
	line-height: inherit;
}

.elementor-widget-mlc-stats-select-listing .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 0;
}

.elementor-widget-mlc-stats-select-listing .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #1d1d23 transparent transparent transparent;
}

.elementor-widget-mlc-stats-select-listing .select2-container--open .select2-selection--single .select2-selection__rendered {
	box-shadow: none !important;
}

.elementor-widget-mlc-stats-select-listing .select2-container--below.select2-container--open .select2-selection__rendered:after {
	content: "";
	width: 100%;
	height: 1.5px;
	background: var(--accent, #465aff);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
	z-index: 1;
}

/*
 * Open menu is appended to <body>; .mlc-stats-filters-dropdown is added on select2:open.
 * Match MyListing frontend Select2 (white rows, dividers, checkmark — not Elementor blue).
 */
.select2-dropdown.mlc-stats-filters-dropdown {
	border: none !important;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	margin-top: 10px;
	padding: 6px 0;
	overflow: hidden;
	background: #fff;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results > .select2-results__options {
	max-height: 300px;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option {
	font-size: 14px;
	line-height: 1.4;
	color: #1d1d23 !important;
	background: #fff !important;
	border-bottom: 1px solid #ebebeb;
	padding: 13px 15px 13px 0 !important;
	margin: 0 20px;
	transition: padding 0.2s ease-in-out, background 0.2s ease, color 0.2s ease;
	position: relative;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option:last-of-type {
	border-bottom: 0;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option--highlighted[aria-selected],
.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option--highlighted[aria-selected=true],
.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option--highlighted[aria-selected=false] {
	background: #fff !important;
	color: #242429 !important;
	padding-left: 5px !important;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option[aria-selected=true],
.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option[data-selected=true] {
	background-color: #fff !important;
	color: #1d1d23 !important;
	font-weight: 600;
	position: relative;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option[aria-selected=true]:after,
.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option[data-selected=true]:after {
	content: "\f058";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 13px;
	color: #1d1d23;
	speak: none;
}

.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option[role=group],
.select2-dropdown.mlc-stats-filters-dropdown .select2-results__option[role=list] {
	padding: 0 !important;
	margin: 0;
	border-bottom: 0;
}

@media (max-width: 992px) {
	.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--stack-992 {
		flex-wrap: wrap;
	}

	.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--stack-992 .mlc-stats-select-listing__field {
		flex: 1 1 100%;
	}
}

@media (max-width: 768px) {
	.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--stack-768 {
		flex-wrap: wrap;
	}

	.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--stack-768 .mlc-stats-select-listing__field {
		flex: 1 1 100%;
	}
}

@media (max-width: 480px) {
	.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--stack-480 {
		flex-wrap: wrap;
	}

	.elementor-widget-mlc-stats-select-listing .mlc-stats-select-listing--stack-480 .mlc-stats-select-listing__field {
		flex: 1 1 100%;
	}
}

/* ----- Preview Card location wrapper ----- */

/*
 * Positioning + stretched listing link only. Drop shadow is on the
 * Preview Card container (Style → Box Shadow) so the control can paint.
 */
.mlc-es-preview-card {
	position: relative;
	display: block;
	overflow: visible;
}

/*
 * Theme `.lf-item-container { overflow: hidden; border-radius: 5px }` clips
 * Style → Box Shadow. Keep the Explore wrapper visible. While comparing,
 * drop the card drop-shadow and paint the theme ring on the Preview Card
 * shell so it follows Style → Border Radius (not a hardcoded 5px wrapper):
 * `.compare-chosen { box-shadow: 0 0 0 5px #0000001a }`.
 */
.listing-preview[data-template="mlc-elementor"] {
	overflow: visible;
	border-radius: 0;
	box-shadow: none;
}

.listing-preview[data-template="mlc-elementor"].compare-chosen .mlc-es-preview-card > .elementor > .e-con.mlc-is-preview-card-yes {
	box-shadow: 0 0 0 5px #0000001a;
}

.mlc-es-preview-card__link {
	position: absolute;
	inset: 0;
	z-index: 1;
	text-decoration: none;
}

/* Overlay sits under interactive controls; other clicks pass through to the listing link. */
.mlc-es-preview-card--linked > .elementor {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.mlc-es-preview-card--linked > .elementor a,
.mlc-es-preview-card--linked > .elementor button,
.mlc-es-preview-card--linked > .elementor input,
.mlc-es-preview-card--linked > .elementor select,
.mlc-es-preview-card--linked > .elementor textarea,
.mlc-es-preview-card--linked > .elementor .mlc-card-action,
.mlc-es-preview-card--linked > .elementor .tooltip-element,
.mlc-es-preview-card--linked > .elementor .owl-nav,
.mlc-es-preview-card--linked > .elementor .owl-dots,
.mlc-es-preview-card--linked > .elementor .mlc-carousel-prev-btn,
.mlc-es-preview-card--linked > .elementor .mlc-carousel-next-btn {
	pointer-events: auto;
}

.mlc-es-preview-card > .elementor,
.mlc-es-preview-card > .elementor > .e-con,
.mlc-es-preview-card > .elementor > .e-parent {
	width: 100%;
}

/* Bookmark card location: chrome comes from the Bookmark Card container, not this wrapper. */
.mlc-es-bookmark-card {
	position: relative;
	display: block;
}

.mlc-es-bookmark-card > .elementor,
.mlc-es-bookmark-card > .elementor > .e-con,
.mlc-es-bookmark-card > .elementor > .e-parent {
	width: 100%;
}

/* ----- Preview Card container ----- */

/*
 * Theme `div { border-radius: 0 }` hides Elementor radius unless we paint
 * the control token. The Layout / Style Border Radius controls set
 * --mlc-card-radius and --border-radius. Do not assign px defaults here.
 */
.e-con.mlc-is-preview-card-yes {
	border-style: var(--border-style);
	border-color: var(--border-color);
	border-top-width: var(--border-top-width);
	border-right-width: var(--border-right-width);
	border-bottom-width: var(--border-bottom-width);
	border-left-width: var(--border-left-width);
	border-radius: var(--mlc-card-radius, var(--border-radius));
}

.e-con.mlc-is-preview-card-yes > .e-con-inner {
	border-radius: var(--mlc-card-radius, var(--border-radius));
}

/* ----- Card Gallery ----- */

.elementor-widget-mlc-gallery-preview-card,
.elementor-widget-mlc-gallery-preview-card > .elementor-widget-container {
	width: 100%;
}

.mlc-card-gallery-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}

.mlc-card-gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--mlc-gallery-placeholder);
}

.elementor-widget-mlc-gallery-preview-card .owl-carousel:not(.owl-loaded),
.elementor-widget-mlc-card-cover .owl-carousel:not(.owl-loaded),
.elementor-widget-mlc-quick-view-cover .owl-carousel:not(.owl-loaded) {
	display: block;
	height: 100%;
}

.elementor-widget-mlc-gallery-preview-card .owl-carousel:not(.owl-loaded) .mlc-card-gallery__slide:not(:first-child),
.elementor-widget-mlc-card-cover .owl-carousel:not(.owl-loaded) .mlc-card-gallery__slide:not(:first-child),
.elementor-widget-mlc-quick-view-cover .owl-carousel:not(.owl-loaded) .mlc-card-gallery__slide:not(:first-child) {
	display: none;
}

.mlc-card-gallery__slider,
.mlc-card-gallery__slider.owl-carousel,
.mlc-card-gallery__slider .owl-stage-outer,
.mlc-card-gallery__slider .owl-stage,
.mlc-card-gallery__slider .owl-item {
	height: 100%;
}

.mlc-card-gallery__slide {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.mlc-card-gallery__slide--placeholder {
	background-image: none;
	background-color: var(--mlc-gallery-placeholder);
}

.mlc-card-gallery__slide--placeholder::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(#0000, #0000),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E")
		center / 48px 48px no-repeat;
	opacity: 0.55;
}

.mlc-card-gallery__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}


.mlc-card-gallery__nav {
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.mlc-card-gallery:hover .mlc-card-gallery__nav {
	opacity: 1;
}

/* Match MyListing `.mc-left:hover .gallery-nav` — the whole cover, not only the photo node. */
.elementor-element.elementor-widget-mlc-quick-view-cover:hover .mlc-qv-cover .mlc-card-gallery__nav,
.mlc-qv-cover:hover .mlc-card-gallery__nav {
	opacity: 1;
}

.mlc-card-gallery__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mlc-card-gallery__nav li {
	position: absolute;
}

.mlc-card-gallery__nav li:first-child {
	left: 15px;
}

.mlc-card-gallery__nav li:last-child {
	right: 15px;
}

.mlc-card-gallery__nav .mlc-carousel-prev-btn,
.mlc-card-gallery__nav .mlc-carousel-next-btn {
	display: inline-flex;
	cursor: pointer;
}

.mlc-card-gallery__nav li i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.15s ease-in-out;
}

/*
 * Match MyListing `.gallery-nav li a:hover i`. Specificity must beat
 * `.elementor-N .elementor-element.elementor-element-X .mlc-card-gallery__nav li i`
 * which sets idle background-color (including on hover).
 */
.elementor .elementor-element .mlc-card-gallery__nav .mlc-carousel-prev-btn:hover i,
.elementor .elementor-element .mlc-card-gallery__nav .mlc-carousel-next-btn:hover i,
.elementor .elementor-element .mlc-card-gallery__nav .mlc-carousel-prev-btn:focus-visible i,
.elementor .elementor-element .mlc-card-gallery__nav .mlc-carousel-next-btn:focus-visible i,
.elementor .elementor-element .mlc-card-gallery__nav li a:hover i {
	background-color: var(--mlc-gallery-nav-hover-bg, var(--accent));
	color: var(--mlc-gallery-nav-hover-color);
	border-color: var(--mlc-gallery-nav-hover-bg, var(--accent));
}

/* ----- Card badges (cover pills) ----- */

.mlc-card-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	white-space: nowrap;
}

.mlc-card-badge a,
.mlc-card-badge .listing-rating,
.mlc-card-badge .rating-stars {
	color: inherit;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	position: static;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
}

.mlc-card-badge a {
	display: inline-flex;
	align-items: center;
}

.mlc-card-badge i,
.mlc-card-badge i:before,
.mlc-card-badge svg {
	color: inherit;
	position: static;
	top: auto;
	width: auto;
	height: auto;
}

.mlc-card-badge--priority i,
.mlc-card-badge--priority i:before {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.mlc-card-badge svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.mlc-card-badge__stars {
	letter-spacing: var(--mlc-rating-star-spacing);
}

.mlc-card-badge.formatted .event-date,
.mlc-card-badge.formatted .rent-price {
	color: inherit;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1;
	height: auto;
}

.elementor-widget-mlc-priority-badge,
.elementor-widget-mlc-card-badge {
	width: auto;
}

.elementor-widget-mlc-priority-badge,
.elementor-widget-mlc-priority-badge .elementor-widget-container {
	overflow: visible;
}

.elementor-widget-mlc-priority-badge .elementor-widget-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}

/*
 * Theme `.tooltip-element :hover ~ .tooltip-container` labels preview-card
 * priority. Repeat it here so cover / editor badges still show Normal,
 * Featured, Promoted, and Custom Priority when theme hover CSS is clipped
 * or not loaded.
 */
.mlc-card-badge-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-self: center;
}

.tooltip-element.tooltip-bottom.mlc-card-badge-tooltip .tooltip-container {
	transition: opacity 0.15s linear;
	max-width: none;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: auto;
	top: 100%;
	/* Grow right so “Custom Priority” is not clipped by cover overflow. */
	left: 0;
	transform: translateY(5px);
	width: max-content;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	pointer-events: none;
}

.tooltip-element.tooltip-bottom.mlc-card-badge-tooltip :hover ~ .tooltip-container {
	opacity: 0.9;
	visibility: visible;
}

.tooltip-element.tooltip-bottom.mlc-card-badge-tooltip .tooltip-container:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	transform: translateY(0) rotate(-45deg);
	background: #000;
	z-index: -1;
	bottom: auto;
	top: -4px;
	left: 10px;
}

/* ----- Card logo ----- */

.mlc-card-logo {
	display: block;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.mlc-card-logo--placeholder {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c4c4c4'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");
	background-size: 22px;
}

/* ----- Card title ----- */

.mlc-card-title {
	margin: 0;
}

.elementor-widget-mlc-card-title.mlc-card-title--cover .mlc-card-title,
.elementor-widget-mlc-card-title.mlc-card-title--footer .mlc-card-title {
	color: var(--mlc-card-title-color);
}

.mlc-card-title a {
	color: inherit;
	text-decoration: none;
}

.mlc-card-title .verified-listing,
.mlc-card-title svg.verified-listing {
	display: inline-block;
	vertical-align: middle;
	margin-inline-start: 4px;
	max-height: 18px;
	width: 18px;
	height: 18px;
}

/* ----- Card meta (footer left) ----- */

.mlc-card-meta {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.mlc-card-meta__icon {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	opacity: 0.7;
}

.mlc-card-meta__icon i,
.mlc-card-meta__icon i:before,
.mlc-card-meta__icon svg {
	line-height: 1;
	color: var(--mlc-icon-color, inherit) !important;
	fill: var(--mlc-icon-color, currentColor) !important;
}

.mlc-card-meta__icon svg * {
	fill: var(--mlc-icon-color, currentColor) !important;
}

.mlc-card-meta__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ----- Card action buttons (footer right) ----- */

.mlc-card-action-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mlc-card-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
}

.mlc-card-action i,
.mlc-card-action i:before {
	line-height: 1;
	color: var(--mlc-icon-color, inherit) !important;
}

.mlc-card-action svg {
	display: block;
	fill: var(--mlc-icon-color, currentColor) !important;
	color: var(--mlc-icon-color, inherit) !important;
}

.mlc-card-action svg * {
	fill: var(--mlc-icon-color, currentColor) !important;
}

.mlc-card-action:hover,
.mlc-card-action:focus {
	color: inherit;
}

/*
 * Bookmarked / active fill. Elementor Normal colors are
 * `.elementor-N .elementor-element.elementor-element-X .mlc-card-action`
 * (and icon `!important`), so this needs matching weight. Style → Active
 * still wins: those selectors add `.bookmarked` / `.is-active` on {{WRAPPER}}.
 */
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active {
	background-color: var(--accent);
	--mlc-icon-color: #fff;
}

.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked i,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked i:before,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked svg,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active i,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active i:before,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active svg,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked i,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked i:before,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked svg,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active i,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active i:before,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active svg,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked i,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked i:before,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked svg,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active i,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active i:before,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.is-active svg,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked i,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked i:before,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked svg,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active i,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active i:before,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.is-active svg {
	color: var(--mlc-icon-color);
	fill: var(--mlc-icon-color);
}

.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked:hover,
.mlc-es-preview-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked:focus,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked:hover,
.mlc-es-preview-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked:focus,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked:hover,
.mlc-es-bookmark-card .elementor-widget-mlc-card-footer .mlc-card-action.mlc-card-action--bookmark.bookmarked:focus,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked:hover,
.mlc-es-bookmark-card .elementor-widget-mlc-bookmark-listing .mlc-card-action.bookmarked:focus {
	--mlc-icon-color: #fff;
}

.elementor-widget-mlc-bookmark-listing,
.elementor-widget-mlc-compare-listing {
	width: auto;
}

/* ----- Card Cover (composite) ----- */

.mlc-card-cover {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--mlc-gallery-placeholder);
}

.mlc-card-cover__link {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
}

.mlc-card-cover .mlc-card-gallery {
	height: 100%;
	min-height: 100%;
}

.mlc-card-cover .mlc-card-gallery__slide {
	min-height: 100%;
}

.mlc-card-cover__head {
	position: absolute;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	pointer-events: none;
}

.mlc-card-cover__head .tooltip-element,
.mlc-card-cover__head .mlc-card-badge,
.mlc-card-cover__head .mlc-card-badge a,
.mlc-card-cover__head .mlc-card-badge i {
	pointer-events: auto;
}

.mlc-card-cover__identity {
	position: absolute;
	right: 15px;
	z-index: 5;
	display: flex;
	align-items: center;
	min-width: 0;
}

/* ----- Card Footer (composite) ----- */

.mlc-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mlc-card-footer--actions-only {
	justify-content: flex-end;
}

.mlc-card-footer .mlc-card-meta {
	flex: 1 1 auto;
	min-width: 0;
}

.mlc-card-footer__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	position: relative;
	z-index: 6;
}

.elementor-widget-mlc-card-footer,
.elementor-widget-mlc-card-footer .elementor-widget-container,
.elementor-widget-mlc-bookmark-listing,
.elementor-widget-mlc-bookmark-listing .elementor-widget-container,
.elementor-widget-mlc-compare-listing,
.elementor-widget-mlc-compare-listing .elementor-widget-container {
	overflow: visible;
}

.mlc-card-footer__actions .tooltip-element,
.mlc-card-action-wrap .tooltip-element {
	position: relative;
	display: inline-flex;
}

.mlc-card-footer__actions .tooltip-element .tooltip-container,
.mlc-card-action-wrap .tooltip-element .tooltip-container {
	transition: opacity 0.15s linear;
	max-width: none;
	padding: 6px 12px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	font-size: 12px;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 100%;
	transform: translate(-50%, -8px);
	left: 50%;
	width: -webkit-max-content;
	width: max-content;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	pointer-events: none;
}

.mlc-card-footer__actions .tooltip-element :hover ~ .tooltip-container,
.mlc-card-action-wrap .tooltip-element :hover ~ .tooltip-container {
	opacity: 0.9;
	visibility: visible;
}

.mlc-card-footer__actions .tooltip-element .tooltip-container:before,
.mlc-card-action-wrap .tooltip-element .tooltip-container:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	transform: translateY(0) rotate(45deg);
	background: #000;
	z-index: -1;
	bottom: -3px;
	left: calc(50% - 4px);
}

.mlc-card-footer__actions .tooltip-element.tooltip-right .tooltip-container,
.mlc-card-action-wrap .tooltip-element.tooltip-right .tooltip-container {
	left: unset;
	right: -10px;
	transform: translateY(-8px);
}

.mlc-card-footer__actions .tooltip-element.tooltip-right .tooltip-container:before,
.mlc-card-action-wrap .tooltip-element.tooltip-right .tooltip-container:before {
	left: unset;
	right: 20px;
}

/* Last footer action sits on the card edge — keep the pill inside. */
.mlc-card-footer__actions .tooltip-element:last-child:not(.tooltip-right) .tooltip-container {
	left: auto;
	right: 0;
	transform: translateY(-8px);
}

.mlc-card-footer__actions .tooltip-element:last-child:not(.tooltip-right) .tooltip-container:before {
	left: auto;
	right: 12px;
}

.mlc-card-footer .mlc-card-action {
	transition-property: color, background-color, border-color, box-shadow;
	transition-duration: 0.2s;
}

/* ----- Quick View location wrapper ----- */

.mlc-es-quick-view {
	display: block;
	width: 100%;
}

.mlc-es-quick-view > .elementor,
.mlc-es-quick-view > .elementor > .e-con,
.mlc-es-quick-view > .elementor > .e-parent {
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

/*
 * Theme modal-content is square and overflow:hidden. Keep it transparent
 * and unclipped so Shell Border Radius / Overflow / Background controls
 * paint the visible box (MyListing default radius is 5px on the control).
 */
.quick-view-modal .modal-dialog .modal-content:has(.mlc-es-quick-view) {
	overflow: visible;
	overscroll-behavior: none;
	background-color: transparent;
	border-radius: 0;
}

/*
 * Theme: `.quick-view-modal > .container { pointer-events: none }` so clicks
 * on the dimmed page close the modal, then `.listing-preview { pointer-events: all }`
 * restores the box. Suite QV is `.mlc-es-quick-view`, not `.listing-preview`,
 * so the cover never received hover except on Head Buttons (`pointer-events: auto`).
 */
.quick-view-modal .modal-content .mlc-es-quick-view {
	pointer-events: all;
}

/*
 * Theme `.modal-open { overflow-y: scroll }` keeps the explore page
 * scrollable under Quick View. Suite locks that only while our modal
 * is open so wheel leftover does not move the page behind.
 */
html.mlc-qv-page-lock,
html.mlc-qv-page-lock body,
html.mlc-qv-page-lock body.modal-open {
	overflow: hidden !important;
	overscroll-behavior: none;
}

.quick-view-modal .mlc-es-quick-view,
.quick-view-modal .mlc-es-quick-view > .elementor,
.quick-view-modal .e-con.mlc-is-quick-view-yes {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.quick-view-modal .mlc-es-quick-view > .elementor {
	padding: 0;
}

/* ----- Quick View Shell ----- */

.e-con.mlc-is-quick-view-yes {
	--mlc-qv-left: 50%;
	--mlc-qv-right: 50%;
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	width: 100%;
	max-width: var(--mlc-qv-max-width);
	min-height: var(--mlc-qv-min-height);
	margin-left: auto;
	margin-right: auto;
	background-color: var(--mlc-qv-bg);
}

.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes,
.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes > .e-con-inner > .e-con {
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-block-start: 0px;
	--padding-block-end: 0px;
	--padding-inline-start: 0px;
	--padding-inline-end: 0px;
	padding: 0 !important;
}

.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes > .e-con-inner,
.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes > .e-con-inner > .e-con > .e-con-inner {
	--gap: 0px;
	--widgets-spacing: 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	gap: 0;
	padding: 0 !important;
}

.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes .elementor-widget-mlc-quick-view-cover,
.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes .elementor-widget-mlc-quick-view-details,
.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes .elementor-widget-mlc-quick-view-map {
	margin: 0;
}

.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes .elementor-widget-mlc-quick-view-cover > .elementor-widget-container,
.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes .elementor-widget-mlc-quick-view-details > .elementor-widget-container,
.e-con.mlc-is-quick-view-yes.mlc-qv-flush-yes .elementor-widget-mlc-quick-view-map > .elementor-widget-container {
	padding: 0;
}

.e-con.mlc-is-quick-view-yes > .e-con-inner {
	display: flex;
	align-items: stretch;
	min-height: inherit;
	gap: 0;
}

.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:first-child {
	flex: 1 1 var(--mlc-qv-left);
	max-width: var(--mlc-qv-left);
	min-width: 0;
	align-self: stretch;
	background-color: var(--mlc-qv-bg);
}

.e-con.mlc-is-quick-view-yes .mlc-qv-details {
	padding-bottom: var(--mlc-qv-bottom-space);
}

.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:last-child,
.e-con.mlc-is-quick-view-yes .mlc-qv-map-column {
	position: relative;
	flex: 1 1 var(--mlc-qv-right);
	max-width: var(--mlc-qv-right);
	min-width: 0;
	align-self: stretch;
}

.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:last-child > .e-con-inner,
.e-con.mlc-is-quick-view-yes .mlc-qv-map-column > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	min-height: 100%;
}

.e-con.mlc-is-quick-view-yes.mlc-qv-no-map > .e-con-inner,
.e-con.mlc-is-quick-view-yes.e-con--column > .e-con-inner {
	flex-direction: column;
}

.e-con.mlc-is-quick-view-yes.mlc-qv-no-map > .e-con-inner > .e-con:first-child,
.e-con.mlc-is-quick-view-yes.e-con--column > .e-con-inner > .e-con:first-child,
.e-con.mlc-is-quick-view-yes.e-con--column > .e-con-inner > .e-con:last-child {
	flex: 1 1 auto;
	max-width: 100%;
	width: 100%;
}

.e-con.mlc-is-quick-view-yes.mlc-qv-no-map > .e-con-inner > .e-con:last-child {
	display: none;
}

body.elementor-editor-active .mlc-is-quick-view-yes .mlc-qv-column-hint,
body.elementor-editor-active .mlc-is-preview-card-yes .mlc-qv-column-hint {
	position: absolute;
	top: 10px;
	left: 12px;
	right: 12px;
	z-index: 1;
	padding: 6px 10px;
	border-radius: 4px;
	background: rgba(70, 90, 255, 0.12);
	color: #1f2937;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	pointer-events: none;
}

body.elementor-editor-active .mlc-is-quick-view-yes .elementor-empty-view,
body.elementor-editor-active .mlc-is-preview-card-yes .elementor-empty-view {
	position: relative;
}

@media (max-width: 767px) {
	.e-con.mlc-is-quick-view-yes > .e-con-inner {
		flex-direction: column;
	}

	.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:first-child,
	.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:last-child,
	.e-con.mlc-is-quick-view-yes .mlc-qv-map-column {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

	.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:last-child,
	.e-con.mlc-is-quick-view-yes .mlc-qv-map-column {
		min-height: var(--mlc-qv-map-min-height);
	}
}

/* ----- Quick View Cover ----- */

.mlc-qv-cover {
	position: relative;
	width: 100%;
}

.mlc-qv-cover .mlc-card-gallery {
	position: relative;
	height: var(--mlc-qv-cover-height);
	min-height: var(--mlc-qv-cover-height);
	overflow: hidden;
	background: var(--mlc-qv-cover-placeholder);
}

.mlc-qv-cover .mlc-card-gallery__slide {
	min-height: 100%;
}

.mlc-qv-cover .mlc-card-gallery__slide--placeholder {
	background-color: var(--mlc-qv-cover-placeholder);
}

.elementor-widget-mlc-quick-view-cover.mlc-qv-identity-overlay .mlc-qv-cover {
	height: var(--mlc-qv-cover-height);
	overflow: hidden;
}

.elementor-widget-mlc-quick-view-cover.mlc-qv-identity-overlay .mlc-qv-cover .mlc-card-gallery {
	height: 100%;
	min-height: 100%;
}

.mlc-qv-cover__head {
	position: absolute;
	z-index: 6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	pointer-events: none;
}

/*
 * Head pills use shared .mlc-card-badge chrome. Cover Style controls own color.
 */
.mlc-qv-cover__head .tooltip-element,
.mlc-qv-cover__head .mlc-card-badge,
.mlc-qv-cover__head .mlc-card-badge a,
.mlc-qv-cover__head .mlc-card-badge i {
	pointer-events: auto;
}

.mlc-qv-cover__head .mlc-card-badge a,
.mlc-qv-cover__head .mlc-card-badge i,
.mlc-qv-cover__head .mlc-card-badge i:before,
.mlc-qv-cover__head .mlc-card-badge svg,
.mlc-qv-cover__head .mlc-card-badge .listing-rating,
.mlc-qv-cover__head .mlc-card-badge .rating-stars,
.mlc-qv-cover__head .mlc-card-badge.formatted .event-date,
.mlc-qv-cover__head .mlc-card-badge.formatted .rent-price,
.mlc-qv-cover__head .mlc-card-badge .status-name {
	color: inherit;
	fill: currentColor;
	background: transparent;
	border: none;
	box-shadow: none;
	position: static;
	padding: 0;
	margin: 0;
}

.mlc-qv-cover__identity {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.mlc-qv-cover .mlc-card-gallery > .mlc-qv-cover__identity,
.elementor-widget-mlc-quick-view-cover.mlc-qv-identity-overlay .mlc-qv-cover__identity {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	border-bottom: 0;
}

/* Theme `.lf-item-info > h4` layout. Font and color come from Cover Style → Title. */
.elementor-widget-mlc-quick-view-cover h4.mlc-card-title.mlc-qv-cover__title,
.elementor-widget-mlc-quick-view-cover h4.mlc-qv-cover__title {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
	color: var(--mlc-qv-title-color) !important;
}

.elementor-widget-mlc-quick-view-cover h4.mlc-qv-cover__title a,
.elementor-widget-mlc-quick-view-cover .mlc-card-title.mlc-qv-cover__title a {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--mlc-qv-title-color) !important;
	text-decoration: none;
}

.elementor-widget-mlc-quick-view-cover .mlc-qv-cover__title .verified-listing {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.mlc-qv-cover__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--mlc-qv-info-color);
}

.mlc-qv-info-inline .mlc-qv-cover__info {
	flex-direction: row;
	flex-wrap: wrap;
}

.mlc-qv-cover__info-item {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.mlc-qv-cover__info-icon {
	display: inline-flex;
	line-height: 1;
	color: var(--mlc-qv-info-icon-color);
}

.mlc-qv-cover__info-icon i {
	color: inherit;
}

.mlc-qv-cover__info-icon svg {
	fill: currentColor;
}

/* ----- Quick View Details ----- */

.elementor-widget-mlc-quick-view-details .mlc-qv-details__head .title-style-1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--mlc-qv-heading-icon-gap, 6px);
}

.elementor-widget-mlc-quick-view-details .mlc-qv-details__head .title-style-1 h5,
.elementor-widget-mlc-quick-view-details .mlc-qv-details__head .title-style-1 .mlc-qv-details__icon,
.elementor-widget-mlc-quick-view-details .mlc-qv-details__head .title-style-1 i {
	float: none;
	padding-right: 0;
}

.elementor-widget-mlc-quick-view-details .mlc-qv-details__icon {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.mlc-es-quick-view .mlc-qv-details {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-height: 0;
}

.mlc-es-quick-view .mlc-qv-details > .grid-item {
	width: 100%;
	float: none;
	flex: 0 0 auto;
	margin: 0;
	min-height: 0;
}

.mlc-es-quick-view .mlc-qv-details__block {
	min-height: 0;
}

.elementor-widget-mlc-quick-view-details,
.elementor-widget-mlc-quick-view-details > .elementor-widget-container {
	min-height: 0;
	overflow: visible;
}

/*
 * Theme: `.quick-view-modal .grid-item .element { max-height: 200px; overflow-y: auto }`.
 * Same contract on Suite Details — do not set max-height: none on .element.
 */
/*
 * Description scroll lives on .mlc-qv-details__scroll — not on .element.
 * Elementor flex was expanding .element so max-height never created a scrollport.
 */
.elementor-widget-mlc-quick-view-details .mlc-qv-details--scroll .element.mlc-qv-details__block,
.mlc-es-quick-view .mlc-qv-details--scroll .element.mlc-qv-details__block,
.quick-view-modal .mlc-es-quick-view .mlc-qv-details--scroll .element.mlc-qv-details__block {
	max-height: none !important;
	overflow: visible !important;
	height: auto !important;
}

/* Scrollbar tokens come from Style → Scrollbar on {{WRAPPER}}. */

.elementor-widget-mlc-quick-view-details .mlc-qv-details__scroll,
.mlc-es-quick-view .mlc-qv-details__scroll,
.quick-view-modal .mlc-es-quick-view .mlc-qv-details__scroll {
	display: block;
	box-sizing: border-box;
	max-height: var(--mlc-qv-scroll-max);
	height: var(--mlc-qv-scroll-max);
	min-height: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--mlc-qv-scrollbar-thumb) transparent;
}

.elementor-widget-mlc-quick-view-details .mlc-qv-details__scroll::-webkit-scrollbar,
.mlc-es-quick-view .mlc-qv-details__scroll::-webkit-scrollbar {
	width: var(--mlc-qv-scrollbar-width);
}

.elementor-widget-mlc-quick-view-details .mlc-qv-details__scroll::-webkit-scrollbar-track,
.mlc-es-quick-view .mlc-qv-details__scroll::-webkit-scrollbar-track {
	background: transparent;
}

.elementor-widget-mlc-quick-view-details .mlc-qv-details__scroll::-webkit-scrollbar-thumb,
.mlc-es-quick-view .mlc-qv-details__scroll::-webkit-scrollbar-thumb,
.elementor-widget-mlc-quick-view-details .mlc-qv-details__scroll:hover::-webkit-scrollbar-thumb,
.mlc-es-quick-view .mlc-qv-details__scroll:hover::-webkit-scrollbar-thumb,
.elementor-widget-mlc-quick-view-details .mlc-qv-details__scroll::-webkit-scrollbar-thumb:hover,
.mlc-es-quick-view .mlc-qv-details__scroll::-webkit-scrollbar-thumb:hover {
	background: var(--mlc-qv-scrollbar-thumb);
	background-color: var(--mlc-qv-scrollbar-thumb);
	border-radius: 99px;
}

.mlc-es-quick-view .mlc-qv-details__description {
	margin: 0;
}

.mlc-es-quick-view .mlc-qv-details__description p:first-child {
	margin-top: 0;
}

.mlc-es-quick-view .mlc-qv-details__description p:last-child {
	margin-bottom: 0;
}

.mlc-qv-details__terms {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mlc-qv-terms-inline .mlc-qv-details__terms,
.mlc-qv-terms-columns .mlc-qv-details__terms {
	flex-direction: row;
	flex-wrap: wrap;
}

.mlc-qv-terms-columns .mlc-qv-details__term {
	width: 50%;
	box-sizing: border-box;
}

.mlc-qv-details__term a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.mlc-qv-details__term-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	flex-shrink: 0;
	color: #fff;
}

.mlc-qv-details__term-icon i,
.mlc-qv-details__term-icon svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 1;
}

/* ----- Quick View Map ----- */

.e-con.mlc-is-quick-view-yes > .e-con-inner > .e-con:last-child .elementor-widget-mlc-quick-view-map,
.e-con.mlc-is-quick-view-yes .mlc-qv-map-column .elementor-widget-mlc-quick-view-map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.elementor-widget-mlc-quick-view-map,
.elementor-widget-mlc-quick-view-map > .elementor-widget-container,
.mlc-qv-map,
.mlc-qv-map .c27-map {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: var(--mlc-qv-map-min-height, 100%);
}

.mlc-qv-map--placeholder {
	min-height: var(--mlc-qv-map-min-height, 240px);
	background: #e8e8e8;
}

.elementor-widget-mlc-remove-bookmark .mlc-remove-bookmark.elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

/* ----- Search widget ----- */

.elementor-widget-mlc-search .mlc-search {
	position: relative;
}

.elementor-widget-mlc-search .mlc-search__form {
	position: relative;
	width: 100%;
}

.elementor-widget-mlc-search .mlc-search__container {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-mlc-search.mlc-search--skin-classic {
	--mlc-search-form-gap: 0px;
}

.elementor-widget-mlc-search.mlc-search--skin-classic .mlc-search__submit {
	position: relative;
	z-index: 1;
	border-start-start-radius: calc(var(--mlc-search-submit-ss, 5px) * min(1px, var(--mlc-search-form-gap, 0px)) / 1px);
	border-end-start-radius: calc(var(--mlc-search-submit-es, 5px) * min(1px, var(--mlc-search-form-gap, 0px)) / 1px);
	margin-inline-start: min(0px, calc(var(--mlc-search-form-gap, 0px) - 2px));
}

/* Theme input underline (border-bottom). Elementor Input Border Width overrides this. */
.mlc-search__input {
	border: 0;
}

.elementor-widget-mlc-search .mlc-search__input {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	outline: none;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

/* Classic paints chrome on the input so form_gap shows page color. Other skins keep the field transparent. */
.elementor-widget-mlc-search:not(.mlc-search--skin-classic) .mlc-search__input {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.elementor-widget-mlc-search .mlc-search__input::-webkit-search-decoration,
.elementor-widget-mlc-search .mlc-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.elementor-widget-mlc-search .mlc-search__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.elementor-widget-mlc-search .mlc-search__submit {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	margin: 0;
	cursor: pointer;
}

.elementor-widget-mlc-search .mlc-search__submit svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-mlc-search:not(.mlc-search--skin-full_screen) .mlc-search__results {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 20;
	overflow: auto;
	box-sizing: border-box;
}

.elementor-widget-mlc-search.mlc-search--dropdown-width-auto:not(.mlc-search--skin-full_screen) .mlc-search__results,
.elementor-widget-mlc-search.mlc-search--dropdown-width-custom:not(.mlc-search--skin-full_screen) .mlc-search__results {
	width: fit-content;
	max-width: 100%;
	margin-inline-start: var(--mlc-search-dropdown-margin-start, 0);
	margin-inline-end: var(--mlc-search-dropdown-margin-end, auto);
}

.elementor-widget-mlc-search.mlc-search--dropdown-width-custom:not(.mlc-search--skin-full_screen) .mlc-search__results {
	width: var(--mlc-search-dropdown-custom-width);
}

.elementor-widget-mlc-search.mlc-search--dropdown-width-input:not(.mlc-search--skin-full_screen) .mlc-search__results {
	inset-inline-start: 0;
	inset-inline-end: auto;
	width: var(--mlc-search-input-width, auto);
	max-width: 100%;
}

.elementor-widget-mlc-search .mlc-search__results[hidden] {
	display: none;
}

.elementor-widget-mlc-search .mlc-search__results-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-mlc-search .mlc-search__results-list li {
	margin: 0;
}

.elementor-widget-mlc-search .mlc-search__results-list li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.elementor-widget-mlc-search .mlc-search__results-list li a:not(.mlc-search__no-results-link) {
	color: inherit;
	padding: 8px 12px;
}

.elementor-widget-mlc-search .mlc-search__results-list .ir-cat {
	padding: 8px 12px 4px;
	font-weight: 600;
	pointer-events: none;
}

.elementor-widget-mlc-search .mlc-search__results-list .mlc-search__no-results {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: var(--mlc-search-no-results-padding, 8px 12px);
	text-align: var(--mlc-search-no-results-justify, start);
	margin-inline-start: var(--mlc-search-no-results-margin-start, 0);
	margin-inline-end: var(--mlc-search-no-results-margin-end, 0);
}

.elementor-widget-mlc-search.mlc-search--no-results-width-auto .mlc-search__results-list .mlc-search__no-results {
	width: fit-content;
}

.elementor-widget-mlc-search.mlc-search--no-results-width-custom .mlc-search__results-list .mlc-search__no-results {
	width: var(--mlc-search-no-results-custom-width);
}

.elementor-widget-mlc-search .mlc-search__results-list .mlc-search__no-results:not(:has(a)) {
	display: flex;
	align-items: center;
	gap: var(--mlc-search-no-results-icon-gap, 8px);
	justify-content: var(--mlc-search-no-results-justify, start);
	cursor: default;
}

.elementor-widget-mlc-search .mlc-search__results-list .mlc-search__no-results:has(a) {
	padding: 0;
}

.elementor-widget-mlc-search .mlc-search__results-list .mlc-search__no-results-link {
	width: 100%;
	box-sizing: border-box;
	padding: var(--mlc-search-no-results-padding, 8px 12px);
	justify-content: var(--mlc-search-no-results-justify, start);
	gap: var(--mlc-search-no-results-icon-gap, 8px);
}

.elementor-widget-mlc-search .mlc-search__results-list .mlc-search__no-results-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.elementor-widget-mlc-search .mlc-search__results-list .mlc-search__no-results-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-mlc-search.mlc-search--no-results-width-auto .mlc-search__results-list .mlc-search__no-results-link {
	width: auto;
}

.elementor-widget-mlc-search .mlc-search__results-list .avatar {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 50%;
}

.elementor-widget-mlc-search .mlc-search__results-list .avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-mlc-search .mlc-search__results-list .cat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	flex-shrink: 0;
}

.elementor-widget-mlc-search .mlc-search__loader {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
}

.elementor-widget-mlc-search .mlc-search__loader[hidden] {
	display: none;
}

.elementor-widget-mlc-search .mlc-search__spinner {
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: mlc-search-spin 0.6s linear infinite;
}

@keyframes mlc-search-spin {
	to {
		transform: rotate(360deg);
	}
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__toggle {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--mlc-search-toggle-size, 33px);
	height: var(--mlc-search-toggle-size, 33px);
	padding: 0;
	margin: 0;
	border-style: solid;
	border-width: var(--mlc-search-toggle-border-width, 0);
	border-color: var(--mlc-search-toggle-border-color, var(--mlc-search-toggle-color, #33373d));
	border-radius: var(--mlc-search-toggle-border-radius, 3px);
	color: var(--mlc-search-toggle-color, #33373d);
	background-color: var(--mlc-search-toggle-bg, rgba(0, 0, 0, 0.05));
	box-shadow: none;
	cursor: pointer;
	line-height: 1;
	font-size: var(--mlc-search-toggle-size, 33px);
	vertical-align: middle;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__toggle:hover,
.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__toggle:focus {
	color: var(--mlc-search-toggle-color-hover, var(--mlc-search-toggle-color, #33373d));
	background-color: var(--mlc-search-toggle-bg-hover, var(--mlc-search-toggle-bg, rgba(0, 0, 0, 0.05)));
	border-color: var(--mlc-search-toggle-border-color-hover, var(--mlc-search-toggle-color-hover, var(--mlc-search-toggle-border-color, var(--mlc-search-toggle-color, #33373d))));
	outline: none;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__toggle i {
	display: block;
	font-size: var(--mlc-search-toggle-icon-size, 0.55em);
	line-height: 1;
	color: inherit;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__toggle svg {
	display: block;
	width: var(--mlc-search-toggle-icon-size, 0.55em);
	height: var(--mlc-search-toggle-icon-size, 0.55em);
	fill: currentColor;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__overlay {
	display: none;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	inset: 0;
	z-index: 99999;
	padding: 48px 8%;
	box-sizing: border-box;
	background-color: var(--mlc-search-overlay-bg, rgba(0, 0, 0, 0.85));
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__close {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--mlc-search-input-color, #ffffff);
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search__close svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__form {
	width: min(800px, 100%);
	margin: 0 auto;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__container {
	background: transparent;
	border: 0;
	min-height: 0;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__input {
	width: 100%;
	min-height: 1.2em;
	padding: 8px 4px;
	text-align: center;
	color: var(--mlc-search-input-color, #ffffff);
	background-color: transparent;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: var(--mlc-search-input-border, #ffffff);
	font-size: 50px;
	line-height: 1.5;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__input::placeholder,
.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__input::-webkit-input-placeholder {
	color: var(--mlc-search-placeholder-color, rgba(255, 255, 255, 0.7));
	opacity: 1;
}

.elementor-widget-mlc-search.mlc-search--skin-full_screen .mlc-search.is-open .mlc-search__results {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 100%;
	margin-top: 16px;
	overflow: auto;
	max-height: min(50vh, 400px);
}

body.mlc-search-overlay-open {
	overflow: hidden;
}
