/*
 * Email API v5: compact header bridge.
 * Keeps the full desktop lockup where it fits and switches to the mark-only
 * mobile composition before controls can overlap at narrow tablet widths.
 */

@media (min-width: 32.01rem) and (max-width: 36rem) {
  .email-api-page--v3 .api-header,
  .email-api-page--v3 .api-header__inner {
    min-height: 57px;
  }

  .email-api-page--v3 .api-header__inner {
    padding-inline: 12px;
  }

  .email-api-page--v3 .api-header__logo {
    align-items: center;
    justify-content: center;
    width: 44px;
  }

  .email-api-page--v3 .api-header__logo > span {
    display: none !important;
  }

  .email-api-page--v3 .api-header__cta {
    display: none;
  }
}
