/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/
/* توجیه متن در محتوای اسناد ZX Docs */
.zxdocs-single-content p {
    text-align: justify !important;
}
/* افزایش فاصله عنوان از بالای کارت در موبایل */
@media (max-width: 576px) {
    .zxdocs-single-title {
        margin-top: 15px !important;
        padding-top: 15px !important;
    }
}