/*any fieldgroup tab*/
div.horizontal-tabs-panes{
  margin-top:0.3em;
}

/*any label above*/
div.field--label-above{
  margin-top:0.6em;
  margin-bottom:0.1em;
}

/*any paragraph within a formatted text field*/
div.text-formatted.field--label-above p{
  margin:0;
}

/*address block*/
p.address{
  margin: 0;
}

/*image upload drag handler*/
.table-file-multiple-widget .draggable a.tabledrag-handle {
  float: left;
}

/*image upload*/
.field--type-image .field__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.2rem;
}

/*fix box shadow bug*/
.page-wrapper a.colorbox:focus {
  box-shadow:none;
}
