/* Content pages: /permits/* and /articles/* (Spec 2.6 / 2.7) */

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  background: #f5f7fa;
}

.content-page {
  padding-bottom: 24px;
}

.content-breadcrumbs {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 20px;
  line-height: 1.5;
}

.content-breadcrumbs a {
  color: #1d4ed8;
  text-decoration: none;
}

.content-breadcrumbs a:hover {
  text-decoration: underline;
}

.content-breadcrumbs span[aria-hidden="true"] {
  margin: 0 6px;
  color: #9ca3af;
}

.content-related {
  margin-top: 36px;
  padding: 18px 18px 8px;
  background: #f0f7ff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
}

.content-related h2 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  font-size: 17px;
  color: #1d3a62;
}

.content-related ul {
  margin: 0 0 8px;
  padding-left: 1.2rem;
}

.content-related li {
  margin: 6px 0;
  font-size: 14px;
}

/* v2.3 A.4 — city page FAQ */
.content-faq {
  margin-top: 36px;
  padding: 20px 18px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.content-faq > h2 {
  margin: 0 0 14px;
  padding: 0;
  border: none;
  font-size: 17px;
  color: #1d3a62;
}

.content-faq__item {
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid #f3f4f6;
}

.content-faq__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.content-faq__question {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

.content-faq__answer {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

.content-faq__answer a {
  color: #1d4ed8;
  text-decoration: none;
}

.content-faq__answer a:hover {
  text-decoration: underline;
}

.content-index-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 32px;
  margin: 16px 0 8px;
  padding-left: 1.2rem;
  align-items: start;
}

@media (min-width: 640px) {
  .content-index-list {
    /* Two equal columns with shared top edge (CSS columns was offsetting col 2) */
    grid-template-columns: 1fr 1fr;
  }
}

.content-index-list li {
  margin: 0;
}

.content-cta {
  margin-top: 28px;
  text-align: center;
}

.content-cta__btn {
  display: inline-block;
  background: #047857;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 10px;
  min-height: 44px;
  box-sizing: border-box;
}

.content-cta__btn:hover {
  background: #065f46;
}

.content-page a[href^="http"] {
  word-break: break-word;
}
