.bmfb {
	--bmfb-red: #e10707;
	--bmfb-ink: #111;
	--bmfb-muted: #5c636a;
	--bmfb-line: #e4e7eb;
	--bmfb-bg: #eef1f4;
	max-width: 720px;
	margin: 0 auto;
	padding: 28px 24px 64px;
	color: var(--bmfb-ink);
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.45;
}

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

.fusion-body.bm-feedback-page .fusion-page-title-bar,
.fusion-body.bm-feedback-page .avada-page-titlebar-wrapper {
	display: none !important;
}

.fusion-body.bm-feedback-page #main {
	background: var(--bmfb-bg) !important;
	background-image: none !important;
	padding-top: 0 !important;
}

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

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

.bmfb-h1,
.fusion-body.bm-feedback-page h1.bmfb-h1 {
	display: inline-block;
	margin: 0 0 12px;
	padding: 0 0 6px;
	border: 0;
	border-bottom: 3px solid var(--bmfb-red);
	background: none !important;
	color: var(--bmfb-ink) !important;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
	text-transform: none !important;
}

.bmfb-lead {
	margin: 0 0 8px;
	max-width: 38rem;
	color: #3d4349;
	font-size: 1.05rem;
}

.bmfb-callout {
	display: inline-block;
	margin: 14px 0 0;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #eaf6ee;
	color: #1d6b38;
	font-size: 0.82rem;
	font-weight: 700;
}

.bmfb-intro {
	margin: 16px 0 0;
	padding: 0 0 4px;
	max-width: 40rem;
	color: var(--bmfb-muted);
	font-size: 0.98rem;
}

.bmfb-intro p {
	margin: 0 0 8px;
}

.bmfb-points {
	margin: 0 0 12px;
	padding: 0 0 0 1.15rem;
	color: #3d4349;
}

.bmfb-points li {
	margin: 0 0 4px;
}

.bmfb-actions {
	margin: 1.5rem 0 0;
}

.bmfb-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 48px;
	padding: 0.55rem 1.3rem;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff !important;
	font: inherit;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
}

.bmfb-submit:hover,
.bmfb-submit:focus {
	background: var(--bmfb-red);
	color: #fff !important;
	text-decoration: none !important;
}

.bmfb-submit:focus-visible {
	outline: 2px solid var(--bmfb-red);
	outline-offset: 3px;
}

.bmfb-note {
	margin: 10px 0 0;
	color: var(--bmfb-muted);
	font-size: 0.86rem;
}

.bm-feedback-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	min-height: 5.5rem;
	padding: 1.15rem 1.1rem 1.15rem 1.25rem;
	border: 1px solid #f4e8e8;
	border-radius: 12px;
	background: #fffafa;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(17, 17, 17, 0.03);
}

.bm-feedback-card:hover,
.bm-feedback-card:focus {
	background: #fff5f5;
	border-color: #f0cfcf;
	color: inherit;
	text-decoration: none;
}

.bm-feedback-card:focus-visible {
	outline: 2px solid #e10707;
	outline-offset: 3px;
}

.bm-feedback-card-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.bm-feedback-card-kicker {
	color: #e10707;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bm-feedback-card-title {
	color: #111;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.bm-feedback-card-text {
	color: #6b7178;
	font-size: 0.9rem;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.bm-feedback-card-arrow {
	position: relative;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fdeeee;
}

.bm-feedback-card-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 46%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #e10707;
	border-top: 2px solid #e10707;
	transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 640px) {
	.bmfb {
		padding: 20px 16px 48px;
	}

	.bmfb-h1,
	.fusion-body.bm-feedback-page h1.bmfb-h1 {
		font-size: 1.55rem;
	}

	.bmfb-submit {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.bm-feedback-card {
		align-items: flex-start;
	}

	.bm-feedback-card-title {
		font-size: 1.08rem;
	}
}
