.waves-banner {
    min-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    justify-self: center;
    width: 90%;
}
.waves-banner--success {
    background-color: #14AE5C;
    color: white;
}
.waves-banner--error {
    background-color: #B3261E;
    color: white !important;
}
.waves-banner--error a {
    color: #FFF;
    text-decoration: underline !important;
}
.waves-banner--info {
    background-color: #1F6FEB;
    color: white !important;
}
.waves-banner--info a {
    color: #FFF;
    text-decoration: underline !important;
}
.waves-banner--warning {
    background-color: #ffec43;
    color: rgb(43, 43, 43) !important;
}

.waves-banner-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 2px solid currentColor;
	border-radius: 50%;
	overflow: hidden;
    font-style: normal;
    font-weight: bolder;
    flex-shrink: 0;
}

.waves-banner-icon img {
	width: 14px;
	height: 14px;
}

.waves-banner--persistent {
    opacity: 1 !important;
    transition: none !important;
}
