.mfb-consent {
	position: relative !important;
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 12rem;
	background: #1a1a1a;
	color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
}

.mfb-consent__inner {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
	text-align: center;
	gap: 0.75rem;
}

.mfb-consent__title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.mfb-consent__hint {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin: 0;
	max-width: 52ch;
}

.mfb-consent__privacy {
	margin: 0;
	font-size: 0.875rem;
}

.mfb-consent__privacy a {
	color: #8ab4f8;
	text-decoration: underline;
}

.mfb-consent__privacy a:hover,
.mfb-consent__privacy a:focus-visible {
	text-decoration: none;
}

.mfb-consent__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.25rem;
}

.mfb-consent__btn {
	background: #fff;
	color: #111;
	border: 0;
	padding: 0.625rem 1.25rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
}

.mfb-consent__btn:hover {
	background: #e5e5e5;
}

.mfb-consent__btn:focus-visible {
	outline: 2px solid #8ab4f8;
	outline-offset: 2px;
}

.mfb-consent__remember {
	font-size: 0.875rem;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
	user-select: none;
}

.mfb-consent__remember input {
	margin: 0;
	cursor: pointer;
}

.mfb-consent-iframe {
	border: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.mfb-consent-revoke {
	background: transparent;
	color: inherit;
	border: 1px solid currentColor;
	padding: 0.5rem 1rem;
	font-size: 0.9375rem;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
}

.mfb-consent-revoke:hover:not(:disabled),
.mfb-consent-revoke:focus-visible {
	background: rgba(0, 0, 0, 0.06);
}

.mfb-consent-revoke:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mfb-consent-revoke:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
