@charset "UTF-8";
/***!  /templates/shivasono/css/custom.css  !***/

/* هدف قرار دادن هر سه باکس به صورت همزمان */
.mednet-features-one, 
.mednet-features-two, 
.mednet-features-three {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important; /* این خط برای شکستن ساختار ستونی در فریمورکها حیاتی است */
    direction: rtl !important;
    text-align: right !important;
    margin-bottom: 15px !important; /* فاصله بین باکسها وقتی زیر هم میافتند */
}

/* اصلاح چیدمان داخلی محتوا (آیکون و متن) */
.mednet-features-one *, 
.mednet-features-two *, 
.mednet-features-three * {
    text-align: right !important;
}

/* اگر از لیست استفاده شده، تیکها را به راست منتقل کن */
.mednet-features-one ul, 
.mednet-features-two ul {
    padding-right: 20px !important;
    padding-left: 0 !important;
    list-style-position: inside !important;
}
