.elementor-8153 .elementor-element.elementor-element-6157c4b0{text-align:justify;}/* Start custom CSS for text-editor, class: .elementor-element-6157c4b0 */.mblog img {
  border-radius: 10px !important;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  box-shadow: 0px 0px 10px 2px #888888 !important;
}

.mblog p {
    font-size: 17px !important;
    line-height: 45px !important;

}

.mblog h3{
    font-size: 30px !important;
    color: #1d4ed8 !important;
    margin-top: 40px !important;
    margin-bottom : 20px !important;
    line-height: 60px !important;
}
.mblog h2{
    font-size: 30px !important;
    color: #1d4ed8 !important;
    margin-top: 40px !important;
    margin-bottom : 20px !important;
    line-height: 60px !important;
}
.mblog h1{
    font-size: 30px !important;
    color: #1d4ed8 !important;
    margin-top: 40px !important;
    margin-bottom : 20px !important;
    line-height: 60px !important;
}
.mblog h4{
    font-size: 30px !important;
    color: #1d4ed8 !important;
    margin-top: 40px !important;
    margin-bottom : 20px !important;
    line-height: 60px !important;
}
.mblog h5{
    font-size: 30px !important;
    color: #1d4ed8 !important;
    margin-top: 40px !important;
    margin-bottom : 20px !important;
    line-height: 60px !important;
}
.mblog h6{
    font-size: 30px !important;
    color: #1d4ed8 !important;
    margin-top: 40px !important;
    margin-bottom : 20px !important;
    line-height: 60px !important;
}

.mblog ul {
    line-height: 45px !important;

}


@media (max-width: 575px) {
    .mblog p {
        font-size: 15.5px !important;
        line-height: 35px !important;
    }
    .mblog h1 {
        font-size: 23px !important;
        line-height: 45px !important;
    }
    .mblog h2 {
        font-size: 23px !important;
        line-height: 45px !important;
    }
    .mblog h3 {
        font-size: 22px !important;
        line-height: 45px !important;
    }
    .mblog h4 {
        font-size: 22px !important;
        line-height: 45px !important;
    }
    .mblog h5 {
        font-size: 23px !important;
        line-height: 45px !important;
    }
    .mblog h6 {
        font-size: 23px !important;
        line-height: 45px !important;
    }
}

/* ===========================
   Lists
=========================== */

.mblog ul,
.mblog ol {
    margin: 25px 0;
    padding-right: 25px;
    line-height: 45px !important;
    font-size: 17px;
}

.mblog ul li,
.mblog ol li {
    margin-bottom: 10px;
}

.mblog ul li::marker,
.mblog ol li::marker {
    color: #1d4ed8;
    font-weight: bold;
}

/* ===========================
   Tables
=========================== */

.mblog table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 2px #88888833;
}

.mblog table th {
    background: #1d4ed8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.mblog table td {
    border: 1px solid #e5e7eb;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}

.mblog table tr:nth-child(even) {
    background: #f8fafc;
}

.mblog table tr:hover {
    background: #eef4ff;
    transition: .3s;
}

/* اگر جدول داخل div باشد و بزرگ باشد */
.mblog .table-responsive {
    overflow-x: auto;
    margin: 35px 0;
}

/* ===========================
   Mobile
=========================== */

@media (max-width:575px){

    .mblog ul,
    .mblog ol{
        font-size:15.5px;
        line-height:35px !important;
        padding-right:20px;
    }

    .mblog table{
        font-size:14px;
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

    .mblog table th,
    .mblog table td{
        font-size:14px;
        padding:10px;
    }

}


.mblog strong{
    color:#111827;
    font-weight:700;
}

.mblog a{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

.mblog a:hover{
    color:#1e40af;
    text-decoration:underline;
}

.mblog blockquote{
    border-right:5px solid #1d4ed8;
    background:#f8fafc;
    padding:20px;
    margin:30px 0;
    border-radius:8px;
    line-height:40px;
    font-style:italic;
}

.mblog hr{
    border:none;
    border-top:1px solid #ddd;
    margin:40px 0;
}/* End custom CSS */