/* Page styles for index.html */
.status-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section-title-flush {
  margin-bottom: 0;
}

.section-title-tight {
  margin-bottom: 16px;
}

.is-hidden {
  display: none;
}

.faq-contact-copy {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.faq-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
