/*
 * This file belongs to Hoist, an application development toolkit
 * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
 *
 * Copyright © 2026 Extremely Heavy Industries Inc.
 */

.xh-lr-chooser {
  &__grid-frame {
    > div:not(.xh-toolbar) {
      width: calc(50% - 15px);
    }
  }

  &__item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  &__toolbar {
    border-left: var(--xh-border-solid);
    border-right: var(--xh-border-solid);
  }

  &__description {
    border-top: var(--xh-border-solid);
  }
}

.xh-lr-chooser__group-row {
  padding-left: 20px;
}
