.mw-blog-sidebar .qodef-m-content .qodef-m-title a:hover, .mw-hover a:hover {
  text-decoration: none;
}
.mw-blog-sidebar .qodef-m-content .qodef-m-title a:before, .mw-hover a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
}

.mw-hover .qodef-m-content a:hover:before, .mw-blog-sidebar .qodef-m-content .qodef-m-title a:hover:before, .mw-hover a:hover:before {
  -webkit-animation: qode-scalein 0.4s forwards ease;
          animation: qode-scalein 0.4s forwards ease;
}

.qodef-icon-with-text .qodef-m-title a:hover {
  text-decoration: none;
}

.mw-hover .qodef-m-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.mw-blog-sidebar .qodef-icon-with-text .qodef-m-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.widget.widget_block .wp-block-categories li a:hover:before, .widget.widget_categories .wp-block-categories li a:hover:before {
  -webkit-animation: qode-scalein 0.4s forwards ease;
          animation: qode-scalein 0.4s forwards ease;
}/*# sourceMappingURL=links.css.map */