/* Trust Center v2 - Enterprise styling */

/* Only apply 4-col override to the procurement doc grid, not all grids */
.trust .grid.grid-cols-2.md\:grid-cols-4 {
  /* Let Tailwind handle this one naturally */
}

.trust .card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 1.25rem;
  background: rgba(255,255,255,0.03);
}
.trust .h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.trust .trust-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}
.trust .trust-links {
  display: flex;
  gap: 0.75rem;
  margin-left: auto;
}
.trust .muted {
  opacity: 0.7;
  font-size: 0.875rem;
}
.trust .trust-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.trust .trust-sections a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.trust .trust-sections a:hover {
  opacity: 1;
  text-decoration: underline;
}
.trust section:not(.buyer-strip) {
  margin-top: 2rem;
  padding-top: 1rem;
}
.trust section h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.trust details {
  margin: 0.75rem 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.5rem;
}
.trust details summary {
  cursor: pointer;
  font-weight: 500;
}
.trust details[open] summary {
  margin-bottom: 0.5rem;
}

@media (max-width: 960px) {
  .trust .trust-links { margin-left: 0; width: 100%; }
}
