.hrzps-form {
	background-color: #FBF9F4;
	border-radius: 8px;
	padding: 32px;
	box-sizing: border-box;
}

.hrzps-row {
	margin-bottom: 20px;
}

.hrzps-row--split {
	display: flex;
	gap: 16px;
}

.hrzps-row--split .hrzps-col {
	flex: 1;
}

.hrzps-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7060;
	margin-bottom: 8px;
}

.hrzps-field {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e3e0d6;
	border-radius: 4px;
	padding: 12px 14px;
	font-size: 14px;
	color: #8a8f80;
	appearance: none;
	-webkit-appearance: none;
}

select.hrzps-field {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238a8f80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.hrzps-field:focus {
	outline: none;
	border-color: #9aa38a;
}

.hrzps-field::placeholder {
	color: #b3b6a8;
}

.hrzps-submit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #5c6650;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 14px 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.hrzps-submit:hover {
	background-color: #4a5240;
}

.hrzps-submit-icon {
	flex-shrink: 0;
}
