/* dev styles
It's probably better to implement these changes with a preprocess or template change
that uses gcds components
*/

/* show label above comment text area */
.field--name-comment-body label {
  display: block;
}

/* View filters */
div#edit-actions > gcds-button {
  margin: var(--gcds-select-margin) !important;
}

/* Spacing relative to other comment links. */
footer.comment__meta div.flag-like {
  display: inline;
  margin-left: 0.5em;
}
