.jetpack-subscribe-floating-button .jpfc-stack {
	display: inline-flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	align-items: stretch !important;
	min-width: 0 !important;
}

.jetpack-subscribe-floating-button .jpfc-floating-cta {
	box-sizing: border-box;
	cursor: pointer;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-align: center;
	text-decoration: none !important;
	white-space: normal !important;
	word-break: break-word;
}

.jetpack-subscribe-floating-button .jpfc-floating-cta:hover,
.jetpack-subscribe-floating-button .jpfc-floating-cta:focus {
	filter: brightness(0.94);
	text-decoration: none !important;
}
