.teamix-pro-load-more {
  overflow-y: auto;
  overflow-x: hidden;

  &-bottom-text {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    color: var(--color-brand1-5);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &-bottom-text-icon {
    margin-right: 4px;
  }
}
