.shp-form-wrap {
	max-width: 640px;
	margin: 24px 0;
	font-family: inherit;
}
.shp-case-badge {
	display: inline-block;
	background: #fdecea;
	color: #b3261e;
	border: 1px solid #f5c2c0;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 14px;
	margin-bottom: 16px;
}
.shp-row {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}
.shp-row label {
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}
.shp-row input[type="text"],
.shp-row input[type="url"],
.shp-row input[type="email"],
.shp-row input[type="file"],
.shp-row textarea {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}
.shp-fieldset {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 12px 16px 0;
	margin-bottom: 16px;
}
.shp-fieldset legend {
	font-weight: 600;
	padding: 0 6px;
}
.shp-consent label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}
.shp-hp {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.shp-submit {
	background: #b3261e;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.shp-submit:hover {
	background: #8f1d17;
}
.shp-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.shp-msg {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 600;
}
.shp-msg.shp-ok {
	color: #1e7e34;
}
.shp-msg.shp-error {
	color: #b3261e;
}
