/* تحسينات إضافية للهواتف - رأس المقالة */

@media screen and (max-width: 600px) {
  /* إزالة الحدود والظلال الزائدة */
  .single-post .has-post-thumbnail .entry-header {
    border: none;
    box-shadow: none;
  }
  
  /* فاصل بسيط بين العنوان والمعلومات */
  .single-post .has-post-thumbnail .entry-header .post-sub-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e9ecef;
  }
  
  /* تنسيق معلومات الكاتب */
  .single-post .has-post-thumbnail .entry-header .post-sub-header .post-user-full {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 0;
  }
  
  /* فاصل بين العناصر - نفس نمط Desktop */
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full > *:not(:last-child)::after {
    content: '' !important;
    display: inline-block !important;
    width: 4px !important;
    height: 4px !important;
    background: #dee2e6 !important;
    border-radius: 50% !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    vertical-align: middle !important;
    position: relative;
    top: -1px;
  }
  
  /* أيقونات المشاركة */
  ul.icons-social-share {
    display: flex !important;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  ul.icons-social-share li {
    display: inline-block;
    margin: 0;
  }
  
  ul.icons-social-share li a {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: 2px solid !important;
    transition: all 0.3s ease;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 18px !important;
  }
  
  /* فيسبوك */
  ul.icons-social-share li.facebook a {
    background-image: url('data:image/svg+xml,<svg fill="%231877f2" height="18px" width="18px" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-337 273 123.5 256"><path d="M-260.9,327.8c0-10.3,9.2-14,19.5-14c10.3,0,21.3,3.2,21.3,3.2l6.6-39.2c0,0-14-4.8-47.4-4.8c-20.5,0-32.4,7.8-41.1,19.3 c-8.2,10.9-8.5,28.4-8.5,39.7v25.7H-337V396h26.5v133h49.6V396h39.3l2.9-38.3h-42.2V327.8z"></path></svg>') !important;
    border-color: #1877f2 !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.facebook a:active {
    background-color: #1877f2 !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" height="18px" width="18px" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-337 273 123.5 256"><path d="M-260.9,327.8c0-10.3,9.2-14,19.5-14c10.3,0,21.3,3.2,21.3,3.2l6.6-39.2c0,0-14-4.8-47.4-4.8c-20.5,0-32.4,7.8-41.1,19.3 c-8.2,10.9-8.5,28.4-8.5,39.7v25.7H-337V396h26.5v133h49.6V396h39.3l2.9-38.3h-42.2V327.8z"></path></svg>') !important;
  }
  
  /* تويتر */
  ul.icons-social-share li.twitter a {
    background-image: url('data:image/svg+xml,<svg fill="%231da1f2" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg>') !important;
    border-color: #1da1f2 !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.twitter a:active {
    background-color: #1da1f2 !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg>') !important;
  }
  
  /* واتساب */
  ul.icons-social-share li.whatsapp a {
    background-image: url('data:image/svg+xml,<svg fill="%2325d366" width="18px" height="18px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11.42 9.49c-.19-.09-1.1-.54-1.27-.61s-.29-.09-.42.1-.48.6-.59.73-.21.14-.4 0a5.13 5.13 0 0 1-1.49-.92 5.25 5.25 0 0 1-1-1.29c-.11-.18 0-.28.08-.38s.18-.21.28-.32a1.39 1.39 0 0 0 .18-.31.38.38 0 0 0 0-.33c0-.09-.42-1-.58-1.37s-.3-.32-.41-.32h-.4a.72.72 0 0 0-.5.23 2.1 2.1 0 0 0-.65 1.55A3.59 3.59 0 0 0 5 8.2 8.32 8.32 0 0 0 8.19 11c.44.19.78.3 1.05.39a2.53 2.53 0 0 0 1.17.07 1.93 1.93 0 0 0 1.26-.88 1.67 1.67 0 0 0 .11-.88c-.05-.07-.17-.12-.36-.21z"></path><path d="M13.29 2.68A7.36 7.36 0 0 0 8 .5a7.44 7.44 0 0 0-6.41 11.15l-1 3.85 3.94-1a7.4 7.4 0 0 0 3.55.9H8a7.44 7.44 0 0 0 5.29-12.72zM8 14.12a6.12 6.12 0 0 1-3.15-.87l-.22-.13-2.34.61.62-2.28-.14-.23a6.18 6.18 0 0 1 9.6-7.65 6.18 6.18 0 0 1 1.81 6.22A6.12 6.12 0 0 1 8 14.12z"></path></svg>') !important;
    border-color: #25d366 !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.whatsapp a:active {
    background-color: #25d366 !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="18px" height="18px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M11.42 9.49c-.19-.09-1.1-.54-1.27-.61s-.29-.09-.42.1-.48.6-.59.73-.21.14-.4 0a5.13 5.13 0 0 1-1.49-.92 5.25 5.25 0 0 1-1-1.29c-.11-.18 0-.28.08-.38s.18-.21.28-.32a1.39 1.39 0 0 0 .18-.31.38.38 0 0 0 0-.33c0-.09-.42-1-.58-1.37s-.3-.32-.41-.32h-.4a.72.72 0 0 0-.5.23 2.1 2.1 0 0 0-.65 1.55A3.59 3.59 0 0 0 5 8.2 8.32 8.32 0 0 0 8.19 11c.44.19.78.3 1.05.39a2.53 2.53 0 0 0 1.17.07 1.93 1.93 0 0 0 1.26-.88 1.67 1.67 0 0 0 .11-.88c-.05-.07-.17-.12-.36-.21z"></path><path d="M13.29 2.68A7.36 7.36 0 0 0 8 .5a7.44 7.44 0 0 0-6.41 11.15l-1 3.85 3.94-1a7.4 7.4 0 0 0 3.55.9H8a7.44 7.44 0 0 0 5.29-12.72zM8 14.12a6.12 6.12 0 0 1-3.15-.87l-.22-.13-2.34.61.62-2.28-.14-.23a6.18 6.18 0 0 1 9.6-7.65 6.18 6.18 0 0 1 1.81 6.22A6.12 6.12 0 0 1 8 14.12z"></path></svg>') !important;
  }
  
  /* تيليجرام */
  ul.icons-social-share li.telegram a {
    background-image: url('data:image/svg+xml,<svg fill="%230088cc" width="18px" height="18px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z"></path></svg>') !important;
    border-color: #0088cc !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.telegram a:active {
    background-color: #0088cc !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="18px" height="18px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z"></path></svg>') !important;
  }
  
  /* بلوسكاي */
  ul.icons-social-share li.bluesky a {
    background-image: url('data:image/svg+xml,<svg fill="%231185fe" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z"/></svg>') !important;
    border-color: #1185fe !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.bluesky a:active {
    background-color: #1185fe !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z"/></svg>') !important;
  }
  
  /* لينكدإن */
  ul.icons-social-share li.linkedin a {
    background-image: url('data:image/svg+xml,<svg fill="%230a66c2" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>') !important;
    border-color: #0a66c2 !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.linkedin a:active {
    background-color: #0a66c2 !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>') !important;
  }
  
  /* بينتريست */
  ul.icons-social-share li.pinterest a {
    background-image: url('data:image/svg+xml,<svg fill="%23e60023" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>') !important;
    border-color: #e60023 !important;
    background-color: transparent !important;
  }
  
  ul.icons-social-share li.pinterest a:active {
    background-color: #e60023 !important;
    background-image: url('data:image/svg+xml,<svg fill="%23ffffff" width="18px" height="18px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>') !important;
  }
  
  /* إزالة margin وpadding الزائد من معلومات المقالة */
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full time,
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full > span,
  .reading-time {
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
  }
  
  /* تحسين عرض التاريخ ووقت القراءة */
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full time,
  .reading-time {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 400;
  }
  
  /* اسم الكاتب */
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full > span a {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
    text-decoration: none;
  }
  
  /* صورة الكاتب */
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full > span img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    margin-right: 6px;
  }
  
  /* المسافة بين الأقسام */
  .single-post .entry-body .entry-media {
    margin-top: 0;
  }
}

/* للشاشات الصغيرة جداً */
@media screen and (max-width: 480px) {
  .single-post .has-post-thumbnail .entry-header {
    padding: 20px 15px 18px !important;
  }
  
  .single-post .has-post-thumbnail .entry-header h1.entry-title {
    font-size: 1.5rem !important;
    line-height: 1.4;
  }
  
  .article-categories .category-tag {
    font-size: 0.7rem;
    padding: 7px 14px;
  }
  
  .single-post .has-post-thumbnail .entry-header .post-sub-header .post-btns-share a {
    width: 40px;
    height: 40px;
  }
  
  .entry-site-main .post.type-post .entry-header .post-sub-header .post-user-full > span img {
    width: 26px !important;
    height: 26px !important;
  }
}

