/***********************************************************
 * AirTheme — Single Post Image & Meta
 ***********************************************************/

/* Featured image on single post (styled similar to Hero) */
.single-featured-image {
  width: 100%;
  max-width: 900px;
  margin: 25px auto 35px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  position: relative;
  z-index: 2;
}

.single-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Meta block under the title (date, etc.) */
.post-meta {
  margin: 10px 0 20px;
  font-size: 13px;          
  color: var(--text-light, #666);
  font-weight: 400;
  opacity: 0.85;
}

.post-meta .date {
  font-size: 13px;
  opacity: 0.75;
}
