/* ===================================== */
/* أيقونات احترافية لمواقع الأخبار - معايير W3C */
/* ===================================== */

/* أيقونة الأخبار */
.news-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: inherit;
}

/* أيقونة الوقت */
.time-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: inherit;
}

/* تحسين عرض الأيقونات على الشاشات المختلفة */
@media (max-width: 768px) {
    .news-icon {
        font-size: 12px;
        width: 14px;
        height: 14px;
    }
    
    .time-icon {
        font-size: 10px;
        width: 10px;
        height: 10px;
    }
}

/* دعم أفضل للخطوط والأيقونات */
.news-icon, .time-icon {
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* تحسين الوصولية */
.news-icon, .time-icon {
    speak: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* تحسين الأداء */
.news-icon, .time-icon {
    contain: layout style paint;
}
