/* Native Facebook section — website-owned, not Facebook chrome. */
.bm-fb {
	--bmc-red: #e10707;
	--bmc-ink: #1a1a1a;
	--bmc-muted: #5c636a;
	--bmc-line: #e4e7eb;
	--bmc-bg: #f6f7f9;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 1rem;
	color: var(--bmc-ink);
	font-family: inherit;
}

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

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

.bm-fb-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1.15rem;
}

.bm-fb-navs {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	flex-shrink: 0;
}

.bm-fb-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	padding: 0;
	border: 1px solid var(--bmc-line);
	background: #fff;
	color: var(--bmc-ink);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
}

.bm-fb-nav:hover,
.bm-fb-nav:focus {
	border-color: var(--bmc-red);
	color: var(--bmc-red);
	outline: none;
}

.bm-fb-nav:disabled,
.bm-fb-nav[hidden] {
	opacity: 0.35;
	cursor: default;
	border-color: var(--bmc-line);
	color: var(--bmc-muted);
}

.bm-fb-slider[data-all-fit="1"] .bm-fb-navs {
	display: none;
}

.bm-fb-slider {
	--bm-fb-visible: 3;
	--bm-fb-gap: 1.15rem;
	outline: none;
}

.bm-fb-title,
.fusion-text .bm-fb h2.bm-fb-title,
.post-content .bm-fb h2.bm-fb-title {
	display: inline-block;
	margin: 0;
	padding: 0 0 0.35rem;
	border-bottom: 2px solid var(--bmc-red);
	color: var(--bmc-ink);
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.bm-fb-sample-note,
.fusion-text .bm-fb p.bm-fb-sample-note,
.post-content .bm-fb p.bm-fb-sample-note {
	margin: 0 0 1rem;
	color: var(--bmc-muted);
	font-size: 0.85rem;
	line-height: 1.4;
}

.bm-fb-viewport {
	overflow: hidden;
	width: 100%;
	touch-action: pan-y;
}

.bm-fb-track {
	display: flex;
	align-items: flex-start;
	gap: var(--bm-fb-gap);
	transition: transform 0.28s ease;
	will-change: transform;
}

.bm-fb-card,
a.bm-fb-card,
.fusion-text .bm-fb a.bm-fb-card,
.post-content .bm-fb a.bm-fb-card {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - (var(--bm-fb-visible) - 1) * var(--bm-fb-gap)) / var(--bm-fb-visible));
	min-width: 0;
	background: #fff;
	border: 1px solid var(--bmc-line);
	box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.bm-fb-card:hover,
.bm-fb-card:focus,
a.bm-fb-card:hover,
a.bm-fb-card:focus,
.fusion-text .bm-fb a.bm-fb-card:hover,
.fusion-text .bm-fb a.bm-fb-card:focus,
.post-content .bm-fb a.bm-fb-card:hover,
.post-content .bm-fb a.bm-fb-card:focus {
	border-color: #c5ccd3;
	box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
	color: inherit;
	text-decoration: none;
	transform: translateY(-2px);
}

.bm-fb-card:focus-visible,
a.bm-fb-card:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 2px;
}

.bm-fb-media {
	position: relative;
	display: block;
	aspect-ratio: 3 / 2;
	background: #eef0f2;
	overflow: hidden;
}

.bm-fb-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 12%;
	transition: transform 0.22s ease;
	pointer-events: none;
}

.bm-fb-card:hover .bm-fb-media img,
.bm-fb-card:focus .bm-fb-media img {
	transform: scale(1.025);
}

.bm-fb-media--landscape img {
	object-position: center 28%;
}

.bm-fb-media--square img {
	object-position: center 10%;
}

.bm-fb-media--portrait img {
	object-position: center 42%;
}

.bm-fb-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3rem;
	height: 3rem;
	margin: -1.5rem 0 0 -1.5rem;
	border-radius: 50%;
	background: rgba(12, 12, 12, 0.62);
	pointer-events: none;
}

.bm-fb-play::after {
	content: "";
	position: absolute;
	left: 1.18rem;
	top: 0.95rem;
	border-style: solid;
	border-width: 0.55rem 0 0.55rem 0.9rem;
	border-color: transparent transparent transparent #fff;
}

.bm-fb-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.95rem 1rem 1.05rem;
}

.bm-fb-card--text .bm-fb-body {
	padding-top: 1.15rem;
	min-height: 8.5rem;
}

.bm-fb-card--image-only .bm-fb-body {
	padding-top: 0.85rem;
	padding-bottom: 1rem;
}

.bm-fb-date,
.fusion-text .bm-fb p.bm-fb-date,
.fusion-text .bm-fb .bm-fb-date,
.post-content .bm-fb p.bm-fb-date,
.post-content .bm-fb .bm-fb-date {
	margin: 0 0 0.4rem;
	color: var(--bmc-muted);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
}

.bm-fb-text,
.fusion-text .bm-fb p.bm-fb-text,
.fusion-text .bm-fb .bm-fb-text,
.post-content .bm-fb p.bm-fb-text,
.post-content .bm-fb .bm-fb-text {
	margin: 0;
	flex: 1 1 auto;
	color: var(--bmc-ink);
	font-size: 0.95rem;
	line-height: 1.45;
}

.bm-fb-card--image-only .bm-fb-text {
	display: none;
}

.bm-fb-more,
.fusion-text .bm-fb p.bm-fb-more,
.post-content .bm-fb p.bm-fb-more {
	margin: 1.25rem 0 0;
}

.bm-fb-more-link,
.fusion-text .bm-fb a.bm-fb-more-link,
.post-content .bm-fb a.bm-fb-more-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	max-width: 100%;
	padding: 0.58rem 1rem;
	background: #1877f2;
	border: 1px solid #1877f2;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.bm-fb-more-link:hover,
.bm-fb-more-link:focus,
.fusion-text .bm-fb a.bm-fb-more-link:hover,
.fusion-text .bm-fb a.bm-fb-more-link:focus,
.post-content .bm-fb a.bm-fb-more-link:hover,
.post-content .bm-fb a.bm-fb-more-link:focus {
	background: #0f66d8;
	border-color: #0f66d8;
	color: #fff;
	text-decoration: none;
}

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

.bm-fb-more-icon {
	display: block;
	flex-shrink: 0;
}

.bm-fb-empty {
	background: #fff;
	border: 1px solid var(--bmc-line);
	padding: 1.45rem 1.25rem 1.5rem;
}

.bm-fb-empty-text,
.fusion-text .bm-fb p.bm-fb-empty-text,
.post-content .bm-fb p.bm-fb-empty-text {
	margin: 0 0 0.95rem;
	max-width: 36rem;
	color: var(--bmc-muted);
	font-size: 1rem;
	line-height: 1.5;
}

.bm-fb-actions,
.fusion-text .bm-fb p.bm-fb-actions,
.post-content .bm-fb p.bm-fb-actions {
	margin: 0;
}

.bm-fb-follow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 0.55rem 0.95rem;
	background: var(--bmc-red);
	border: 1px solid var(--bmc-red);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.bm-fb-follow:hover,
.bm-fb-follow:focus {
	background: #c40606;
	border-color: #c40606;
	color: #fff;
	text-decoration: none;
}

.home .bm-home-facebook .fusion-builder-row {
	max-width: none;
}

@media (max-width: 900px) {
	.bm-fb-slider {
		--bm-fb-visible: 2;
		--bm-fb-gap: 0.95rem;
	}
}

@media (max-width: 600px) {
	.bm-fb {
		padding: 0 0.15rem;
	}

	.bm-fb-slider {
		--bm-fb-visible: 1;
		--bm-fb-gap: 0.85rem;
	}

	.bm-fb-title,
	.fusion-text .bm-fb h2.bm-fb-title,
	.post-content .bm-fb h2.bm-fb-title {
		font-size: 1.08rem;
	}

	.bm-fb-nav {
		width: 2.75rem;
		height: 2.75rem;
	}
}
