/*!
Theme Name: power-insights
Author: MkVision
Version: 1.0.14
Requires PHP: 7.2
Text Domain: power-insights
*/

/* Single post back link */
.back-to-archive {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2em;
}
.back-to-archive:before {
  content: "\f100";
  display: block;
  font-family: Flaticon;
  font-style: normal;
  margin-right: 6px;
  font-size: 26px;
  position: relative;
  z-index: 2;
  transform: rotate(180deg);
  height: 24px;
  transition: all.3s ease;
}

.back-to-archive:hover:before,
.back-to-archive:active:before,
.back-to-archive:focus:before {
  margin-right: 16px;
}

/* Post content fixes */
.single-post-content li {
  list-style: disc;
}
