.wbx-v2-placeholder {
	padding: var(--wp--preset--spacing--md, 1.5rem);
	border: 2px dashed var(--wp--preset--color--border, #d9dee8);
	border-radius: var(--wp--custom--radius--card, 1.35rem);
	background: var(--wp--preset--color--offwhite, #f7f8fb);
}

.wbx-v2-kicker {
	color: var(--wp--preset--color--violet, #3f247e);
	font-weight: 780;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wbx-v2-button {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0.78rem 1.05rem;
	border-radius: 999px;
	background: var(--wp--preset--color--navy, #101828);
	color: var(--wp--preset--color--white, #fff);
	text-decoration: none;
}
