/* =========================================================
   Senpay - Inline CSS extracted from PHP (formerly style="")
   File: assets/inline.css
   ========================================================= */

/* Pending / In progress attention link */
.senpay-inline-attention-link{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed rgba(250,204,21,0.6);
}
.senpay-inline-attention-link:hover{
  opacity: .95;
}

/* Tight paragraph spacing (was: margin:6px 0) */
.senpay-inline-tight-p{
  margin: 6px 0;
}

/* Generic hidden helper (was: style="display:none") */
.is-hidden{
  display: none !important;
}
/* ============ Mobile tables fix (Active services + Recent orders) ============ */
@media (max-width: 768px){

  /* خليه يقدر يسكرول أفقياً */
  .senpay-dash-table-wrapper{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }

  /* باش الجدول ما يتكسرش */
  .senpay-dash-table{
    min-width: 760px; /* جرب 720-900 حسب الأعمدة */
    width: 100%;
  }

  /* تصغير المسافات والخط */
  .senpay-dash-table th,
  .senpay-dash-table td{
    padding: 10px 10px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  /* البادجات (M3U/MAG) تصغر شوية */
  .senpay-sub-pill{
    transform: scale(.92);
    transform-origin: left center;
  }

  /* أزرار الأكشن ماشي ضروري ولكن كتعاون */
  .senpay-dash-actions{
    gap: 8px;
    flex-wrap: wrap;
  }
}
