/* Bubbles PC only v1 */
@media (min-width: 1024px) {
  .bubbless .bubbles-amount-input { flex-wrap: wrap !important; gap: 8px !important; }
  .bubbless .bubbles-input { flex: 1 1 90px !important; min-width: 90px !important; width: auto !important; text-overflow: clip !important; }
  .bubbless .bubbles-input-buttons { flex: 0 1 auto !important; display: flex !important; gap: 6px !important; }
  .bubbless .bubbles-input-btn { flex: 0 0 auto !important; padding: 6px 12px !important; }
  .bubbless .bubbles-controls-row { flex-wrap: wrap !important; gap: 12px !important; }
  .bubbless .bubbles-control-group { min-width: 0 !important; }
  .bubbless .rows { max-width: 1180px !important; margin: 0 auto !important; }
}
