.email_banner {
    width: 100%;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-bottom: 2px solid #f59e0b;
    text-align: center;
}

.email_banner_p {
    padding: 5px 16px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #78350f;
}

.email_banner_p a {
    color: #be0017 !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.email_banner_p a:hover {
    color: #9b0014 !important;
}

@media (max-width: 768px) {
    .email_banner_p {
        font-size: 15px;
        padding: 5px 4px;
    }
}

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

.news-item-row {
    display: flex;
    padding: 8px 10px;
    gap: 10px;
    align-items: flex-start;
    background-color: white;
    border-left: 3px solid #ccc;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.news-item-row:hover {
    background-color: #fafafa;
}

.news-item-row.unseen {
    background-color: #fef7f7;
}

/* цветовые акценты по типу новости */
.news-type-functional  { border-left-color: #40a4aa; }
.news-type-bugs        { border-left-color: #e8a838; }
.news-type-premium     { border-left-color: #be0017; }
.news-type-sale        { border-left-color: #50C581; }
.news-type-new_content { border-left-color: #6b7fd7; }

.news-inline-img {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 2px;
}

.news-text {
    flex: 1;
}

.news-title {
    font-weight: 600;
    font-size: 14.5px;
    margin-bottom: 4px;
    display: block;
    line-height: 19px;
    color: #222;
    background: #f7f3f5;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 0 -6px 4px;
}

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

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

@media (max-width: 576px) {
    .news-item-row {
        margin-bottom: 10px;
        padding: 10px 12px;
    }
    .news-title {
        font-size: 18px;
        line-height: 23px;
    }
    .news-description {
        font-size: 16px;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.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;
}

.web {
position:fixed;top:0;right:0;width:120px;height:120px;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><path d="M0,0L120,0L120,120" stroke="gray" stroke-width="1" fill="none"/></svg>') no-repeat;
  opacity:0.4;
}