.ambh-create-petition-button {
	display: block;
	margin: 0;
}

.ambh-cpb-btn {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 4px;
	font-size: var(--ambh-font-base, 1rem);
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

:where(.ambh-create-petition-button .ambh-cpb-btn) {
	background-color: var(--ambh-color-primary, #2271b1);
	color: #ffffff;
}

:where(.ambh-create-petition-button .ambh-cpb-btn:hover),
:where(.ambh-create-petition-button .ambh-cpb-btn:focus) {
	background-color: var(--ambh-color-primary-hover, #1a5a8a);
	color: #ffffff;
	text-decoration: none;
}

.ambh-cpb-btn--preview {
	pointer-events: none;
	cursor: default;
}
