/**
 * Hub icon polish — ensures local dashicons render consistently across pages.
 */
.dashicons,
.dashicons-before::before {
  font-family: dashicons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dashicons {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
}

.dashicons::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
