.featured-section {
  position: relative;
  width: 100%;
}

.post-header {
  position: relative;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.meta-data {
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 90%;
  z-index: 2;
}

.post-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 0.5rem;
}

.post-meta {
  font-size: 0.9rem;
  opacity: 0.9;
}


.entire-page {
  width: 90%;
  display: flex;
  gap: 2%;
  margin: 1rem auto;
}

.post-meta {
  padding: 10px 0;
}
.wp-post-image {
  height: auto;
  max-height: 90vh;
  object-fit: cover;
  object-position: center center;
}