/**
 * Prestaworks AB.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   https://license.prestaworks.se/license.html
 */

.sg-banner .alert {
	border-width: 0;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 0.75rem 1rem;
	text-align: center;
	text-transform: uppercase;
}
.alert-sg {
	background-color: var(--bs-primary);
	color: white;
}