@media (max-width: 640px) {
  .cbw-mini {
    left: 12px;
    bottom: 12px;
    width: auto;
    min-width: 158px;
    height: 54px;
    border-radius: 18px;
    padding: 0 16px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    white-space: nowrap;
  }

  .cbw-mini.is-visible {
    display: flex;
  }

  .cbw-mini__top,
  .cbw-mini__bottom {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }

  .cbw-mini__top {
    opacity: .86;
  }
}