.ed11y-reset-page {
  float: right;
  font-size: 0.9em;
  font-weight: 400;
}
@media (min-width: 60rem) {
  #editoria11y-form-dashboard .form-item,
  #editoria11y-form-dismissal-filters .form-item {
    display: inline-block;
    max-width: 48%;
    margin: 0 1% 1rem 0;
  }
  #editoria11y-form-dashboard .edit-actions,
  #editoria11y-form-dismissal-filters .edit-actions {
    display: inline-block;
    max-width: 18%;
  }
}

#recent_dismissals ~ table {
  width: 100%;
}
.clear-both {
  clear: both;
}
.views-field-page-title,
.views-field-page-path {
  max-width: 20em;
  overflow-wrap: break-word;
}

a.action-link.ed11y-reset-this-dismissal {
  background: #fff;

  &::before {
    margin: 0 0;
    content: url("data:image/svg+xml,%3csvg height='16' fill='%23cc3d3d' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");
    background: none !important;
  }

  &:hover,
  &:focus {
    background: #cc3d3d;

    &::before {
      content: url("data:image/svg+xml,%3csvg height='16' fill='%23fff' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.9 2.9c-.1-.4-.2-.6-.2-.6-.1-.4-.4-.4-.8-.5l-2.3-.3c-.3 0-.3 0-.4-.3-.4-.7-.5-1.2-.9-1.2H5.7c-.4 0-.5.5-.9 1.3-.1.2-.1.2-.4.3l-2.3.3c-.4 0-.7.1-.8.4 0 0-.1.2-.2.5-.1.6-.2.5.3.5h13.2c.5 0 .4.1.3-.4zm-1.5 1.8H2.6c-.7 0-.8.1-.7.6l.8 10.1c.1.5.1.6.8.6h9.1c.6 0 .7-.1.8-.6l.8-10.1c0-.5-.1-.6-.8-.6z'/%3e%3c/svg%3e");
    }
  }
}
