/*
Theme Name: MH Magazine Lite Child
Theme URI: 
Description: قالب ابن احترافي لقالب MH Magazine Lite
Author: MH Themes
Author URI: https://www.mhthemes.com/
Template: mh-magazine-lite
Version: 2.8.6
*/

/* 🔹 تنسيق الإعلانات في المنتصف */
.ads-center {
  text-align: center;
  margin: 20px auto;
  display: block;
  max-width: 100%;
}

/* 🔹 تحسين مظهر إعلانات Google AdSense على الأجهزة الصغيرة */
.ads-center ins {
  display: inline-block;
  max-width: 100%;
  width: 100%; /* تأكد من أن الإعلان يتناسب مع عرض الجهاز */
}

/* 🔔 زر الاشتراك في إشعارات Webpushr */
#webpushr-subscription-button {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}



/* جعل الصور تظهر في المنتصف */
.mh-loop-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* تأكد من أن الصورة تأخذ العرض الكامل */
    height: auto; /* لضمان الحفاظ على النسب */
}

/* تأكد من أن الصور المصغرة في الشريط الجانبي يتم ضبطها بشكل صحيح */
.sidebarimg, .jobthumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

/* نهــــــــــاية الاصلية */

.comments-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #0073e6;
}
.comments-link a {
    text-decoration: none;
    color: inherit;
}
.comments-link:hover {
    text-decoration: underline;
}










