@font-face {
  font-family: "HS Monsnow Condensed";
  src: url("/wp-content/uploads/et-fonts/HS-Monsnow-Condensed.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.nadir-blog-wrap {
  width: 100%;
}

.nadir-blog-item {
  width: 100%;
}

.nadir-blog-item-inner {
  padding: 20px;
}

.nadir-blog-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.nadir-blog-title {
  font-weight: bold;
  padding-top: 20px;
  text-decoration: none;
  font-size: clamp(32px, 3vw, 80px) !important;
  color: var(--nadir-main-texts);
}

.nadir-blog-readmore {
  font-size: 0.85em;
  text-decoration: none;
  white-space: nowrap;
  color: var(--nadir-main-texts);
}

.nadir-blog-divider {
  width: 100%;
  border-top: 1px solid #000;
}

.nadir-blog-empty {
  padding: 20px;
}
