.fit-cover {
  object-fit: cover;
}

.sidebar-widget .widget-content {
  padding-bottom: 24px;
}

.post-tag {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #e6ecf2;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  color: black;
  margin-right: 12px;
  margin-bottom: 9px;
}

.oleez-pagination a.active::after, .oleez-pagination a:hover::after {
  width: 100%;
}

.oleez-pagination a.active, .oleez-pagination a:hover {
  text-decoration: none;
}

.oleez-pagination a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f7b500;
  transition: all 0.2s ease;
}

.oleez-pagination a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 1;
  margin-right: 16px;
  color: black;
  align-items: center;
  justify-content: center;
  position: relative;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

*, *::before, *::after {
  box-sizing: border-box;
}

