.categories-grid-widget .cat-item .cat-item-inner {
  position: relative;
}
.categories-grid-widget .cat-item .cat-item-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(18, 27, 50, 0.6);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.categories-grid-widget .cat-item .cat-item-inner .content {
  position: absolute;
  width: 85%;
  display: flex;
  justify-content: space-between;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.categories-grid-widget .cat-item .cat-item-inner .content a {
  color: #fff;
}
.categories-grid-widget .cat-item .cat-item-inner:hover:after {
  opacity: 1;
}/*# sourceMappingURL=category-grid.css.map */