/**
 * CTA — core Button block styled as black pill with accent text/outline. Pattern: cta
 */

.wp-site-blocks .bnb-cta-wrap.wp-block-buttons,
.editor-styles-wrapper .bnb-cta-wrap.wp-block-buttons {
	width: fit-content;
	max-width: 100%;
}

.wp-site-blocks .bnb-cta-wrap .wp-block-button,
.editor-styles-wrapper .bnb-cta-wrap .wp-block-button {
	width: fit-content;
	max-width: 100%;
}

.wp-site-blocks .bnb-cta .wp-block-button__link,
.editor-styles-wrapper .bnb-cta .wp-block-button__link {
	min-width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	padding: 24px !important;
	margin: 0;
	background-color: #000 !important;
	color: var(--wp--preset--color--accent, #ecc4c0) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	border: none !important;
	border-radius: 2rem !important;
	box-shadow: none !important;
	outline: 3px solid var(--wp--preset--color--accent, #ecc4c0);
	outline-offset: 0;
}

.wp-site-blocks .bnb-cta .wp-block-button__link:hover,
.editor-styles-wrapper .bnb-cta .wp-block-button__link:hover,
.wp-site-blocks .bnb-cta .wp-block-button__link:focus,
.editor-styles-wrapper .bnb-cta .wp-block-button__link:focus,
.wp-site-blocks .bnb-cta .wp-block-button__link:active,
.editor-styles-wrapper .bnb-cta .wp-block-button__link:active,
.wp-site-blocks .bnb-cta .wp-block-button__link:visited,
.editor-styles-wrapper .bnb-cta .wp-block-button__link:visited {
	background-color: #000 !important;
	color: var(--wp--preset--color--accent, #ecc4c0) !important;
	text-decoration: none !important;
}
