/* Unique styles for best-breakup-support-and-venting-apps-2025 page */

.resource-article .article-header { margin-bottom: 24px; }
.article-intro .header-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.article-also-read { margin-top: 12px; }

.resource-article section { margin: 32px 0; }
.type-block { margin-bottom: 20px; }
.section-actions { margin-top: 12px; }

.tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; align-items: stretch; }
.tool-card { display: block; padding: 16px; border: 1px solid #ece6f2; border-radius: 12px; text-decoration: none; }
.tool-card-title { margin: 8px 0 6px 0; }
.tool-card-description { margin: 0; }

.faq .faq-list { margin-top: 12px; }
.faq .faq-item { margin-bottom: 10px; }

.final-cta { margin-top: 16px; text-align: center; }

.try-it-now ul li,
.quick-picks ul li { margin-bottom: 8px; }

/* Center-aligned headings and text */
.accessibility-heading {
  text-align: center;
}

.white-knuckle-text {
  text-align: center;
}

.try-it-now-heading {
  text-align: center;
}

/* Prompt bubbles styling */
.prompts-chat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem;
  justify-content: center;
}

.prompt-bubble {
  background: var(--white-80);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--abyss);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateY(0);
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  display: inline-block;
}

.prompt-bubble:hover {
  transform: translateY(-1px);
  background: var(--clean);
  color: var(--abyss);
}

@media (min-width: 768px) {
  .resource-article section { margin: 40px 0; }
  .tools-grid { gap: 20px; }
}
