/**
* @file
* Styles for shs module on forms.
*/

.shs-field-container {
  margin-bottom: 0.25rem;
}
.shs-widget-container {
  display: inline-block;
}
.shs-widget-container .has-children {
  margin-right: 5px;
  background: url("../images/arrow.png") no-repeat scroll right center
    transparent;
}
/* cspell:disable-next-line addnew */
.shs-addnew-container {
  margin-top: 0.5rem;
}
