/* Typography & List Improvements */
body, body p, body li, body td, body a, .content p, .content li, .entry-content p, .entry-content li, article p, article li { 
    font-size: 14px !important; 
    line-height: 1.8 !important; 
}

/* Improved Lists */
.content ul, .entry-content ul, article ul { 
    list-style: none; 
    padding-left: 0; 
    margin: 15px 0; 
    direction: rtl;
}

.content ul li, .entry-content ul li, article ul li { 
    position: relative; 
    padding: 10px 22px 10px 0; 
    border-bottom: 1px solid #eaeaea; 
    line-height: 1.6; 
    transition: all 0.2s ease; 
    text-align: right;
}

.content ul li:last-child, .entry-content ul li:last-child, article ul li:last-child { 
    border-bottom: none; 
}

.content ul li:before, .entry-content ul li:before, article ul li:before { 
    content: "‹"; 
    position: absolute; 
    right: 5px; 
    top: 8px; 
    color: #1e3a8a; 
    font-size: 20px; 
    font-weight: bold; 
}

.content ul li:hover, .entry-content ul li:hover, article ul li:hover { 
    background: #f8f9fc; 
    padding-right: 28px; 
}

.content ul li a, .entry-content ul li a, article ul li a { 
    color: #1e3a8a; 
    text-decoration: none; 
    font-weight: 500; 
}

.content ul li a:hover, .entry-content ul li a:hover, article ul li a:hover { 
    color: #3b5998; 
    text-decoration: underline; 
}

table td, table th { 
    font-size: 14px !important; 
    padding: 8px !important; 
}

h1 { font-size: 26px !important; line-height: 1.3 !important; }
h2 { font-size: 20px !important; line-height: 1.3 !important; }
h3 { font-size: 17px !important; line-height: 1.4 !important; }
