/* Responsive adjustments for the TOC.  Separating responsive rules
 * into their own file keeps the core stylesheet focused on the
 * default layout. */

@media (max-width: 520px) {
  /* Allow the H2 labels to take up as much horizontal space as possible on
   * small screens.  The button has a fixed width, so removing the
   * max-width constraint lets the label fill the remaining space. */
  .maybay-toc__h2 {
    max-width: none;
  }
}