
.js-lang-hover::before {
	display: contents;
	content: var(--lang-cur);
}

.js-lang-hover:hover::before {
	content: var(--lang-next);
}

.js-form a {
	cursor: pointer;
	color: currentColor !important;
	text-decoration: underline;
}

.js-form p {
	padding-bottom: 0.5rem;
}

.js-form p:last-child {
	padding-bottom: 0;
}

.custom-input {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	width: 100%;
}

.custom-label {
	font-weight: 500;
	line-height: 1.25rem;
	margin-left: 0.25rem;
	margin-bottom: 0.5rem;
}

.custom-select {
	height: 2.75rem;
}

.custom-submit {
	font-weight: 500;
}
