
/* Hide the '仕入れ' tab if it remains in markup */
.kblp-tabs button, .kblp-tabs .tab, .nav-tabs .nav-link {
  /* no-op, handled by JS for exact text match */
}
/* Put summary cards above table on narrow screens */
.kblp-cards-above {
  order: -1 !important;
  margin-bottom: 12px;
}
/* Make tables horizontally scrollable */
.kblp-scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.kblp-scroll-x table { min-width: 820px; }
.kblp-badge { display:inline-block; padding:2px 8px; border-radius:999px; background:#e6f3ff; color:#0366d6; font-size:12px; }
.kblp-btn-orange { background:#ff7f00 !important; border-color:#ff7f00 !important; color:#fff !important; }
.kblp-btn-red { background:#e55353 !important; border-color:#e55353 !important; color:#fff !important; }
