.bigstorm-age-gate {
	--bigstorm-age-gate-content-max-width: 26rem;
	--bigstorm-age-gate-gap: 1rem;
	--bigstorm-age-gate-field-gap: 1rem;

	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 1.5rem;
	background: #f6f7f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var( --bigstorm-age-gate-gap );
}

.bigstorm-age-gate__message {
	width: 100%;
	max-width: var( --bigstorm-age-gate-content-max-width );
}

.bigstorm-age-gate__field {
	width: 100%;
}

.bigstorm-age-gate__field-group {
	display: flex;
	flex-direction: column;
	gap: var( --bigstorm-age-gate-field-gap );
	width: 100%;
	max-width: var( --bigstorm-age-gate-content-max-width );
}

.bigstorm-age-gate__label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.bigstorm-age-gate__input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.65rem 0.75rem;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #fff;
	font: inherit;
}

.bigstorm-age-gate__form {
	display: flex;
	flex-direction: column;
	gap: var( --bigstorm-age-gate-gap );
	width: 100%;
	max-width: var( --bigstorm-age-gate-content-max-width );
}

.bigstorm-age-gate__button {
	border: 0;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	background: #2271b1;
	color: #fff;
	cursor: pointer;
	font: inherit;
}

.bigstorm-age-gate__button:hover,
.bigstorm-age-gate__button:focus {
	background: #135e96;
}

.bigstorm-age-gate__button[disabled] {
	cursor: wait;
	opacity: 0.8;
}

.bigstorm-age-gate__status {
	width: 100%;
	max-width: var( --bigstorm-age-gate-content-max-width );
}

.bigstorm-age-gate__status.is-error {
	color: #b32d2e;
}
