.omniblog_module .omniblog-no-posts,
.omniblog_module .omniblog-error {
  border: 1px dashed #d0d4dc;
  background: #f7f8fa;
  color: #4b5563;
  padding: 16px;
}

.omniblog_module .omniblog-error {
  border-color: #ef9a9a;
  background: #fff5f5;
  color: #9b1c1c;
}

.omniblog_module .et_pb_post .et_pb_image_container {
  overflow: hidden;
  aspect-ratio: 7 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.omniblog_module .et_pb_post .entry-featured-image-url {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.omniblog_module .et_pb_post .entry-featured-image-url img,
.omniblog_module .et_pb_post .et_pb_image_container img {
  display: block;
  width: auto !important;
  max-width: 86% !important;
  height: auto !important;
  max-height: 83% !important;
  margin: 0 auto;
  object-fit: contain !important;
}
