.custom-entry-wrapper {
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.custom-entry-title {
  color: #000 !important;
  font-family: Oswald, Helvetica, Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3 !important;
}

.custom-entry-title a {
  font-family: 'Oswald', sans-serif !important;
  font-size: 20px !important;
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

.custom-entry-meta {
  font-family: Lato, Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 20.8px !important;
  text-transform: uppercase !important;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.custom-entry-meta .custom-date,
.custom-entry-meta .custom-in {
  color: rgb(153, 153, 153) !important;
}

.custom-entry-meta .custom-category {
  color: rgb(4, 30, 137) !important;
}

.post-positioning .kb-post-list-item article.entry {
  box-shadow: none !important;
}

@media (max-width: 420px) {
  .custom-entry-meta {
    white-space: normal;
  }
}

.post-positioning .kb-post-list-item article {
  visibility: hidden;
  transition: visibility 0.3s ease-in-out;
}

.post-positioning.processed .kb-post-list-item article {
  visibility: visible;
}

