.group-savings-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 198, 206, 1);
    border: none;
    padding: 6px 10px;
    margin: 12px 0;
    color: #021e72;
    font-size: 16px;
    font-weight: 500; 
    margin-left: -10px;
    margin-right: -10px;
}
.group-savings-icon { 
    display: none!important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.group-savings-banner--visible {
    opacity: 1;
    transform: translateY(0);
}


.group-savings-message {
    flex: 1;
}

.group-savings-amount {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    color: #021e72;
}
