.alerts {
    max-height: 320px;
    overflow: auto;
}

.alerts-item {
    display: flex;
    padding: 4px;
    background: #9a9011;
}

.alerts-item--start {
    justify-content: flex-start;
}

.alerts-item--center {
    justify-content: center;
}

.alerts-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.alerts-item-message {
    font-size: 14px;
    color: #fff;
    max-width: 1140px;
    min-height: 18px;
    background: url('./info-ver-FDBF82EA3011E530B20AEB9EB3D6E570.svg') left center no-repeat;
    padding-left: 22px;
    word-wrap: break-word;
    overflow: auto;
}
