.resido-widget--grid .resido-widget__shell {
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.resido-widget--grid .resido-widget__shell::before {
	display: none;
}

.resido-widget--grid .resido-section-header {
	margin-bottom: 36px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 0;
	border-bottom: 0;
}

.resido-widget--grid .resido-section-header__title {
	margin: 0;
	color: #16233b;
	font-size: clamp(42px, 4.8vw, 64px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.06em;
}

.resido-widget--grid .resido-section-header__description,
.resido-widget--grid .resido-section-header__kicker {
	display: none;
}

.resido-widget--grid .resido-section-header__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 0 0 auto;
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid rgba(210, 121, 59, 0.34);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #c9773f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.resido-widget--grid .resido-section-header__button:hover {
	background: rgba(210, 121, 59, 0.06);
	color: #c9773f;
	transform: none;
}

.resido-widget--grid .resido-properties-grid,
.resido-widget--grid .resido-slider--property-grid {
	align-items: stretch;
}

.resido-widget--grid .resido-slider--property-grid {
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__viewport {
	overflow: hidden;
	margin: 0;
	padding-right: 0;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__slide {
	height: auto;
}

.resido-widget--grid .resido-property-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #ddb77f;
	border-radius: 0;
	box-shadow: none;
}

.resido-widget--grid .resido-property-card.is-inactive {
	filter: grayscale(1);
	opacity: 0.68;
}

.resido-widget--grid .resido-property-card__media {
	aspect-ratio: 1.45 / 1;
	border-radius: 0;
	background: #ede7de;
}

.resido-widget--grid .resido-property-card__media::after,
.resido-widget--grid .resido-property-card__topline {
	display: none;
}

.resido-widget--grid .resido-property-card__badge {
	top: 38px;
	left: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 0;
	background: #3f5fa5;
	backdrop-filter: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.resido-widget--grid .resido-property-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 32px 34px 30px;
}

.resido-widget--grid .resido-property-card__location {
	position: relative;
	margin: 0 0 28px;
	padding-left: 34px;
	color: #3d2b22;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

.resido-widget--grid .resido-property-card__location::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 0;
	background: no-repeat center / 22px 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11 20C14.5 15.6 18 12.4 18 8.75C18 4.47 14.87 1.5 11 1.5C7.13 1.5 4 4.47 4 8.75C4 12.4 7.5 15.6 11 20Z' stroke='%23D28B43' stroke-width='1.6'/%3E%3Ccircle cx='11' cy='8.7' r='2.3' stroke='%23D28B43' stroke-width='1.6'/%3E%3C/svg%3E");
}

.resido-widget--grid .resido-property-card__title {
	margin: 0 0 34px;
	color: #3d2b22;
	font-size: clamp(28px, 2.4vw, 36px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.05em;
}

.resido-widget--grid .resido-property-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 34px;
	padding: 0;
	margin: 0 0 34px;
	border: 0;
}

.resido-widget--grid .resido-property-card__facts li {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding-left: 34px;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.resido-widget--grid .resido-property-card__facts li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 0;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
}

.resido-widget--grid .resido-property-card__facts li:first-child::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M3.5 10.5L11 3.5L18.5 10.5' stroke='%23D28B43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 9.5V18H16.5V9.5' stroke='%23D28B43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.resido-widget--grid .resido-property-card__facts li:last-child::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M3.5 5H18.5V17H3.5V5Z' stroke='%23D28B43' stroke-width='1.6'/%3E%3Cpath d='M8 5V17' stroke='%23D28B43' stroke-width='1.6'/%3E%3Cpath d='M14 9.5H18.5' stroke='%23D28B43' stroke-width='1.6'/%3E%3Cpath d='M14 12.5H18.5' stroke='%23D28B43' stroke-width='1.6'/%3E%3Cpath d='M3.5 9.5H8' stroke='%23D28B43' stroke-width='1.6'/%3E%3Cpath d='M3.5 12.5H8' stroke='%23D28B43' stroke-width='1.6'/%3E%3C/svg%3E");
}

.resido-widget--grid .resido-price {
	margin-bottom: 12px;
	color: #3d2b22;
	font-size: clamp(32px, 2.6vw, 42px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
}

.resido-widget--grid .resido-property-card__unit-price {
	margin-bottom: 36px;
	color: #6f6b67;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

.resido-widget--grid .resido-property-card__excerpt {
	display: none;
}

.resido-widget--grid .resido-property-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: auto;
	padding-top: 0;
	border-top: 0;
}

.resido-widget--grid .resido-property-card__reference {
	color: #7a7772;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.25;
}

.resido-widget--grid .resido-property-card__button {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-top: 0;
	padding-top: 0;
	color: #3d2b22;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.resido-widget--grid .resido-property-card__button.has-custom-icon::after {
	display: none;
}

.resido-widget--grid .resido-property-card__button-icon {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.resido-widget--grid .resido-property-card__button::after {
	content: "\2192";
	color: #d28b43;
	font-size: 24px;
	font-weight: 400;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	margin: 34px 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(29, 36, 49, 0.08);
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__meta {
	flex: 1 1 100%;
	width: 100%;
	display: block;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__progress {
	height: 10px;
	border-radius: 999px;
	background: #f2ede3;
	overflow: hidden;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__progress-bar {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: #4765a6;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__arrows {
	display: flex;
	gap: 14px;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__arrow {
	width: 40px;
	height: 40px;
	border: 0;
	background: #4765a6;
	color: #fff;
	cursor: pointer;
}

.resido-widget--grid .resido-slider--property-grid .resido-slider__arrow:disabled {
	opacity: .45;
	cursor: default;
}

@media (max-width: 1279px) {
	.resido-widget--grid .resido-properties-grid {
		gap: 24px;
	}

	.resido-widget--grid .resido-property-card__body {
		padding: 24px 24px 22px;
	}

	.resido-widget--grid .resido-property-card__badge {
		top: 24px;
		left: 24px;
		min-height: 42px;
		padding: 10px 14px;
		font-size: 12px;
	}

	.resido-widget--grid .resido-property-card__location,
	.resido-widget--grid .resido-property-card__facts li,
	.resido-widget--grid .resido-property-card__unit-price,
	.resido-widget--grid .resido-property-card__reference,
	.resido-widget--grid .resido-property-card__button {
		font-size: 16px;
	}

	.resido-widget--grid .resido-property-card__title {
		margin-bottom: 24px;
		font-size: 24px;
	}

	.resido-widget--grid .resido-property-card__facts,
	.resido-widget--grid .resido-property-card__unit-price {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.resido-widget--grid .resido-section-header {
		align-items: flex-start;
		margin-bottom: 24px;
	}

	.resido-widget--grid .resido-section-header__title {
		font-size: clamp(34px, 12vw, 48px);
	}

	.resido-widget--grid .resido-properties-grid {
		gap: 20px;
	}

	.resido-widget--grid .resido-property-card__body {
		padding: 20px 18px 18px;
	}

	.resido-widget--grid .resido-property-card__badge {
		top: 18px;
		left: 18px;
		min-height: 38px;
		padding: 9px 12px;
		font-size: 11px;
	}

	.resido-widget--grid .resido-property-card__location,
	.resido-widget--grid .resido-property-card__facts li,
	.resido-widget--grid .resido-property-card__unit-price,
	.resido-widget--grid .resido-property-card__reference,
	.resido-widget--grid .resido-property-card__button {
		font-size: 15px;
	}

	.resido-widget--grid .resido-property-card__location,
	.resido-widget--grid .resido-property-card__facts li {
		padding-left: 30px;
	}

	.resido-widget--grid .resido-property-card__location::before,
	.resido-widget--grid .resido-property-card__facts li::before {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}

	.resido-widget--grid .resido-property-card__location {
		margin-bottom: 18px;
	}

	.resido-widget--grid .resido-property-card__title {
		margin-bottom: 22px;
		font-size: 22px;
	}

	.resido-widget--grid .resido-property-card__facts {
		gap: 12px 20px;
		margin-bottom: 22px;
	}

	.resido-widget--grid .resido-price {
		margin-bottom: 8px;
		font-size: 28px;
	}

	.resido-widget--grid .resido-property-card__unit-price {
		margin-bottom: 24px;
	}

	.resido-widget--grid .resido-property-card__button::after {
		font-size: 20px;
	}

	.resido-widget--grid .resido-slider--property-grid .resido-slider__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.resido-widget--grid .resido-slider--property-grid .resido-slider__arrows {
		align-self: flex-end;
	}

	.resido-widget--grid .resido-slider--property-grid .resido-slider__arrow {
		width: 40px;
		height: 40px;
	}
}
