.billie {
  display: flex;
  align-items: center;
  border: 1px solid $gray;
  background-color: $white;
  padding: 8px;
  gap: 8px;

  &__logo {
    height: 25px;
  }

  &.billie-basket {
    margin: -20px -20px 0;
  }

  .billie__logo {
    height: 25px;
  }

  &__content {
    display: flex;
    flex-direction: column;
  }

  &__title {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    color: $gray-dark;
    white-space: normal;
  }

  &__link {
    color: inherit;
    text-decoration: underline;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
  }

  &__subtitle {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    color: $squant;
  }
}
