/**
* Last modified: 2020/05/06 13:28:14
* 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;
}
