.wsn-offers-page .wsn-offers-catalog {
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.wsn-offers-filters {
	background: #fff;
	border: 1px solid rgba(26, 26, 26, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(26, 26, 26, 0.06);
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.wsn-offers-filters__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wsn-offers-filters__field {
	display: grid;
	gap: 0.45rem;
}

.wsn-offers-filters__field span {
	color: rgba(26, 26, 26, 0.72);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wsn-offers-filters__field input,
.wsn-offers-filters__field select {
	appearance: none;
	background: #faf8f5;
	border: 1px solid rgba(26, 26, 26, 0.12);
	border-radius: 12px;
	color: #1a1a1a;
	font: inherit;
	min-height: 48px;
	padding: 0.7rem 0.9rem;
	width: 100%;
}

.wsn-offers-filters__field select {
	background-image: linear-gradient(45deg, transparent 50%, #1a1a1a 50%), linear-gradient(135deg, #1a1a1a 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 2rem;
}

.wsn-offers-filters__actions {
	align-items: center;
	border-top: 1px solid rgba(26, 26, 26, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.wsn-offers-filters__count {
	color: rgba(26, 26, 26, 0.72);
	font-size: 0.95rem;
	margin: 0;
}

.wsn-offers-catalog__grid {
	margin-top: 0;
}

.wsn-offers-catalog__card.is-hidden {
	display: none !important;
}

.wsn-offers-catalog__empty {
	background: #faf8f5;
	border: 1px dashed rgba(26, 26, 26, 0.16);
	border-radius: 16px;
	color: rgba(26, 26, 26, 0.78);
	margin: 0;
	padding: 1.5rem;
	text-align: center;
}

.wsn-offers-catalog__empty.is-hidden {
	display: none;
}

.wsn-offers__location {
	color: rgba(26, 26, 26, 0.68);
	font-size: 0.92rem;
	margin: 0 0 0.75rem;
}

.wsn-page-cms__subtitle {
	font-size: 1rem;
	margin: 1.5rem 0 0.75rem;
}

.wsn-property-admin__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wsn-property-admin__wide {
	grid-column: 1 / -1;
}

.wsn-property-admin__check {
	align-items: center;
	display: flex;
	gap: 0.55rem;
}

@media (max-width: 1080px) {
	.wsn-offers-filters__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wsn-offers-filters__grid,
	.wsn-property-admin__grid {
		grid-template-columns: 1fr;
	}

	.wsn-offers-filters__actions {
		align-items: stretch;
		flex-direction: column;
	}
}
