/* Four tabs fit a phone: plain case and tighter padding below 600px, so none of them is cut off or scrolled away. */ @media (max-width: 599.98px) { .mv-energy-page ::deep .mv-energy-tabs .mud-tab { /* MudTabs sets the tab's minimum width inline. */ min-width: 0 !important; padding: 6px 8px; text-transform: none; letter-spacing: normal; } }