
/* @todo: remove if https://www.drupal.org/project/drupal/issues/3093189 is fixed */
article.node .vertical-tabs .claro-details__summary {
  display: none;
}
article.node .vertical-tabs .claro-details {
  margin: 5px;
}

/* Fixes weired behaviour that the height of field markup with the clearfix
  class is wrong calculated. */
article.node .vertical-tabs .claro-details .clearfix::after {
  clear: none;
}
