/* Guide article styles */
.guide-page {
  color: #333;
  background: #fff;
}

.guide-article h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.guide-body h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.guide-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.guide-body p {
  line-height: 1.75;
  margin-bottom: 1rem;
}

.guide-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.guide-body ul, .guide-body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.guide-body li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.guide-body blockquote {
  border-left: 4px solid #0d6efd;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  background: #f8f9fa;
  border-radius: 0 4px 4px 0;
}

.guide-body table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}

.guide-body th, .guide-body td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
}

.guide-body th {
  background: #f8f9fa;
  font-weight: 600;
}

.guide-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

.cta-box {
  background: #f0f7ff;
  border: 1px solid #d0e3ff;
}

/* Inline CTA boxes from markdown */
.guide-body .cta-box {
  text-align: center;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}
