body.mwl-fiche-template {
	background: var(--mwl-bg);
}

body.mwl-fiche-template .site-content,
body.mwl-fiche-template #content {
	background: var(--mwl-bg);
}

.mwl-fiche {
	padding-bottom: 34px;
	background: var(--mwl-bg);
	color: var(--mwl-text);
}

.mwl-fiche-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(280px, .9fr);
	gap: 10px;
}

.mwl-fiche-hero__media {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border-radius: 12px;
	background: #D1D5DB center / cover no-repeat;
}

.mwl-fiche-hero__media::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .08));
	content: "";
}

.mwl-fiche-card {
	position: absolute;
	top: 32px;
	left: 28px;
	z-index: 1;
	width: min(505px, calc(100% - 56px));
	padding: 23px 24px;
	border: 1px solid rgba(226, 232, 240, .86);
	border-radius: 12px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 38px rgba(15, 23, 42, .22);
}

.mwl-badge-status {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #DCFCE7;
	color: #15803D;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.mwl-badge-status.is-closed {
	background: #FEE2E2;
	color: #B91C1C;
}

.mwl-fiche-title-row {
	display: flex;
	align-items: center;
	gap: 9px;
}

.mwl-fiche-title-row h1 {
	margin: 0;
	color: var(--mwl-text);
	font-size: clamp(30px, 3.2vw, 38px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
}

.mwl-badge-verified {
	display: grid;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #16A34A;
}

.mwl-badge-verified svg {
	width: 14px;
	height: 14px;
	stroke-width: 3;
}

.mwl-fiche-subtitle {
	margin: 7px 0 9px;
	color: var(--mwl-muted);
	font-size: 15px;
	font-weight: 700;
}

.mwl-fiche-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 18px;
	color: var(--mwl-muted);
	font-size: 13px;
	font-weight: 700;
}

.mwl-fiche-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mwl-fiche-meta svg {
	width: 16px;
	height: 16px;
}

.mwl-fiche-card p {
	margin: 0;
	color: var(--mwl-text);
	font-size: 14px;
	line-height: 1.6;
}

.mwl-fiche-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.mwl-fiche-actions .mwl-btn--secondary {
	border-color: #B7E4CC;
	color: var(--mwl-green);
}

.mwl-fiche-gallery {
	position: relative;
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 10px;
	min-height: 360px;
}

.mwl-fiche-gallery__item {
	display: block;
	min-height: 110px;
	overflow: hidden;
	border-radius: 12px;
	background: var(--mwl-bg) center / cover no-repeat;
}

.mwl-btn-gallery {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 8px;
	background: #111827;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}

.mwl-btn-gallery svg {
	width: 16px;
	height: 16px;
}

.mwl-fiche-quickbar {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 10px;
	border: 1px solid var(--mwl-border);
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: var(--mwl-shadow);
}

.mwl-info-quick {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 4px 12px;
	min-height: 104px;
	padding: 20px 22px;
	border-right: 1px solid var(--mwl-border);
}

.mwl-info-quick:last-child {
	border-right: 0;
}

.mwl-info-quick > span {
	grid-row: 1 / span 2;
	color: var(--mwl-green);
}

.mwl-info-quick svg {
	width: 24px;
	height: 24px;
}

.mwl-info-quick strong {
	color: var(--mwl-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.mwl-info-quick small {
	display: grid;
	gap: 3px;
	color: var(--mwl-muted);
	font-size: 12px;
	font-style: normal;
	line-height: 1.35;
}

.mwl-info-quick em {
	color: var(--mwl-green);
	font-style: normal;
	font-weight: 800;
}

.mwl-fiche-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(300px, .9fr);
	gap: 22px;
	margin-top: 22px;
}

.mwl-fiche-main,
.mwl-fiche-sidebar {
	display: grid;
	align-content: start;
	gap: 22px;
}

.mwl-panel-card {
	border: 1px solid var(--mwl-border);
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: 0 5px 18px rgba(15, 23, 42, .045);
}

.mwl-panel-card h2 {
	margin: 0;
	color: var(--mwl-text);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.mwl-tabs-card {
	overflow: hidden;
}

.mwl-tabs {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0 28px;
	border-bottom: 1px solid var(--mwl-border);
	overflow-x: auto;
}

.mwl-tabs a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 58px;
	color: var(--mwl-text);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.mwl-tabs a.is-active {
	color: var(--mwl-green);
}

.mwl-tabs a.is-active::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: var(--mwl-green);
	content: "";
}

.mwl-tab-section {
	padding: 24px 28px 0;
}

.mwl-fiche-content {
	max-width: 760px;
	margin-top: 14px;
	color: var(--mwl-muted);
	font-size: 14px;
	line-height: 1.75;
}

.mwl-fiche-content p {
	margin: 0 0 12px;
}

.mwl-feature-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px 18px;
	padding: 0;
	margin: 20px 0 22px;
	list-style: none;
}

.mwl-feature-list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mwl-text);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.mwl-feature-list span {
	display: grid;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--mwl-green);
}

.mwl-feature-list svg {
	width: 11px;
	height: 11px;
	stroke-width: 3;
}

.mwl-fiche-map {
	position: relative;
	margin: 0 28px 28px;
	overflow: hidden;
	border-radius: 10px;
	background: #E5E7EB;
}

.mwl-fiche-map .mwl-map {
	height: 178px;
	min-height: 178px;
	border-radius: 10px;
}

.mwl-map-link {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 450;
	padding: 9px 14px;
	border-radius: 8px;
	background: #ECFDF5;
	color: var(--mwl-green);
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.mwl-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 16px;
	padding: 22px 28px;
	border-bottom: 1px solid var(--mwl-border);
}

.mwl-section-heading .mwl-btn {
	min-height: 38px;
	padding: 10px 16px;
	border-radius: 8px;
}

.mwl-review-list {
	display: grid;
	padding: 0 28px;
}

.mwl-review-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--mwl-border);
}

.mwl-review-avatar {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #8AB6BD;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 800;
}

.mwl-review-item strong {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	color: var(--mwl-text);
	font-size: 13px;
	font-weight: 800;
}

.mwl-review-item strong span {
	color: #F5A623;
	font-size: 12px;
	letter-spacing: 0;
}

.mwl-review-item small {
	color: var(--mwl-muted-2);
	font-size: 11px;
	font-weight: 600;
}

.mwl-review-item p {
	margin: 5px 0 0;
	color: var(--mwl-text);
	font-size: 13px;
	line-height: 1.45;
}

.mwl-link-more {
	display: inline-flex;
	margin: 18px 28px 22px;
	color: var(--mwl-green);
	font-size: 13px;
	font-weight: 800;
}

.mwl-photos-card {
	padding: 22px 28px 28px;
}

.mwl-photo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.mwl-photo-grid a {
	aspect-ratio: 1.6 / 1;
	border-radius: 10px;
	background: var(--mwl-bg) center / cover no-repeat;
}

.mwl-fiche-sidebar .mwl-panel-card {
	padding: 24px 24px 16px;
}

.mwl-fiche-sidebar .mwl-info-list {
	margin-top: 18px;
}

.mwl-fiche-sidebar .mwl-info-row {
	grid-template-columns: 28px minmax(0, 1fr) 24px;
	gap: 12px;
	min-height: 49px;
	padding: 9px 0;
}

.mwl-fiche-sidebar .mwl-info-row__icon svg {
	width: 21px;
	height: 21px;
}

.mwl-fiche-sidebar .mwl-info-row strong {
	font-size: 13px;
}

.mwl-fiche-sidebar .mwl-info-row small {
	color: var(--mwl-text);
	font-size: 13px;
	line-height: 1.45;
}

.mwl-fiche-sidebar .mwl-info-row small em {
	color: var(--mwl-green);
	font-style: normal;
	font-weight: 800;
}

.mwl-fiche-sidebar .mwl-info-row a,
.mwl-copy {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mwl-muted);
	cursor: pointer;
}

.mwl-fiche-sidebar .mwl-info-row a svg,
.mwl-copy svg {
	width: 17px;
	height: 17px;
}

.mwl-social-inline {
	display: inline-flex !important;
	align-items: center;
	gap: 9px;
}

.mwl-social-inline svg {
	width: 19px;
	height: 19px;
}

.mwl-hours-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.mwl-hours-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: var(--mwl-text);
	font-size: 13px;
	font-weight: 700;
}

.mwl-hours-list li.is-today strong {
	color: var(--mwl-green);
}

.mwl-hours-list span {
	color: var(--mwl-muted);
	white-space: nowrap;
}

.mwl-hours-status {
	margin: 22px 0 0;
	color: var(--mwl-green);
	text-align: center;
	font-size: 13px;
	font-weight: 800;
}

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

.mwl-similar h2 {
	margin: 0 0 16px;
	color: var(--mwl-text);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
}

.mwl-similar-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mwl-fiche-cta {
	margin-top: 22px;
}

@media (max-width: 1080px) {
	.mwl-fiche-hero,
	.mwl-fiche-layout {
		grid-template-columns: 1fr;
	}

	.mwl-fiche-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: none;
		min-height: 150px;
	}

	.mwl-fiche-gallery__item {
		min-height: 150px;
	}

	.mwl-fiche-quickbar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mwl-info-quick:nth-child(3) {
		border-right: 0;
	}

	.mwl-info-quick:nth-child(n+4) {
		border-top: 1px solid var(--mwl-border);
	}
}

@media (max-width: 820px) {
	.mwl-fiche-card {
		top: auto;
		right: 18px;
		bottom: 18px;
		left: 18px;
		width: auto;
	}

	.mwl-fiche-hero__media {
		min-height: 470px;
	}

	.mwl-fiche-quickbar,
	.mwl-similar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mwl-info-quick,
	.mwl-info-quick:nth-child(3) {
		border-right: 1px solid var(--mwl-border);
	}

	.mwl-info-quick:nth-child(2n) {
		border-right: 0;
	}

	.mwl-info-quick:nth-child(n+3) {
		border-top: 1px solid var(--mwl-border);
	}

	.mwl-feature-list,
	.mwl-photo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mwl-section-heading {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

@media (max-width: 620px) {
	.mwl-breadcrumb {
		padding-top: 16px;
	}

	.mwl-fiche-hero__media {
		min-height: 520px;
	}

	.mwl-fiche-card {
		padding: 20px;
	}

	.mwl-fiche-title-row h1 {
		font-size: 30px;
	}

	.mwl-fiche-gallery {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.mwl-fiche-gallery__item {
		min-height: 132px;
	}

	.mwl-fiche-quickbar,
	.mwl-similar-grid,
	.mwl-feature-list,
	.mwl-photo-grid {
		grid-template-columns: 1fr;
	}

	.mwl-info-quick,
	.mwl-info-quick:nth-child(2n),
	.mwl-info-quick:nth-child(3) {
		border-right: 0;
	}

	.mwl-info-quick:nth-child(n+2) {
		border-top: 1px solid var(--mwl-border);
	}

	.mwl-tabs,
	.mwl-tab-section,
	.mwl-section-heading,
	.mwl-review-list,
	.mwl-photos-card {
		padding-right: 18px;
		padding-left: 18px;
	}

	.mwl-tabs {
		gap: 22px;
	}

	.mwl-fiche-map {
		margin-right: 18px;
		margin-left: 18px;
	}

	.mwl-fiche-sidebar .mwl-panel-card {
		padding-right: 18px;
		padding-left: 18px;
	}
}
