.bs-blog-post.single .small p {
    line-height: 1.6; /* ضبط التباعد بين السطور */
    text-align: justify; /* محاذاة النص على الجانبين */
    margin-bottom: 15px; /* إضافة مسافة أسفل الفقرة */
}

.single-post .entry-content {
    text-align: justify; /* محاذاة النص في المقال */
    margin: 20px; /* مساحة حول المقال */
}


.single-post .entry-content h1, 
.single-post .entry-content h2, 
.single-post .entry-content h3,
.single-post .entry-content h4 {
    text-align: center; /* محاذاة العناوين */
    margin-bottom: 15px; /* مسافة أسفل العناوين */
}
@font-face {
    font-family: 'Alexandria';
    src: url('https://aiarabic.com/wp-content/fonts/Alexandria/Alexandria.woff2') format('woff2');
}
.bs-blog-category a {
    background-color: #121554;
}
.trail-end {
    display: none;
}
.overlay {
    display: none;
}