.fverpel-wrapper {
	max-width: 760px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

.fverpel-wrapper * {
	box-sizing: border-box;
}

.fverpel-notice {
	padding: 14px 18px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 15px;
}

#fverpel-result .fverpel-notice {
	margin-bottom: 0;
	margin-top: 20px;
}

.fverpel-notice.success {
	background: #e7f6ec;
	border: 1px solid #a9dcb8;
	color: #1e6b34;
}

.fverpel-notice.error {
	background: #fbeaea;
	border: 1px solid #eab3b3;
	color: #8a2323;
}

.fverpel-section {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px 22px;
	margin-bottom: 22px;
	background: #fafafa;
}

.fverpel-section h3 {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 18px;
}

.fverpel-section p.fverpel-hint {
	margin-top: 0;
	color: #666;
	font-size: 13px;
}

.fverpel-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 14px;
}

.fverpel-field {
	flex: 1 1 220px;
	display: flex;
	flex-direction: column;
}

.fverpel-field label {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 14px;
}

.fverpel-field input[type="text"],
.fverpel-field input[type="email"],
.fverpel-field input[type="tel"],
.fverpel-field input[type="date"],
.fverpel-field input[type="number"],
.fverpel-field select,
.fverpel-field textarea {
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	width: 100%;
}

.fverpel-field .fverpel-optional {
	font-weight: 400;
	color: #888;
	font-size: 12px;
}

.fverpel-radio-group,
.fverpel-checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fverpel-radio-option,
.fverpel-checkbox-option {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14.5px;
}

.fverpel-radio-option input,
.fverpel-checkbox-option input {
	margin-top: 3px;
}

.fverpel-signature-pad {
	border: 1px dashed #aaa;
	border-radius: 6px;
	background: #fff;
	padding: 6px;
}

.fverpel-signature-canvas {
	width: 100%;
	height: 160px;
	display: block;
	touch-action: none;
	cursor: crosshair;
	background: #fff;
	border-radius: 4px;
}

.fverpel-signature-clear {
	margin-top: 8px;
}

#fverpel-photo-preview {
	display: none;
	max-width: 160px;
	margin-top: 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
}

.fverpel-submit-row {
	text-align: right;
}

.fverpel-submit-row button {
	font-size: 17px;
	padding: 12px 28px;
	border-radius: 6px;
	border: none;
	background: #1e6b34;
	color: #fff;
	cursor: pointer;
}

.fverpel-submit-row button:hover {
	background: #17552a;
}

.fverpel-required::after {
	content: " *";
	color: #b02a2a;
}

.fverpel-passantrag-required::after {
	content: " *";
	color: #1a5ea8;
}
