/* Official Partner Shop — scoped. Header, title band, footer stay global. */
.bm-shop {
	--bmc-red: #e10707;
	--bmc-ink: #1a1a1a;
	--bmc-muted: #3d4349;
	--bmc-line: #e4e7eb;
	--bmc-bg: #f6f7f8;
	--bmc-wa: #25d366;
	box-sizing: border-box;
	max-width: 720px;
	margin: 0 0 2.5rem;
	color: var(--bmc-ink);
	font-family: inherit;
}

.bm-shop *,
.bm-shop *::before,
.bm-shop *::after {
	box-sizing: border-box;
}

.fusion-body.bm-shop-page .post-content,
.fusion-body.bm-shop-page .post-content p,
.fusion-body.bm-shop-page .post-content h2,
.fusion-body.bm-shop-page .post-content h3 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	text-transform: none;
	letter-spacing: normal;
}

.fusion-body.bm-shop-page #sidebar {
	display: none !important;
}

.fusion-body.bm-shop-page #content {
	width: 100% !important;
	margin: 0 !important;
}

.bm-shop-name,
.fusion-body.bm-shop-page .post-content h2.bm-shop-name {
	margin: 0 0 0.55rem;
	color: var(--bmc-ink) !important;
	font-size: 1.55rem !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	line-height: 1.25 !important;
	text-transform: none !important;
}

.bm-shop-desc,
.fusion-body.bm-shop-page .post-content p.bm-shop-desc {
	margin: 0;
	color: var(--bmc-ink);
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.65;
}

.bm-shop-partner {
	margin: 0 0 1.25rem;
}

.bm-shop-panel {
	padding: 1.3rem 1.35rem 1.35rem;
	background: var(--bmc-bg);
	border-radius: 12px;
}

.bm-shop-cta-wrap,
.fusion-body.bm-shop-page .post-content p.bm-shop-cta-wrap {
	margin: 0 0 1.35rem;
}

.bm-shop-cta,
.fusion-body.bm-shop-page .post-content a.bm-shop-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0.55rem 1.15rem;
	border: 0 !important;
	border-radius: 8px;
	background: var(--bmc-red) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.25;
	text-decoration: none;
}

.bm-shop-cta-ext {
	display: inline-block;
	font-weight: 500;
	line-height: 1;
}

.bm-shop-cta:hover,
.bm-shop-cta:focus,
.fusion-body.bm-shop-page .post-content a.bm-shop-cta:hover,
.fusion-body.bm-shop-page .post-content a.bm-shop-cta:focus {
	color: #fff !important;
	filter: brightness(0.96);
}

.bm-shop-cta:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
}

.bm-shop-contacts {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.25rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-shop-contacts li {
	margin: 0;
	min-width: 0;
}

.bm-shop-link,
.fusion-body.bm-shop-page .post-content a.bm-shop-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 44px;
	padding: 0.15rem 0.2rem;
	border: 0 !important;
	border-radius: 6px;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--bmc-ink) !important;
	font-size: 1.02rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
	outline: none;
}

.bm-shop-icon {
	flex: 0 0 auto;
	display: block;
	color: #2a2e33;
}

.bm-shop-wa .bm-shop-icon {
	color: var(--bmc-wa);
}

.bm-shop-link:hover,
.bm-shop-link:focus,
.fusion-body.bm-shop-page .post-content a.bm-shop-link:hover,
.fusion-body.bm-shop-page .post-content a.bm-shop-link:focus {
	background: rgba(26, 26, 26, 0.05) !important;
	color: var(--bmc-ink) !important;
}

.bm-shop-link:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 2px;
}

.bm-shop-wa:focus-visible {
	outline-color: var(--bmc-wa);
}

@media (max-width: 640px) {
	.bm-shop-cta {
		display: flex;
		width: 100%;
	}

	.bm-shop-contacts {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 0.2rem;
	}

	.bm-shop-link,
	.fusion-body.bm-shop-page .post-content a.bm-shop-link {
		display: flex;
		width: 100%;
		min-height: 48px;
	}

	.bm-shop-email span {
		overflow-wrap: anywhere;
	}

	.bm-shop-panel {
		padding: 1.15rem 1.05rem 1.2rem;
	}
}
