/******************* ALL DEVICES *******************/

textarea {
	resize: none; /* Prevent resizing, use JS to resize */
}

.contact-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.recaptcha-disclosure {
	display: block;
	color: var(--pico-muted-color);
	font-size: 0.7rem;
	text-align: right;
}

#contact-response {
	margin-top: 1rem;
}

#contact-response[data-status="success"] {
	color: #00895a;
}

#contact-response[data-status="error"] {
	color: #d24317;
}
