/* =========================================================
   TEST DOMAIN ICON
   ========================================================= */

.test-icon {
  width: 62px;
  height: 62px;
  display: block;
  margin: 0 0 8px;
  overflow: visible;
  border: 0;
  background: transparent;
  position: relative;
  color: inherit;
}

/* =========================================================
   DOMAIN CARD ICON
   ========================================================= */

.domain-card:hover .test-icon {
  filter:
    saturate(100%)
    invert(66%)
    sepia(68%)
    saturate(374%)
    hue-rotate(310deg);
}