/*
    Theme Name:  Jannah Child
    Template:    jannah
    Version:     1.0.2
*/

/* 1. مسار التنقل (Breadcrumb) */
#breadcrumb, #breadcrumb a {
    font-size: 20px !important;
    color: #376FA6 !important;
}

/* 2. بيانات المقال (الكاتب - التاريخ) */
.post-meta, .post-meta-items {
    font-size: 20px !important;
    color: #376FA6 !important;
}

/* 3. الشريط العلوي (التاريخ والإيميل) */
.top-nav .date-in-header, 
.top-nav .top-email,
#top-nav .topbar-wrapper .topbar-today-date {
    font-size: 20px !important;
    color: #376FA6 !important;
    font-weight: bold !important;
}

/* 4. تنسيق رابط "لنفس المؤلف" */
.almanar-author-link-box {
    margin: 30px auto;    
    text-align: center;     
    padding: 20px;          
    border: 2px solid #376FA6; 
    border-radius: 10px;    
    background-color: #f9f9f9; 
    max-width: 300px;         
}

.almanar-author-link-box a {
    color: #376FA6;            
    font-weight: bold;        
    font-size: 18px;          
    text-decoration: none;    
    display: block;           
}

.almanar-author-link-box a:hover {
    color: #1a4789;            
    text-decoration: underline; 
}
/* تنسيقات إضافية منتقلة من functions.php */
#top-nav .topbar-wrapper .topbar-today-date {
    font-size: 22px !important;
    color: #376FA6 !important;
    font-weight: bold !important;
}

#breadcrumb, #breadcrumb a, .post-meta, .post-meta-items, .post-meta-items a {
    font-size: 22px !important;
    color: #376FA6 !important;
}

.meta-views, .meta-reading-time, .meta-item {
    font-size: 24px !important;
    color: #1a4789 !important;
}