/* Preserve full row width while preventing the mobile pill container from stretching. */

@media (max-width: 781px) {
  .pftg-product-nav .wp-block-navigation__container {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}
