.bmp-auth-toast {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 99999;
	max-width: 24rem;
	padding: 1rem 1.125rem;
	border: 1px solid #cfe7d4;
	border-radius: 0.75rem;
	background: #f5fbf6;
	box-shadow: 0 0.75rem 2rem rgba( 16, 24, 40, 0.14 );
	color: #17311d;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

.bmp-auth-toast__title {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.95rem;
}

.bmp-auth-toast__message,
.bmp-auth-success-state__message {
	margin: 0;
	line-height: 1.6;
}

.bmp-auth-success-state {
	padding: 1.5rem;
	border: 1px solid #d8e6dc;
	border-radius: 1rem;
	background: #fff;
	color: #1f2937;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

.bmp-auth-success-state__title {
	margin: 0 0 0.5rem;
	color: #000000;
}

.bmp-auth-success-state__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.75rem 1.125rem;
	border: 1px solid #d71920;
	border-radius: 999px;
	background: #d71920;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

.bmp-auth-success-state__cta:hover {
	border-color: #b81218;
	background: #b81218;
	color: #ffffff;
	text-decoration: none;
}

.bmp-auth-success-state__cta:focus,
.bmp-auth-success-state__cta:focus-visible {
	border-color: #b81218;
	background: #b81218;
	color: #ffffff;
	text-decoration: none;
	outline: 2px solid rgba( 215, 25, 32, 0.35 );
	outline-offset: 2px;
}

@media ( max-width: 640px ) {
	.bmp-auth-toast {
		left: 1rem;
		right: 1rem;
		max-width: none;
	}
}
