.goldstay-property-card:not(.goldstay-card-custom-hover-shadow):hover {
	box-shadow: none;
}

.goldstay-carousel {
	position: relative;
	overflow: hidden;
	padding: 4px 2px 48px;
}

.goldstay-properties.is-carousel {
	display: flex !important;
	grid-template-columns: none !important;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	touch-action: pan-y;
	will-change: transform;
}

.goldstay-properties.is-carousel .goldstay-property-card {
	min-width: 0;
}

.elementor-widget-goldstay-imoveis button.goldstay-carousel-arrow {
	position: absolute;
	z-index: 2;
	bottom: 0;
	display: inline-flex !important;
	box-sizing: border-box !important;
	width: var(--goldstay-arrow-size, 38px) !important;
	min-width: 0 !important;
	max-width: var(--goldstay-arrow-size, 38px) !important;
	height: var(--goldstay-arrow-size, 38px) !important;
	min-height: 0 !important;
	max-height: var(--goldstay-arrow-size, 38px) !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e3e3df !important;
	border-radius: 50% !important;
	outline: 0;
	background-color: var(--goldstay-arrow-bg, #fff) !important;
	background-image: none !important;
	color: var(--goldstay-arrow-color, #171717) !important;
	box-shadow: none !important;
	font-family: Arial, sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-transform: none !important;
	vertical-align: middle !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	transition: 0.2s ease;
}

.elementor-widget-goldstay-imoveis button.goldstay-carousel-arrow:hover,
.elementor-widget-goldstay-imoveis button.goldstay-carousel-arrow:focus {
	border-color: #171717;
	background-color: #171717 !important;
	background-image: none !important;
	color: #fff !important;
	box-shadow: none !important;
}

.goldstay-carousel-arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.goldstay-carousel-arrow.is-prev { right: 48px; }
.goldstay-carousel-arrow.is-next { right: 2px; }

.elementor-widget-goldstay-imoveis button.goldstay-carousel-arrow[hidden],
.goldstay-carousel.has-no-overflow .goldstay-carousel-arrow {
	display: none !important;
}

.goldstay-carousel.arrows-sides .goldstay-carousel-arrow {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.goldstay-carousel.arrows-sides .goldstay-carousel-arrow.is-prev {
	right: auto;
	left: 12px;
}

.goldstay-carousel.arrows-sides .goldstay-carousel-arrow.is-next {
	right: 12px;
}

.goldstay-carousel.is-equal-height .goldstay-properties.is-carousel {
	align-items: stretch;
}

.goldstay-carousel.is-equal-height .goldstay-property-card {
	display: flex;
	flex-direction: column;
	height: auto !important;
	align-self: stretch;
}

.goldstay-carousel.is-equal-height .goldstay-property-content {
	flex: 1 1 auto;
}

.goldstay-carousel.is-equal-height .goldstay-property-button {
	margin-top: auto;
}

.goldstay-carousel-dots {
	position: absolute;
	bottom: 14px;
	left: 2px;
	display: flex;
	align-items: center;
	gap: 7px;
}

.goldstay-carousel-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d1d1cc;
	cursor: pointer;
	transition: 0.2s ease;
}

.goldstay-carousel-dots button.is-active {
	width: 22px;
	border-radius: 99px;
	background: #171717;
}

.goldstay-properties-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.goldstay-properties-pagination a,
.goldstay-properties-pagination span {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 13px;
	border: 1px solid #e3e3df;
	border-radius: 9px;
	background: #fff;
	color: #272727;
	text-decoration: none;
}

.goldstay-properties-pagination a:hover,
.goldstay-properties-pagination .current {
	border-color: #171717;
	background: #171717;
	color: #fff;
}

.elementor-widget-container.is-ajax-loading > .goldstay-properties,
.elementor-widget-container.is-ajax-loading > .goldstay-carousel,
.elementor-widget-container.is-ajax-loading > .goldstay-properties-empty,
.elementor-widget-container.is-ajax-loading > .goldstay-properties-pagination {
	display: none !important;
}

.goldstay-properties-skeleton {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 4px;
}

.goldstay-skeleton-card {
	overflow: hidden;
	padding: 0 18px 22px;
	border: 1px solid #ecece8;
	border-radius: 14px;
	background: #fff;
}

.goldstay-skeleton-image,
.goldstay-skeleton-line {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 7px;
	background: #eeeee9;
}

.goldstay-skeleton-image {
	height: 220px;
	margin: 0 -18px 22px;
	border-radius: 0;
}

.goldstay-skeleton-line {
	height: 13px;
	margin-top: 12px;
}

.goldstay-skeleton-line.is-title { width: 68%; height: 20px; }
.goldstay-skeleton-line.is-short { width: 45%; }

.goldstay-skeleton-image::after,
.goldstay-skeleton-line::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
	content: "";
	transform: translateX(-100%);
	animation: goldstay-skeleton-shimmer 1.25s infinite;
}

@keyframes goldstay-skeleton-shimmer {
	100% { transform: translateX(100%); }
}

@media (max-width: 1024px) {
	.goldstay-properties-skeleton { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.goldstay-properties-skeleton .goldstay-skeleton-card:last-child { display: none; }
}

@media (max-width: 767px) {
	.goldstay-properties-skeleton { grid-template-columns: 1fr; }
	.goldstay-properties-skeleton .goldstay-skeleton-card:not(:first-child) { display: none; }
}

.goldstay-property-button {
	box-sizing: border-box;
}

.goldstay-property-status-badge {
	padding: 7px 11px;
	border-radius: 6px;
	background: #171717;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.goldstay-properties-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.goldstay-properties-heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.goldstay-properties-header-title {
	margin: 0;
	color: #101828;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

.goldstay-properties-count {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 4px;
	background: #f2f4f7;
	color: #667085;
	font-size: 10px;
	line-height: 1.2;
	white-space: nowrap;
}

.goldstay-properties-all {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 12px;
	color: #101828;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease;
}

.goldstay-properties-all:hover,
.goldstay-properties-all:focus {
	color: #39765f;
	text-decoration: none;
}

.goldstay-properties-all-arrow {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
}

.goldstay-property-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 28px;
	padding: 14px;
	border: 1px solid #ecece8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(16, 24, 40, 0.055);
}

.goldstay-property-filter-primary,
.goldstay-property-filter-advanced {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: inherit;
}

.goldstay-property-filter-advanced {
	flex-basis: 100%;
	width: 100%;
	padding-top: 12px;
	border-top: 1px solid #ecece8;
}

.goldstay-property-filter-advanced[hidden] {
	display: none;
}

.goldstay-property-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 11px 15px;
	border: 1px solid #e6e6e2;
	border-radius: 10px;
	background: #fdfdfc;
	color: #222;
	font: inherit;
	cursor: pointer;
}

.goldstay-property-filter-toggle [aria-hidden] {
	transition: transform 0.2s ease;
}

.goldstay-property-filter-toggle[aria-expanded="true"] [aria-hidden] {
	transform: rotate(180deg);
}

.goldstay-property-filter-status {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: max-content;
}

.goldstay-property-filter select {
	box-sizing: border-box;
	min-height: 48px;
	padding: 11px 15px;
	border: 1px solid #e6e6e2;
	border-radius: 10px;
	background-color: #fdfdfc;
	color: #222;
	font: inherit;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.goldstay-property-filter select {
	width: auto !important;
	min-width: 135px;
	flex: 1 1 135px;
	padding-right: 40px;
	background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
	background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	appearance: none;
}

.goldstay-property-filter .goldstay-filter-status {
	min-width: 135px;
	font-weight: 600;
}

.goldstay-property-filter .goldstay-filter-bairro {
	min-width: 155px;
}

.goldstay-property-filter select:hover,
.goldstay-property-filter select:focus {
	border-color: #8f8e88;
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.055), 0 5px 16px rgba(16, 24, 40, 0.07);
	outline: none;
}

.goldstay-property-filter-status button {
	min-height: 40px;
	padding: 9px 15px;
	border-radius: 999px;
}

.goldstay-property-filter-status button.is-active {
	border-color: #111;
	background: #111;
	color: #fff;
	box-shadow: 0 5px 14px rgba(17, 17, 17, 0.16);
}

.goldstay-property-filter-clear {
	margin-left: auto;
	color: #555;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
}

.goldstay-property-filter-clear:hover {
	color: #111;
	text-decoration: underline;
}

.goldstay-property-filter-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 8px;
	padding: 11px 20px;
	border: 1px solid #111;
	border-radius: 10px;
	background: #111;
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	transition: opacity .2s ease;
}

.goldstay-property-filter-submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.goldstay-property-filter-submit-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.goldstay-property-filter-submit:hover,
.goldstay-property-filter-submit:focus {
	opacity: .86;
}

@media (max-width: 1024px) {
	.goldstay-property-filter-status {
		width: 100%;
	}

	.goldstay-property-filter select {
		flex-basis: calc(50% - 6px);
	}
}

@media (max-width: 767px) {
	.goldstay-properties-header {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 14px;
	}

	.goldstay-properties-header-title {
		font-size: 24px;
	}

	.goldstay-property-filter {
		align-items: stretch;
		padding: 12px;
	}

	.goldstay-property-filter select {
		width: 100% !important;
		flex: 1 1 100%;
	}

	.goldstay-property-filter-primary,
	.goldstay-property-filter-advanced,
	.goldstay-property-filter-toggle,
	.goldstay-property-filter-submit {
		width: 100%;
	}

	.goldstay-property-filter-status {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 3px;
		scrollbar-width: thin;
	}

	.goldstay-property-filter-clear {
		width: 100%;
		margin-left: 0;
	}
}
