.fah-access,
.fah-access-ready {
	--fah-accent: #278333;
	--fah-accent-hover: #5f7457;
	--fah-error: #9b2c2c;
	max-width: 34rem;
	width: 100%;
	font-family: var(--e-global-typography-text-font-family, inherit);
}

.fah-access-form {
	display: grid;
	gap: 0.75rem;
	width: 100%;
	font-family: inherit;
}

.fah-screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.fah-access-form input {
	width: 100%;
	box-sizing: border-box;
	min-height: 3rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid currentColor;
	border-radius: 0.25rem;
	background: #fff;
	color: #222;
	font: inherit;
}

.fah-access-form input::placeholder {
	color: #8a8a8a;
	opacity: 1;
}

.fah-access-form button,
.fah-access-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.25rem;
	border: 0;
	border-radius: 0.25rem;
	background: var(--fah-accent);
	color: #fff;
	font: inherit;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.fah-access-form button {
	width: 100%;
}

.fah-access-form button:hover,
.fah-access-form button:focus,
.fah-access-button:hover,
.fah-access-button:focus {
	background: var(--fah-accent-hover);
	color: #fff;
}

.fah-access-error {
	padding: 0.8rem 1rem;
	border-left: 4px solid var(--fah-error);
	background: #fff5f5;
	color: var(--fah-error);
}
