.chat-minimized {
  @include font-style('body--s');
  align-items: center;
  background-color: returnColorCSSVar('brand-primary');
  border-radius: $border-radius--l;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(15, 25, 65, 0.7);
  color: returnColorCSSVar('white');
  cursor: pointer;
  display: inline-flex;
  font-family: $font-family-theme;
  height: $baseline * 5;
  padding: 14px 20px 16px;
}

.chat-minimized--float {
  bottom: $baseline * 2;
  position: absolute;
  right: $baseline * 2;
  z-index: 8000;

  @include viewport--m {
    bottom: $baseline * 3;
    right: $baseline * 3;
  }
}

.chat-minimized__logo {
  height: $baseline * 2.5;
  margin-right: $spacing--xs;
  width: $baseline * 2.5;
}

.chat-minimized__badge {
  margin-left: 15px;
}
