/* stylelint-disable declaration-no-important */

.wpdtrt-plugin-boilerplate-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  overflow: hidden; }


.clear::after {
  content: '';
  display: block;
  clear: both; }


.list-reset {
  list-style: none;
  padding: 0;
  margin: 0; }


.text-sharpen {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
