/* News Type Tags - Shared Styles */
.news-type {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.news-type-update, .news-type-РѕР±РЅРѕРІР»РµРЅРёРµ {
    background: linear-gradient(135deg, #e53935, #ff5252);
    color: #fff;
}

.news-type-maintenance, .news-type-С‚РµС…РЅРёС‡РµСЃРєРёРµ-СЂР°Р±РѕС‚С‹ {
    background: linear-gradient(135deg, #f5a623, #f7b84b);
    color: #fff;
}

.news-type-event, .news-type-СЃРѕР±С‹С‚РёРµ {
    background: linear-gradient(135deg, #7b68ee, #9281f1);
    color: #fff;
}

.news-type-announcement, .news-type-РѕР±СЉСЏРІР»РµРЅРёРµ {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: #fff;
}

.news-type-other, .news-type-РїСЂРѕС‡РµРµ {
    background: linear-gradient(135deg, #6b7280, #9ca3af);
    color: #fff;
} 