.guides-theme .guides-articles {
  margin-top: 0.25rem;
}

.guides-theme .guides-articles-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.guides-theme .guides-articles-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.guides-theme .guides-articles-count {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
}

.guides-theme .guides-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guides-theme .guides-card {
  display: block;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.guides-theme .guides-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.1);
}

.guides-theme .guides-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
}

.guides-theme .guides-card-cat {
  font-size: 0.68rem;
  font-weight: 700;
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
}

.guides-theme .guides-card-date {
  font-size: 0.68rem;
  color: #94a3b8;
}

.guides-theme .guides-card-title {
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
}

.guides-theme .guides-card-summary {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #475569;
}

.guides-theme .guides-empty {
  margin: 0;
  padding: 1.25rem;
  text-align: center;
  color: #64748b;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
}

.guides-article-body {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  line-height: 1.7;
  color: #1e293b;
}

.guides-article-body h2 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.05rem;
  border-left: 4px solid #2563eb;
  padding-left: 0.5em;
}

.guides-article-body h2:first-child {
  margin-top: 0;
}

.guides-article-body h3 {
  margin: 1rem 0 0.4rem;
  font-size: 0.98rem;
  color: #1e40af;
}

.guides-article-body hr {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px solid #e2e8f0;
}

.guides-article-body p,
.guides-article-body li {
  font-size: 0.92rem;
}

.guides-article-body blockquote {
  margin: 0.75rem 0;
  padding: 0.6rem 0.85rem;
  border-left: 3px solid #93c5fd;
  background: #f8fafc;
  color: #475569;
}

.guides-article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin: 0.75rem 0;
}

.guides-article-body th,
.guides-article-body td {
  border: 1px solid #e2e8f0;
  padding: 0.45rem 0.55rem;
  text-align: left;
}

.guides-article-body a {
  color: #1d4ed8;
}

.guides-article-back {
  margin-top: 1.25rem;
}
