.toos-news-empty {
    grid-column: 1 / -1;
    display: flex;
    min-height: 190px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px dashed #b9d9c3;
    border-radius: 22px;
    background: #fff;
    color: #526158;
    text-align: center;
}

.toos-news-empty > span {
    font-size: 38px;
}

.toos-news-empty small {
    color: #77817b;
}
