.home-mobile-header-ab {
  background-color: #16264d;
  padding: 10px 12px;
}

.home-mobile-header-ab-bottom {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  transform: translateY(110%);
  transition: transform 0.24s ease-out;
  z-index: 1030;
}

.home-mobile-header-ab-bottom .home-mobile-header-ab {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.22);
}

.home-mobile-header-ab-bottom--visible {
  pointer-events: auto;
  transform: translateY(0);
}

.home-mobile-header-ab__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.home-mobile-header-ab__brand {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
}

.home-mobile-header-ab__logo {
  display: none;
  flex: 0 0 14px;
  max-width: 14px;
}

@media (min-width: 380px) {
  .home-mobile-header-ab__logo {
    display: block;
    flex: 0 0 28px;
    max-width: 28px;
  }
}

.home-mobile-header-ab__text {
  color: #ffffff;
  font-family: 'Jost', 'Rubik', 'Noto Sans', sans-serif;
}

.home-mobile-header-ab__title {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 400px) {
  .home-mobile-header-ab__title {
    font-size: 14px;
  }
}

.home-mobile-header-ab__cta {
  background: #e7c533;
  border-radius: 999px;
  color: #111111;
  display: inline-block;
  flex: 0 0 auto;
  font-family: 'Jost', 'Rubik', 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 340px) {
  .home-mobile-header-ab__cta {
    font-size: 16px;
  }
}

.home-mobile-header-ab__cta:focus {
  color: #111111;
  text-decoration: none;
}

.home-mobile-header-ab__cta:hover {
  color: #111111;
  text-decoration: none;
}
