.alc-disclosure {
	box-sizing: border-box;
	max-width: 100%;
	margin: 1.25rem 0 0.5rem;
	padding: 0.75rem 0.875rem;
	border-left: 3px solid #8c8f94;
	background: #f6f7f7;
	color: #50575e;
	font-size: 0.875em;
	line-height: 1.55;
}

.alc-cta {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 1.25rem 0;
}

.alc-disclosure + .alc-cta {
	margin-top: 0.5rem;
}

.alc-cta .alc-cta__link {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 3.25rem;
	align-items: center;
	gap: 0.75rem;
	padding: 0.875rem 1rem;
	border: 1px solid #135e96;
	border-radius: 5px;
	background: #2271b1;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.alc-cta .alc-cta__link:link,
.alc-cta .alc-cta__link:visited {
	color: #fff;
	text-decoration: none;
}

.alc-cta .alc-cta__link:hover,
.alc-cta .alc-cta__link:focus {
	border-color: #0a4b78;
	background: #135e96;
	color: #fff;
	text-decoration: none;
}

.alc-cta .alc-cta__link:focus-visible {
	outline: 3px solid #72aee6;
	outline-offset: 2px;
}

.alc-cta--logo-button .alc-cta__media {
	display: inline-flex;
	box-sizing: border-box;
	flex: 0 1 7.5rem;
	width: 7.5rem;
	min-width: 0;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	max-width: 35%;
	max-height: 2.75rem;
	padding: 0.25rem 0.375rem;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}

.alc-cta--logo-button .alc-cta__media > .alc-cta__logo {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.alc-cta__label {
	min-width: 0;
	flex: 1 1 auto;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.alc-cta__arrow {
	flex: 0 0 auto;
	font-size: 1.15em;
	line-height: 1;
}

@media screen and (max-width: 480px) {
	.alc-cta .alc-cta__link {
		gap: 0.625rem;
		padding: 0.75rem 0.875rem;
	}

	.alc-cta--logo-button .alc-cta__link {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		width: 100%;
		max-width: 100%;
		column-gap: 0.625rem;
		row-gap: 0.75rem;
	}

	.alc-cta--logo-button .alc-cta__media {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-self: start;
		width: 5.5rem;
		height: 2.375rem;
		max-width: 100%;
		max-height: 2.375rem;
	}

	.alc-cta--logo-button .alc-cta__label {
		grid-column: 1;
		grid-row: 2;
		min-width: 0;
	}

	.alc-cta--logo-button .alc-cta__arrow {
		grid-column: 2;
		grid-row: 2;
		align-self: center;
		justify-self: end;
	}
}
