/* Keep the repeated mobile controls comfortably tappable, even for returning
   readers whose browser still holds the previous bundled stylesheet. */
@media (max-width: 560px) {
  .brand {
    min-height: 44px;
  }

  .follow-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
  }

  .main-nav a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .topic-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .consent-actions button,
  .privacy-settings-button {
    min-height: 44px;
  }
}
