/* واجهة الهواتف الذكية - CSS */
.phhp998x-phone-hero-section {text-align:center;padding:40px 10px;background:#f8f9fa;}
.phhp998x-phone-hero-section h1 {font-size:2.2em;}
.phhp998x-phone-brands-section {padding:20px 0;text-align:center;}
.phhp998x-brands-list {display:flex;flex-wrap:wrap;justify-content:center;gap:20px;}
.phhp998x-brand-item {display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#222;transition:box-shadow .2s;box-shadow:0 1px 4px #eee;padding:10px 18px;border-radius:8px;background:#fff;}
.phhp998x-brand-item img {max-width:60px;max-height:60px;margin-bottom:8px;}
.phhp998x-phone-categories-section {padding:20px 0;}
.phhp998x-category-block {margin-bottom:30px;}
.phhp998x-category-block h2 {font-size:1.3em;margin-bottom:10px;}
.phhp998x-category-posts {list-style:none;padding:0;}
.phhp998x-category-posts li {margin-bottom:6px;}
.phhp998x-phone-shortcode-section {padding:20px 0;background:#f1f1f1;}
.phhp998x-phone-footer-section {padding:18px 0;text-align:center;background:#222;color:#fff;margin-top:30px;}
@media (max-width:600px) {
  .phhp998x-brands-list {flex-direction:column;gap:10px;}
  .phhp998x-brand-item {width:100%;}
} 