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

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

.resido-widget--grid-full-list .resido-section-header {
	margin-bottom: 28px;
	padding-bottom: 0;
	border-bottom: 0;
}

.resido-widget--grid-full-list .resido-section-header__title {
	font-size: clamp(42px, 4.8vw, 64px);
	line-height: 0.98;
	letter-spacing: -0.06em;
}

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

.resido-widget--grid-full-list .resido-property-filters {
	margin-bottom: 20px;
	border: 1px solid #ead7c2;
	background: #fff;
}

.resido-widget--grid-full-list .resido-property-filters__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 18px 0;
}

.resido-widget--grid-full-list .resido-property-filters__top:has(+ .resido-property-filters__body[hidden]) {
	padding-bottom: 18px;
}

.resido-widget--grid-full-list .resido-property-filters__title {
	margin: 0;
	color: #3d2b22;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

.resido-widget--grid-full-list .resido-property-filters__toggle,
.resido-widget--grid-full-list .resido-property-filters__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid #d7ab79;
	background: transparent;
	color: #3d2b22;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.resido-widget--grid-full-list .resido-property-filters__body {
	padding: 16px 18px 18px;
}

.resido-widget--grid-full-list .resido-property-filters__body[hidden] {
	display: none;
}

.resido-widget--grid-full-list .resido-property-filters__grid {
	display: grid;
	grid-template-columns: 1.15fr 1.15fr repeat(3, minmax(0, 1fr));
	gap: 18px 14px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(61, 43, 34, 0.16);
}

.resido-widget--grid-full-list .resido-property-filters__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.resido-widget--grid-full-list .resido-property-filters__field label {
	color: #3d2b22;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.resido-widget--grid-full-list .resido-property-filters__field input,
.resido-widget--grid-full-list .resido-property-filters__field select {
	width: 100%;
	min-height: 44px;
	padding: 11px 14px;
	border: 1px solid #d7ab79;
	border-radius: 0;
	background: #fff;
	color: #3d2b22;
	font-size: 14px;
	box-shadow: none;
}

.resido-widget--grid-full-list .resido-property-filters__field input::placeholder,
.resido-widget--grid-full-list .resido-property-filters__field select.is-placeholder {
	color: #9f9a94;
	opacity: 1;
}

.resido-widget--grid-full-list .resido-property-filters__field select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L7 7.25L13 1.25' stroke='%23C47A39' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 14px 9px;
}

.resido-widget--grid-full-list .resido-property-filters__range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.resido-widget--grid-full-list .resido-property-filters__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.resido-widget--grid-full-list .resido-property-filters__show-inactive {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	margin-right: auto;
	color: #3d2b22;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
}

.resido-widget--grid-full-list .resido-property-filters__show-inactive input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #d2a15e;
}

.resido-widget--grid-full-list .resido-property-filters__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid #d2a15e;
	background: #d2a15e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.resido-widget--grid-full-list .resido-properties-grid {
	gap: 18px;
}

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

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

.resido-widget--grid-full-list .resido-property-card__media {
	aspect-ratio: 1.45 / 1;
	border-radius: 0;
}

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

.resido-widget--grid-full-list .resido-property-card__badge {
	top: 10px;
	left: 10px;
	display: inline-flex;
	padding: 5px 8px;
	border-radius: 0;
	background: #365697;
	backdrop-filter: none;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.resido-widget--grid-full-list .resido-property-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 12px 14px 14px;
}

.resido-widget--grid-full-list .resido-property-card__location {
	position: relative;
	margin: 0 0 10px;
	padding-left: 22px;
	font-size: 11px;
	color: #8a8177;
}

.resido-widget--grid-full-list .resido-property-card__location::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 0;
	background: no-repeat center / 14px 14px 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-full-list .resido-property-card__title {
	margin: 0 0 14px;
	color: #3d2b22;
	font-size: 16px;
	line-height: 1.28;
	letter-spacing: -0.03em;
}

.resido-widget--grid-full-list .resido-property-card__facts {
	gap: 14px;
	padding: 0;
	margin: 0 0 14px;
	border: 0;
	font-size: 12px;
	color: #8a8177;
}

.resido-widget--grid-full-list .resido-property-card__facts li {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 16px;
	padding-left: 22px;
	color: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: 1.4;
}

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

.resido-widget--grid-full-list .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-full-list .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-full-list .resido-price {
	margin-bottom: 4px;
	font-size: 18px;
	color: #3d2b22;
}

.resido-widget--grid-full-list .resido-property-card__unit-price {
	margin-bottom: 14px;
	color: #8a8177;
	font-size: 11px;
}

.resido-widget--grid-full-list .resido-property-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(29, 36, 49, 0.08);
}

.resido-widget--grid-full-list .resido-property-card__reference {
	color: #8a8177;
	font-size: 10px;
	font-weight: 500;
}

.resido-widget--grid-full-list .resido-property-card__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	padding-top: 0;
	color: #b86a36;
	font-size: 12px;
}

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

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

.resido-widget--grid-full-list .resido-property-card__button::after {
	content: "\2192";
	font-size: 12px;
}

.resido-widget--grid-full-list .resido-property-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
}

.resido-widget--grid-full-list .resido-property-pagination__pages,
.resido-widget--grid-full-list .resido-property-pagination__arrows {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.resido-widget--grid-full-list .resido-property-pagination__pages {
	justify-content: flex-start;
}

.resido-widget--grid-full-list .resido-property-pagination__arrows {
	margin-left: auto;
	justify-content: flex-end;
}

.resido-widget--grid-full-list .resido-property-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #ead7c2;
	background: #fff;
	color: #3d2b22;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.resido-widget--grid-full-list .resido-property-pagination .page-numbers.prev,
.resido-widget--grid-full-list .resido-property-pagination .page-numbers.next {
	min-width: 48px;
	padding: 8px;
	font-size: 24px;
	line-height: 1;
}

.resido-widget--grid-full-list .resido-property-pagination__arrow-icon {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.resido-widget--grid-full-list .resido-property-pagination .page-numbers.current {
	background: #d2a15e;
	border-color: #d2a15e;
	color: #fff;
}

@media (max-width: 1279px) {
	.resido-widget--grid-full-list .resido-property-filters__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.resido-widget--grid-full-list .resido-section-header__title {
		font-size: clamp(34px, 12vw, 48px);
	}

	.resido-widget--grid-full-list .resido-property-filters__top,
	.resido-widget--grid-full-list .resido-property-filters__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.resido-widget--grid-full-list .resido-property-filters__show-inactive {
		margin-right: 0;
	}

	.resido-widget--grid-full-list .resido-property-filters__grid,
	.resido-widget--grid-full-list .resido-property-filters__range {
		grid-template-columns: 1fr;
	}

	.resido-widget--grid-full-list .resido-property-pagination {
		flex-direction: column;
		align-items: stretch;
	}

	.resido-widget--grid-full-list .resido-property-pagination__arrows {
		margin-left: 0;
		justify-content: flex-start;
	}
}
