/* Build My PC — Mobile supplemental styles v4.1.0
   Core responsive rules live in style.css.
   This file adds finer touch-device adjustments.
*/

/* Larger tap targets on touch screens */
@media (hover: none) and (pointer: coarse) {
  .bmpc-nav-item { padding: 14px 14px; }
  .bmpc-pcard    { padding: 12px 14px; min-height: 72px; }
  .bmpc-summary-add { padding: 6px 0; }
  .bmpc-summ-chip   { min-width: 34px; height: 30px; }
  .bmpc-action-btn  { padding: 11px 8px; }
}

/* Toast above any potential bottom browser chrome */
@media (max-width: 700px) {
  .bmpc-toast { bottom: 72px; }
}
