/* Styles for injected checkbox column and mobile tweaks */
.fbcw-checkbox-header, .fbcw-checkbox-cell { text-align: center; width: 48px; }
.fbcw-row-checkbox { width: 18px; height: 18px; transform: scale(1.05); cursor: pointer; }
.fbcw-sku { font-size: 12px; color: #666; display:block; margin-top:4px; }

/* make cart actions flexible on small screens */
@media (max-width: 768px) {
  .woocommerce .actions { display:flex; flex-wrap:wrap; gap:8px; }
  .woocommerce .actions .button { flex:1 1 auto; }
  .fbcw-checkbox-cell { width: 44px; }
}

/* toast simple styling */
.fbcw-toast { box-shadow:0 6px 18px rgba(0,0,0,0.2); }
