/*
Theme Name: Iyengar Yoga Devon
Author: Louis Lombardi
Description: Custom WordPress themee for Iyengar Yoga Devon.
Version: 1.0.0
*/

/* ── Single post ─────────────────────────────── */

.single-post-wrapper {
  display: block;
  max-width: 980px;
  margin: 100px auto 10px auto;
  padding: 0 1.5rem 4rem;
}

.single-post__image {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}

.single-post__img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__title {
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #333;
}

.single-post__date {
  font-size: 0.9rem;
  color: #888;
  margin: 0 0 20px;
}

.single-post__content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #444;
}

.single-post__content ol,
.single-post__content ul {
  padding-left: 1.25rem;
}

.single-post__content li {
  margin-bottom: 0.4rem;
}

.single-post__content p {
  margin-bottom: 1.25rem;
}

.single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .single-post-wrapper {
    padding: 90px 1rem 3rem;
  }

  .single-post__title {
    font-size: 1.4rem;
  }
}
