@media (max-width: 560px) {
  .fh-mobile-cta__headline {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 22px;
  }

  .fh-mobile-cta__platforms {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .fh-mobile-cta__platform {
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88) !important;
    background: rgba(255, 255, 255, 0.08);
    font: 600 9px/1 "DM Sans", sans-serif !important;
    white-space: nowrap;
  }

  .fh-mobile-cta__platform svg {
    display: block;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
  }

  .fh-mobile-cta__offer {
    display: flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
  }

  .fh-mobile-cta__offer s {
    color: rgba(255, 255, 255, 0.42);
  }

  .fh-mobile-cta__offer b {
    color: var(--fh-lime);
    font-weight: 800;
  }

  .fh-mobile-cta__offer em {
    color: rgba(255, 255, 255, 0.68);
    font-style: normal;
  }
}
