.entry-content,
.entry-content p {
direction: rtl !important;
text-align: right !important;
font-size: 19px !important;
line-height: 2 !important;
}
.single-post .entry-content {
    direction: rtl;
    text-align: right;
}.single-post,
.single-post article,
.single-post .entry-content,
.single-post .wp-block-post-content,
.single-post .post-content {
    direction: rtl !important;
    text-align: right !important;
}
header img {
    max-width: 85% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
/* جمع‌وجور کردن ناحیه بالای سایت */
.site-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* کمی باریک‌تر شدن تصویر هدر */
.site-header img {
    max-width: 90% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* فهرست و آرشیو نوشته‌ها */
.blog .site-main,
.archive .site-main,
.home .site-main {
    direction: rtl !important;
}

.blog article,
.archive article,
.home article {
    direction: rtl !important;
    text-align: right !important;
}

.blog .entry-meta,
.archive .entry-meta,
.home .entry-meta {
    direction: rtl !important;
    text-align: right !important;
}

.blog .more-link,
.archive .more-link,
.home .more-link {
    float: right !important;
}
/* کوچکتر کردن تصویر هدر */
.site-header img,
.header-image img {
    max-height: 180px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

/* جمع‌وجور کردن MetaSlider */
.metaslider,
.metaslider .slides,
.metaslider .slides img {
    max-height: 360px !important;
}

.metaslider .slides img {
    width: 100% !important;
    object-fit: cover !important;
}
/* کوچک کردن ارتفاع اسلایدر صفحه اصلی */
.metaslider,
.metaslider .slides img {
    max-height: 320px !important;
}

.metaslider .slides img {
    width: 100% !important;
    object-fit: cover !important;
}
/* کوچک‌تر کردن اسلایدر صفحه اصلی */
.metaslider,
.metaslider .slides img {
    max-height: 240px !important;
}

.metaslider .slides img {
    width: 100% !important;
    object-fit: cover !important;
}
/* مشخص کردن کادر مطالب صفحه اصلی */
article,
.post,
.hentry {
	/* نمایش کامل تصاویر اسلایدر اصلی */
#metaslider_4105 .slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}