.boaventura-docs2-form {
	max-width: none;
	width: 100%;
	margin: 1em auto;
	text-align: center;
	font-size: 30px;
}

.boaventura-docs2-form label {
	display: block;
	margin-bottom: 0.25em;
	font-weight: 600;
}

.boaventura-docs2-cpf,
.boaventura-docs2-nome {
	width: 100%;
	max-width: 900px;
	padding: 0.5em 0.75em;
	margin-bottom: 0.75em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 30px;
}

.boaventura-docs2-submit {
	display: inline-block;
	padding: 0.5em 1em;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
}

.boaventura-docs2-submit:hover {
	background: #135e96;
}

.boaventura-docs2-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.boaventura-docs2-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 0.5em;
	justify-content: center;
}

.boaventura-docs2-next-wrap {
	margin-top: 0.75em;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.boaventura-docs2-next,
.boaventura-docs2-back {
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #2271b1;
	background: #fff;
	color: #2271b1;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
}

.boaventura-docs2-resend {
	display: inline-block;
	padding: 0.5em 1em;
	border: none;
	background: #2271b1;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
}

.boaventura-docs2-resend:hover {
	background: #135e96;
}

.boaventura-docs2-resend:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.boaventura-docs2-next:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.boaventura-docs2-selected-title {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.boaventura-docs2-selected-name {
	padding: 0.75em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 0.75em;
}

.boaventura-docs2-instructions {
	margin-bottom: 0.75em;
}

.boaventura-docs2-contract {
	margin: 0.75em 0;
}

.boaventura-docs2-contract-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0.75em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	justify-content: center;
}

.boaventura-docs2-contract-card a {
	text-decoration: none;
}

.boaventura-docs2-step2-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 0.75em;
	justify-content: center;
}

.boaventura-docs2-step3-title {
	margin: 0;
}

.boaventura-docs2-step3-name {
	margin: 0.75em 0;
	padding: 0.75em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
}

.boaventura-docs2-upload-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0.75em 0;
	justify-items: center;
}

.boaventura-docs2-upload-field label {
	display: inline-block;
	margin: 0;
	font-weight: 600;
}

.boaventura-docs2-upload-field {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	justify-content: center;
}

.boaventura-docs2-upload-field input[type="file"] {
	flex: 1;
	min-width: 0;
}

.boaventura-docs2-user-fields {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0.75em 0;
	align-items: center;
}

.boaventura-docs2-upload-field input[type="text"],
.boaventura-docs2-upload-field input[type="email"],
.boaventura-docs2-upload-field input[type="tel"] {
	flex: 1;
	min-width: 0;
	padding: 0.5em 0.75em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 20px;
}

.boaventura-docs2-step3-actions {
	margin: 0.75em 0;
}

.boaventura-docs2-recaptcha {
	margin: 0.75em 0;
}

.boaventura-docs2-message {
	margin-top: 0.75em;
	min-height: 1.5em;
	color: #b32d2e;
}

.boaventura-docs2-message.success {
	color: #00a32a;
}

.boaventura-docs2-result {
	margin-top: 0.75em;
}

.boaventura-docs2-result a {
	display: inline-block;
	padding: 0.5em 1em;
	background: #00a32a;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.boaventura-docs2-result a:hover {
	background: #008a20;
}

.boaventura-docs2-list {
	list-style: none;
	padding: 0;
	margin: 0.75em 0 0;
}

.boaventura-docs2-list li {
	margin: 0.35em 0;
}

.boaventura-docs2-list button {
	width: 100%;
	text-align: center;
	padding: 0.6em 0.75em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.boaventura-docs2-list button:hover {
	border-color: #2271b1;
}

.boaventura-docs2-list button.selected {
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.15);
}
