/* ========== SINGLE POST ========== */
.single-post .post-title {
  color: #294a70;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}

/* ========== POST META ========== */
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12.5px;
  color: #888;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.post-meta i {
  margin-right: 5px;
  color: #f4a024;
}

/* ========== FEATURED IMAGE ========== */
.post-featured-img {
  margin-bottom: 22px;
}

.post-featured-img img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e8e8e8;
}

/* ========== POST BODY CONTENT ========== */
.post-content {
  font-size: 14.5px;
  line-height: 1.8;
  color: #333;
}

.post-content p {
  margin-bottom: 16px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 14px auto;
}

.post-content h2 {
  color: #294a70;
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 10px;
}

.post-content h3 {
  color: #294a70;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 8px;
}

.post-content ul,
.post-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.post-content li {
  margin-bottom: 5px;
}

.post-content a {
  color: #294a70;
  text-decoration: underline;
}

.post-content a:hover {
  color: #f4a024;
}

.post-content blockquote {
  border-left: 4px solid #f4a024;
  background: #fff8ef;
  margin: 18px 0;
  padding: 12px 18px;
  font-style: italic;
  color: #555;
}

/* Gutenberg figure/caption */
.post-content figure {
  margin: 14px 0;
}

.post-content figcaption {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 5px;
}

/* ========== PREV / NEXT NAV ========== */
.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.post-nav-prev,
.post-nav-next {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.post-nav-next {
  text-align: right;
}

.post-nav-label {
  font-size: 11.5px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-nav-prev a,
.post-nav-next a {
  font-size: 13px;
  color: #294a70;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.4;
}

.post-nav-prev a:hover,
.post-nav-next a:hover {
  color: #f4a024;
}

/* ========== 404 ========== */
.post-not-found {
  color: #777;
  font-size: 15px;
  padding: 40px 0;
  text-align: center;
}
