.zolog-category-1 article {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}

.zolog-category-1 .entry-thumbnail {
  width: 25%;
}

.zolog-category-1 .entry-header {
  width: 75%;
  padding: 0 30px;
}

.zolog-category-1 .entry-header .entry-title {
  margin: 0 0 5px 0;
}

.zolog-category-1 .entry-header .entry-title a {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--hs-header-color);
}

.zolog-category-1 .entry-category a {
  padding: 0 10px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: var(--hs-theme-color);
  font-weight: 600;
  font-size: 12px;
}

.rtl .zolog-category-1 .entry-category a {
  padding: 0 0 0 10px;
}

.zolog-category-1 .entry-category a:hover {
  color: var(--hs-text-color);
}

.zolog-category-1 .entry-date {
  font-size: 12px;
  text-transform: uppercase;
}

.zolog-category-2{
  display: flex;
  flex-wrap: wrap;
}

.zolog-category-2 article {
  width: 50%;
  padding: 0px 8px 8px 0;
}

.rtl .zolog-category-2 article {
  padding: 0px 0 8px 8px;
}

.zolog-category-2 article:nth-child(2n + 2) {
  padding: 0px 0 8px 8px;
}

.rtl .zolog-category-2 article:nth-child(2n + 2) {
  padding: 0px 8px 8px 0;
}

.zolog-category-2 article:nth-child(2n + 2)::after {
  clear: both;
  padding: 1px;
  content: "";
}

.zolog-category-2 .entry-thumbnail,
.zolog-category-3 .entry-thumbnail {
  position: relative;
}

.zolog-category-2 .entry-thumbnail span,
.zolog-category-3 .entry-thumbnail span {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 5px;
  background: var(--hs-background-color);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  color: var(--hs-theme-color);
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--hs-theme-color);
  z-index: 2;
}

.rtl .zolog-category-2 .entry-thumbnail span,
.rtl .zolog-category-3 .entry-thumbnail span {
  left: inherit;
  right: 5px;
}

.zolog-category-2 .entry-title,
.zolog-category-3 .entry-title,
.zolog-category-4 .entry-title{
  margin-bottom: 5px;
  margin-top: 5px;
}

.zolog-category-2 .entry-title a,
.zolog-category-3 .entry-title a,
.zolog-category-4 .entry-title a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--hs-header-color);
}

.zolog-category-2 .entry-category a,
.zolog-category-3 .entry-category a,
.zolog-category-4 .entry-category a {
  padding: 0 10px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: var(--hs-theme-color);
  font-weight: 600;
  font-size: 12px;
}

.zolog-category-2 .entry-date,
.zolog-category-3 .entry-date,
.zolog-category-4 .entry-date {
  font-size: 12px;
  text-transform: uppercase;
}

.zolog-category-3 article {
  margin-bottom: 30px;
}

.zolog-category-3 .entry-title {
  margin: 5px 0;
}

.zolog-category-4 article {
  position: relative;
}

.zolog-category-4 .entry-header {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: var(--hs-background-color);
  padding: 15px;
}

.rtl .zolog-category-4 .entry-header {
  left: inherit;
  right: 5px;
}

.zolog-category-4 .entry-title {
  margin: 5px 0;
}

.zolog-category-4 img {
  display: block;
}

@media (max-width: 767px) {
  .zolog-category-4 .entry-header {
    right: 5px;
  }

  .zolog-category-1 article {
    flex-wrap: wrap;
  }

  .zolog-category-1 .entry-thumbnail,
  .zolog-category-1 .entry-header {
    width: 100%;
    padding: 0;
  }

  .zolog-category-2 article,
  .zolog-category-2 article:nth-child(2n+2) {
    padding: 0;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
  }
}
