.btn {
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
}

.btn-group {
  display: flex;
}

.btn:before {
  font-family: 'Font Awesome 6 Pro';
}

.group-add {
  background-color: #457d54;
}

.group-add:before {
  content: '\2b';
}

.group-remove {
  background-color: #c52827;
}

.group-remove:before {
  content: '\f068';
}

.group-move {
  background-color: #3d628f;
}

.group-move:before {
  content: '\f047';
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.choices__button_joomla {
  display: none;
}

joomla-field-subform select {
  margin: 0;
}

.subform-repeatable thead {
  display: flex;
}

.subform-repeatable tr {
  display: grid;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .subform-repeatable tr {
    grid-template-columns: repeat(3, 1fr) 80px;
    align-items: center;
  }

  .subform-repeatable tbody {
    display: flex;
    flex-flow: wrap;
  }
}