/* ضبط حاوية الهيدر لتكون على قدر المحتوى فقط */
.pkp_site_name {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
}

.pkp_site_name a {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important; /* يحصر النقر على اللوغو والنص فقط */
  text-decoration: none !important;
}

/* إظهار النص في سطر واحد مستقيم */
.pkp_site_name .is_img::after {
  content: "Irsa Journal of Sports Studies and Physical Education";
  display: inline-block !important;
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  margin-left: 15px !important;
  white-space: nowrap !important; /* يمنع نزول الكلمات لسطر ثانٍ إطلاقاً */
  line-height: 1 !important;
  vertical-align: middle !important;
}