.email_banner {
    width: 100%;
    background-color: #b3ffa6;
    border: 2px solid #0c5400;
}

.email_banner_p {
    padding: 3px 10px;
    font-size: 1em;
    margin: 0;
}

@media (max-width: 768px) {

    .email_banner_p {
        font-size: 15px;
    }
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item-row {
    display: flex;
    padding: 5px;
    gap: 12px;
    border-bottom: 1px solid #e0e0e0;
    align-items: flex-start;
    background-color: white;
}

.news-item-row.unseen {
    background-color: #f3caca; /* светло-голубой фон */
}

.news-image img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
}

.news-placeholder-icon {
    width: 30px;
    height: 30px;
    background: #ddd;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.news-text {
    flex: 1;
}

.news-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    display: block;
    line-height: 18px;
}

.news-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.news-description {
    margin: 0;
    font-size: 14px;
    color: #444;
}

.btn-news {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
}

.btn-news:hover {
    background: #0056b3;
}

.btn-all-news {
    display: block;
    text-align: center;
    margin-top: 10px;
    background: #28a745;
}

.btn-all-news:hover {
    background: #218838;
}

p .news-title:before {
    content: url("/static/image/bulb-h20.5736df44283b.png");
    padding-right: 5px;
}
