/* LogiDrink harmony, aligned on LogiMotor design system (20260808lm1)
 * No alignment/color overrides: styles.css + modern-saas.css are the source
 * of truth, same files as logimotor.com.
 */

/* FAQ: one frame only (kill inner box on answers) */
.faq-item p,
details.faq-item p,
.faq details p {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
}
body.ld-alive details.faq-item,
body.seo-pillar details.faq-item {
  border: none !important;
  background: #fff !important;
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(15, 15, 26, 0.04)) !important;
}

/* Note cards (tarifs / comparatif) */
.ld-note-card {
  max-width: 920px;
  margin: 1.25rem auto 0;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--line, #e7e4dd);
  border-radius: 14px;
  background: #fff;
  color: var(--ink-3, #52525f);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}
.ld-note-card strong { color: var(--ink, #0f0f1a); }

/* Comparatif: compact 2-col atouts grid */
body.ld-comparatif .avance-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem 1.1rem !important;
}
@media (max-width: 800px) {
  body.ld-comparatif .avance-grid { grid-template-columns: 1fr !important; }
}
body.ld-comparatif .avance-card {
  padding: 0.95rem 1.05rem !important;
  border: 1px solid var(--line, #e7e4dd) !important;
  border-radius: 12px !important;
  background: #fff !important;
  text-align: left !important;
}

/* Integrations "Voir plus..." tile */
.ld-int-card.ld-int-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--accent, #ff5e2e);
}

