/* Keep the fault-type selector text vertically centred and readable. */
.zgk-fault__form select[name="type"] {
	height: 48px;
	min-height: 48px;
	padding: 10px 12px;
	line-height: 1.4;
	color: #294d79;
	background-color: #fff;
}
