/**
* Last modified: 2020/06/03 18:26:10
* Part of the WordPress plugin Tag Groups
* Plugin URI: https://chattymango.com/tag-groups/
* Author: Christoph Amthor
* License: GNU GENERAL PUBLIC LICENSE, Version 3
*/

.tag-groups-tag-list .tag-groups-tag,
.tag-groups-alphabetical-index .tag-groups-tag {
  display: block;
}

.tag-groups-tag-list h3,
.tag-groups-alphabetical-index h3 {
  margin: 0 !important;
}

.tag-groups-tag-list-tags,
.tag-groups-alphabetical-index-tags {
  margin: 10px 0 20px;
}

.tag-groups-keep-together {
  overflow: hidden; /* fix for Firefox */
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

/* fixing next tab moving up when selecting last in first row */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0 !important;
}

.tag-groups-cloud-hidden {
  opacity: 0;
}
