/* #region Widgets */

/* #region General */

.content>.widgets {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

@media (max-width: 767px) {
  .content>.widgets {
    grid-template-columns: 1fr;
  }
}

.widget {
  border-radius: 6px;
}

/* #endregion */

/* #endregion */

/* #region Widget */

.widget>span {
  position: absolute;
  top: 10px;
  right: 10px;
}

.widget>header {
  margin-bottom: 47px;
}

.widget>header>h2 {
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 13px;
}

.widget>.team>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: -19px;
}

.widget>.team>a:hover {
  z-index: 1;
}

.widget>.team img {
  width: inherit;
  height: inherit;
  border: 2px solid white;
}

.widget>.tags {
  flex-wrap: wrap;
  justify-content: right;
  margin-top: 16px;
  margin-bottom: 16px;
}

.widget>.tags>span {
  padding-right: 8px;
  padding-left: 8px;
  cursor: auto;
}

.widget .prog-bar {
  width: 260px;
  height: 8px;
  max-width: 100%;
}

.widget .prog-bar>div {
  border-radius: inherit;
}

.widget>footer>span::before {
  content: "\24  ";
  font-family: "Font Awesome 7 Free";
  font-weight: bold;
}

/* #endregion */

/* #endregion */