.mbi-public-writer-cta {
	width: 100%;
	background: #123f7a;
	color: #fff;
	font-family: inherit;
}

.mbi-public-writer-cta-inner {
	width: min(1180px, calc(100% - 32px));
	min-height: 46px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 14px;
	line-height: 1.35;
}

.mbi-public-writer-cta strong {
	font-size: 15px;
}

.mbi-public-writer-cta span {
	color: rgba(255, 255, 255, 0.86);
}

.mbi-public-writer-cta a,
.mbi-floating-writer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
}

.mbi-public-writer-cta a {
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: #fff;
	color: #123f7a;
}

.mbi-public-writer-cta a:hover,
.mbi-public-writer-cta a:focus {
	color: #0b2d59;
}

.mbi-floating-writer-cta {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9998;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: #2563eb;
	color: #fff;
	box-shadow: 0 14px 32px rgba(37, 99, 235, 0.32);
}

.mbi-floating-writer-cta:hover,
.mbi-floating-writer-cta:focus {
	color: #fff;
	background: #1d4ed8;
}

.mbi-sidebar-partner-cta {
	position: relative;
	overflow: hidden;
	margin: 18px 0 0;
	padding: 24px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0%, rgba(125, 211, 252, 0.24), transparent 36%),
		linear-gradient(135deg, #10214f 0%, #1d4ed8 58%, #0ea5e9 100%);
	color: #ffffff;
	box-shadow: 0 18px 42px rgba(30, 64, 175, 0.22);
	font-family: inherit;
}

.mbi-sidebar-partner-cta::before {
	content: "";
	position: absolute;
	right: -54px;
	top: -54px;
	width: 130px;
	height: 130px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	pointer-events: none;
}

.mbi-sidebar-partner-cta span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	color: #dbeafe;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mbi-sidebar-partner-cta strong {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.mbi-sidebar-partner-cta p {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.6;
}

.mbi-sidebar-partner-cta a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 8px;
	background: #ffffff;
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.mbi-sidebar-partner-cta a:hover,
.mbi-sidebar-partner-cta a:focus {
	background: #eff6ff;
	color: #1e3a8a;
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	.mbi-public-writer-cta-inner {
		min-height: 56px;
		justify-content: space-between;
		gap: 10px;
	}

	.mbi-public-writer-cta span {
		display: none;
	}

	.mbi-public-writer-cta strong {
		font-size: 13px;
	}

	.mbi-public-writer-cta a {
		min-height: 34px;
		padding: 0 12px;
		font-size: 13px;
	}

	.mbi-floating-writer-cta {
		right: 14px;
		bottom: 14px;
		min-height: 42px;
		padding: 0 15px;
		font-size: 13px;
	}

	.mbi-sidebar-partner-cta {
		padding: 20px;
	}
}
