/* reCAPTCHA badge: hide when disclosure copy is shown (Google FAQ). */
.grecaptcha-badge {
	visibility: hidden;
}

/* File input: hide native "No file chosen"/filename text; we render our own. */
form[data-opti-mailer] input[type="file"].input.has-status {
	color: transparent;
	width: 6.25rem;
	max-width: 6.25rem;
}

.opti-mailer-file-status,
.opti-mailer-file-status .opti-mailer-file-status-name {
	font-size: 0.75rem;
	line-height: 1.2;
}

.opti-mailer-file-status {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	opacity: 0.7;
}

.opti-mailer-file-status.has-file {
	opacity: 1;
}

.opti-mailer-file-status .opti-mailer-file-status-icon {
	font-size: 1em;
	line-height: 1;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
}

.opti-mailer-file-status .opti-mailer-file-status-name {
	word-break: break-all;
}

.theme-light .opti-mailer-file-status.has-file {
	color: #55991A;
}

.theme-dark .opti-mailer-file-status.has-file {
	color: #B3D299;
}
