/* Guide content images */
.guide-image {
  margin: 30px 0;
  padding: 0;
}
.guide-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.guide-image figcaption {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin-top: 8px;
  text-align: center;
}

/* Guide content general styling */
body.page .entry-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #121212;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c79b38;
}
body.page .entry-content h3 {
  font-size: 18px;
  color: #0d0c0a;
  margin-top: 28px;
  margin-bottom: 12px;
}
body.page .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
body.page .entry-content table th {
  background: #c79b38;
  color: white;
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
}
body.page .entry-content table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee4d1;
}
body.page .entry-content table tr:nth-child(even) {
  background: #f6f2e9;
}
body.page .entry-content ul, body.page .entry-content ol {
  margin: 16px 0;
  padding-left: 24px;
}
body.page .entry-content li {
  margin-bottom: 6px;
  line-height: 1.6;
}
