#fbuilder .pbSubmit {
	background: var(--wp--preset--color--contrast);
	border: none;
	color: var(--wp--preset--color--base);
	font-weight: 600;
	font-size: var(--wp--preset--font-size--small);
	border-radius: var(--wp--custom--border--radius--small);
	padding: 0.66em 1.33em;
}

#fbuilder input, #fbuilder textarea {
	border: 1px solid #555;
	border-radius: var(--wp--custom--border--radius--small);
	padding: 0.5rem !important;
	font-family: var(--wp--preset--font-family--default);
}