/* Roket Phone Validator — frontend styles */

.form-row .iti {
	width: 100%;
}

.roket-pv-error {
	display: block;
	color: #b81c23;
	font-size: 0.85em;
	margin-top: 4px;
}

.roket-pv-error:empty {
	display: none;
}

input.roket-pv-input-error {
	border-color: #b81c23 !important;
}

/* Keep the dropdown above theme overlays/sticky elements. */
.iti--container {
	z-index: 100000;
}
