.alpla-country-notice-toast {
	position: fixed;
	z-index: 1000;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	max-width: 28em;
	padding: 1.5rem;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.alpla-country-notice-toast__message {
	margin-block: 0;
	color: var(--primary-color);
	font-family: var(--futura-font);
	text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 1.25;
}

.alpla-country-notice-toast__cta.button {
	margin-block-start: 1rem;
}

.alpla-country-notice-toast__dismiss {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	border: 0;
	background: none;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}
