.recesso54bis-wrap {
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
}

.recesso54bis-box {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 24px 28px;
	margin: 20px 0;
}

.recesso54bis-box h3 {
	margin-top: 0;
}

.recesso54bis-box label {
	font-weight: 600;
}

.recesso54bis-box input[type="text"],
.recesso54bis-box input[type="email"],
.recesso54bis-box textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

.recesso54bis-btn {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 12px 22px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	margin-top: 10px;
}

.recesso54bis-btn:hover {
	background: #135e96;
}

.recesso54bis-btn-confirm {
	background: #b32d2e;
}

.recesso54bis-btn-confirm:hover {
	background: #8f2323;
}

.recesso54bis-error {
	background: #fbeaea;
	color: #b32d2e;
	padding: 10px 14px;
	border-radius: 4px;
	border-left: 4px solid #b32d2e;
}

.recesso54bis-preview {
	background: #f7f7f7;
	border-radius: 4px;
	padding: 14px 16px;
	white-space: pre-wrap;
	font-size: 14px;
	margin: 14px 0;
}

.recesso54bis-success {
	border-color: #4caf50;
}

.recesso54bis-summary td {
	padding: 4px 10px 4px 0;
}

.recesso54bis-footer-bar a {
	text-decoration: underline;
}
