/**
 * Minimal shortcode styles; theme may override.
 */
.ls-shortcode {
	box-sizing: border-box;
}

.ls-featured-properties__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-featured-properties__item {
	display: flex;
	min-width: 0;
	min-height: 0;
}

.ls-featured-properties__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
}

.ls-featured-properties__media {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ls-featured-properties__img {
	width: 100%;
	height: auto;
	display: block;
}

.ls-featured-properties__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.ls-featured-properties__title {
	display: block;
}

.ls-featured-properties__price {
	display: block;
}

.ls-hero-search__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.85;
}

.ls-hero-search__filters {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(8.75rem, 100%), 1fr));
	gap: 0.75rem;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.ls-hero-search__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.85rem;
	margin-top: 0.85rem;
	width: 100%;
	min-width: 0;
}

.ls-hero-search select {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}

.ls-hero-search__stepper {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	flex: 1 1 12rem;
	min-width: 0;
}

.ls-hero-search__stepper-caption {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.85;
}

.ls-hero-search__stepper-control {
	display: inline-flex;
	align-items: stretch;
	min-height: 2.65rem;
	border-radius: var(--ls-radius, 6px);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.95);
	max-width: 100%;
}

.ls-hero-search__stepper-control > * + * {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.ls-hero-search__stepper-value {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	padding: 0 0.65rem;
	white-space: nowrap;
}

.ls-hero-search__step-btn {
	flex: 0 0 auto;
	width: 2.65rem;
	min-height: 2.65rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.03);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
}

.ls-hero-search__step-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.ls-hero-search__submit {
	padding: 0.5rem 1.25rem;
	cursor: pointer;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	flex: 0 0 auto;
	align-self: flex-end;
}

@media (min-width: 720px) {
	.ls-hero-search__submit {
		width: auto;
		min-width: 6.5rem;
	}
}

.ls-faq-accordion__trigger {
	width: 100%;
	text-align: left;
	background: transparent;
	border: 0;
	padding: 0.75rem 0;
	font: inherit;
	cursor: pointer;
}

.ls-faq-accordion__panel[hidden] {
	display: none;
}

.ls-location-grid__list {
	display: grid;
	grid-template-columns: repeat(var(--ls-loc-cols, 3), minmax(0, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-testimonials__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.ls-testimonials--carousel .ls-testimonials__list {
	overflow-x: auto;
	flex-wrap: nowrap;
	display: flex;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}
