.mwl-directory {
	max-width: 1120px;
	margin: 0 auto;
	padding: 32px 20px 56px;
	color: #1f2933;
}

.mwl-container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 32px 20px 56px;
	color: #1f2933;
}

.mwl-page-header {
	margin-bottom: 24px;
}

.mwl-page-header h1 {
	margin: 8px 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.mwl-page-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	color: #52606d;
	font-weight: 700;
}

.mwl-page-header__meta a,
.mwl-page-header__meta span {
	color: #12645a;
	text-decoration: none;
}

.mwl-lead {
	max-width: 760px;
	color: #52606d;
	font-size: 1.1rem;
}

.mwl-entry-header {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 24px;
}

.mwl-entry-header h1 {
	margin: 8px 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.mwl-pill,
.mwl-verified {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.mwl-pill {
	background: #e8f4f1;
	color: #12645a;
}

.mwl-verified {
	background: #fff4cc;
	color: #805b00;
}

.mwl-location-link {
	color: #12645a;
	font-weight: 700;
	text-decoration: none;
}

.mwl-cover {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 8px;
	background: #f3f6f8;
}

.mwl-cover img {
	display: block;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
}

.mwl-hero-image {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 8px;
	background: #f3f6f8;
}

.mwl-hero-image img {
	display: block;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
}

.mwl-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.mwl-content,
.mwl-sidebar {
	min-width: 0;
}

.mwl-address,
.mwl-meta {
	color: #52606d;
}

.mwl-section {
	margin-top: 32px;
}

.mwl-section h2,
.mwl-panel h2 {
	margin: 0 0 16px;
	font-size: 1.35rem;
	letter-spacing: 0;
}

.mwl-panel {
	padding: 20px;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	background: #fff;
}

.mwl-panel + .mwl-panel {
	margin-top: 20px;
}

.mwl-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	border: 0;
	border-radius: 6px;
	padding: 10px 16px;
	background: #12645a;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.mwl-button:hover,
.mwl-button:focus {
	background: #0b4d45;
	color: #fff;
}

.mwl-button--block {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.mwl-button--whatsapp {
	background: #168a45;
}

.mwl-link-row {
	display: block;
	padding: 10px 0;
	color: #12645a;
	font-weight: 700;
	text-decoration: none;
}

.mwl-hours {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9e2ec;
}

.mwl-hours li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #d9e2ec;
}

.mwl-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.mwl-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.mwl-map {
	width: 100%;
	min-height: 320px;
	border-radius: 8px;
	overflow: hidden;
	background: #e6edf2;
}

.mwl-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.mwl-listings {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.mwl-card {
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.mwl-card__title {
	display: inline-block;
	margin-bottom: 8px;
	color: #102a43;
	font-size: 1.1rem;
	font-weight: 800;
	text-decoration: none;
}

.mwl-card__media {
	display: block;
	margin: -16px -16px 14px;
	background: #f3f6f8;
}

.mwl-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.mwl-card__body h3 {
	margin: 8px 0;
	font-size: 1.1rem;
	letter-spacing: 0;
}

.mwl-card__body h3 a {
	color: #102a43;
	text-decoration: none;
}

.mwl-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #52606d;
	font-size: 0.9rem;
}

.mwl-card__place {
	color: #52606d;
	font-weight: 700;
}

.mwl-badge {
	display: inline-flex;
	width: fit-content;
	border-radius: 999px;
	padding: 3px 8px;
	background: #fff4cc;
	color: #805b00;
	font-size: 0.8rem;
	font-weight: 800;
}

.mwl-search-form,
.mwl-filter-form {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
	gap: 12px;
	align-items: end;
	margin: 0 0 24px;
}

.mwl-filter-form {
	grid-template-columns: minmax(220px, 320px) auto;
}

.mwl-search-form__field,
.mwl-filter-form label,
.mwl-search__field {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.mwl-search-form input,
.mwl-search-form select,
.mwl-filter-form select,
.mwl-search__form input,
.mwl-search__form select,
.mwl-filterbar select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #bcccdc;
	border-radius: 6px;
	padding: 8px 10px;
	background: #fff;
	color: #1f2933;
}

.mwl-search__form,
.mwl-filterbar {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
	gap: 12px;
	align-items: end;
	margin: 0 0 24px;
}

.mwl-filterbar {
	grid-template-columns: auto minmax(220px, 320px) auto;
}

.mwl-button--full {
	display: flex;
	width: 100%;
}

.mwl-empty {
	padding: 16px;
	border-radius: 8px;
	background: #f3f6f8;
	color: #52606d;
}

.mwl-pagination {
	margin-top: 24px;
}

@media (max-width: 820px) {
	.mwl-entry-header,
	.mwl-layout {
		display: block;
	}

	.mwl-sidebar {
		margin-top: 28px;
	}

	.mwl-search-form,
	.mwl-filter-form,
	.mwl-search__form,
	.mwl-filterbar {
		grid-template-columns: 1fr;
	}
}
