.hilight > a,
a.hilight,
.menu-item.hilight > a {
	color: var(--widerrufsformular-highlight-color, #c81932) !important;
}

.cellco-widerruf__form {
	max-width: 900px;
}

.cellco-widerruf__field {
	display: grid;
	grid-template-columns: 30% 70%;
	margin-bottom: 20px;
}

.cellco-widerruf__field label {
	font-weight: 700;
	line-height: 2.5em;
}

.cellco-widerruf__field input[type="text"],
.cellco-widerruf__field input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.6em;
	color: #555;
}

.cellco-widerruf__field input:focus {
	border-color: #bbb;
	outline: 2px solid rgba(0, 0, 0, 0.15);
	outline-offset: 1px;
}

.cellco-widerruf__consent,
.cellco-widerruf__hint {
	margin-left: 30%;
}

.cellco-widerruf__consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 400;
}

.cellco-widerruf__consent input {
	margin-top: 5px;
}

.cellco-widerruf__hint {
	font-size: 12px;
	color: #777;
}

.cellco-widerruf__submit {
	display: inline-block;
	margin-left: 30%;
	padding: 9px 18px;
	border: 0;
	border-radius: 3px;
	background: var(--beige, #d4d0c5);
	color: #000;
	font-size: 15px;
	cursor: pointer;
}

.cellco-widerruf__submit:hover,
.cellco-widerruf__submit:focus {
	filter: brightness(0.95);
}

.cellco-widerruf__message {
	margin: 0 0 24px;
	padding: 12px 14px;
	border: 1px solid #777;
}

.cellco-widerruf__message--success {
	border-color: #46b450;
}

.cellco-widerruf__message--saved {
	border-color: #ffb900;
}

.cellco-widerruf__message--invalid,
.cellco-widerruf__message--expired,
.cellco-widerruf__message--rate_limited,
.cellco-widerruf__message--error {
	border-color: #dc3232;
}

.cellco-widerruf__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 1024px) {
	.cellco-widerruf__field {
		grid-template-columns: 100%;
	}

	.cellco-widerruf__field label {
		padding: 10px 0 8px;
		line-height: 1.2em;
	}

	.cellco-widerruf__consent,
	.cellco-widerruf__hint,
	.cellco-widerruf__submit {
		margin-left: 0;
	}
}
