/**
 * @author alisch berlec hönow <info@abh.eu>
 * @version 4.6.6
 *
 * Mdj: Frontend
 */

.input {}

input {
	line-height: 1.2 !important;
	padding: 0.85em;
	width: 100%;

	background: transparent;
	border: var( --border-width ) solid currentColor;
	border-radius: 0.5em;
}

.input__title + input,
input + .input__description {
	margin-top: 0.5em;
}

.input__description {
	--font-size: var( --font-size--small );
	--line-height: var( --line-height--small );
}