/* Панель */
.lgf-panel { display: grid; gap: .75rem; margin-bottom: 1rem; }

/* Кнопки терминов */
.lgf-terms { display: flex; flex-wrap: wrap; gap: .5rem; }

.lgf-btn {
  display: inline-block;
  padding: .5rem .85rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  opacity: .95;
  transition: .15s ease;
  white-space: nowrap;
  color: inherit;
  background: transparent;
}
.lgf-btn:hover { transform: translateY(-1px); }

.lgf-btn.is-active {
  background: #04C3C4 !important;
  border-color: #04C3C4 !important;
  color: #fff !important;
  font-weight: 600;
  opacity: 1;
  box-shadow: none;
}
.lgf-btn.is-active:hover {
  background: #B3E4E5 !important;
  border-color: #B3E4E5 !important;
  color: #fff !important;
}
.lgf-empty { opacity: .7; font-style: italic; }

/* Сортировка */
.lgf-sort { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.lgf-sort-label { font-size: 14px; opacity: .75; margin-right: .25rem; }
.lgf-sort .lgf-sort-btn { /* такие же кнопки, просто класс для наглядности */ }
