/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Documentation page styles */
.docs-content {
  color: #334155; /* slate-700 */
  line-height: 1.75;
}

.docs-content h1 {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0f172a; /* slate-900 */
  margin-bottom: 1.5rem;
}

.docs-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0f172a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.docs-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0f172a;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.docs-content p {
  margin-bottom: 1.25rem;
}

.docs-content a {
  color: #2563eb; /* blue-600 */
  text-decoration: none;
}

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

.docs-content ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.docs-content li {
  margin-bottom: 0.5rem;
}

.docs-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.docs-content th {
  text-align: left;
  padding: 0.75rem 1rem;
  background-color: #f8fafc; /* slate-50 */
  border-bottom: 2px solid #e2e8f0; /* slate-200 */
  font-weight: 600;
  color: #0f172a;
}

.docs-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.docs-content tr:hover {
  background-color: #f8fafc;
}

.docs-content code {
  background-color: #f1f5f9; /* slate-100 */
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.docs-content pre {
  background-color: #1e293b; /* slate-800 */
  color: #e2e8f0;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1.25rem;
}

.docs-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.docs-content strong {
  font-weight: 600;
  color: #0f172a;
}
