.top-alert[data-sabin-configured="1"] .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.top-alert[data-sabin-configured="1"] .sabin-top-alert__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
}

.top-alert[data-sabin-configured="1"] .sabin-top-alert__content strong,
.top-alert[data-sabin-configured="1"] .sabin-top-alert__content span {
	color: inherit;
}

.top-alert[data-sabin-configured="1"] .sabin-top-alert__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 5px 15px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .18s ease, opacity .18s ease;
}

.top-alert[data-sabin-configured="1"] .sabin-top-alert__button:hover,
.top-alert[data-sabin-configured="1"] .sabin-top-alert__button:focus-visible {
	opacity: .9;
	transform: translateY(-1px);
}

@media (max-width: 700px) {
	.top-alert[data-sabin-configured="1"] .container,
	.top-alert[data-sabin-configured="1"] .sabin-top-alert__content {
		flex-wrap: wrap;
		gap: 7px 12px;
	}

	.top-alert[data-sabin-configured="1"] .container {
		padding-block: 8px;
	}
}
