.qb-container {
  width: 25%;
}

.qb-toast {
  min-height: 24px;
  padding: 4px 12px;
  opacity: 60% !important;
  border-radius: 4px;
  background-color: var(--caption);

  &__body {
    padding: 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: var(--secondary-elements);
    text-align: center;
  }
}
