.mcb-frontend {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
}
.mcb-frontend fieldset {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px 20px;
	margin-bottom: 20px;
}
.mcb-frontend legend {
	font-weight: 600;
	padding: 0 8px;
}
.mcb-frontend label {
	display: block;
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 14px;
}
.mcb-frontend label.mcb-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: normal;
}
.mcb-frontend input[type="text"],
.mcb-frontend input[type="tel"],
.mcb-frontend input[type="email"],
.mcb-frontend input[type="date"],
.mcb-frontend input[type="time"],
.mcb-frontend input[type="number"],
.mcb-frontend select,
.mcb-frontend textarea {
	width: 100%;
	padding: 8px 10px;
	margin-top: 6px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
}
.mcb-frontend textarea {
	min-height: 70px;
}
#mcb-estimate-box {
	background: #f7f8fa;
}
#mcb-estimate-display p {
	margin: 4px 0;
	font-size: 14px;
}
.mcb-estimate-disclaimer {
	font-size: 12px;
	color: #777;
	font-style: italic;
}
#mcb-signature-pad {
	display: block;
	background: #fff;
	max-width: 100%;
	margin-bottom: 10px;
}
.mcb-submit-button,
.mcb-secondary-button {
	background: #1f6feb;
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}
.mcb-secondary-button {
	background: #999;
	padding: 8px 14px;
	font-size: 13px;
}
.mcb-submit-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.mcb-form-message {
	padding: 12px 14px;
	border-radius: 6px;
	margin-bottom: 16px;
	font-size: 14px;
}
.mcb-form-message.mcb-success {
	background: #e6f6ea;
	color: #1a7d36;
	border: 1px solid #b7e4c4;
}
.mcb-form-message.mcb-error {
	background: #fdeaea;
	color: #a02020;
	border: 1px solid #f3bcbc;
}
