/*
 * 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.
 */

.legal-document-header {
  border-width: 0 0 1px;
  border-color: var(--theme-2f3a54);
  border-radius: 0;
  background: transparent;
  padding: 0 0 2.5rem;
  box-shadow: none;
}

.legal-document-sections {
  margin-top: 2rem;
}

.legal-document-sections > section {
  border-width: 1px 0 0;
  border-color: var(--theme-27272a);
  border-radius: 0;
  background: transparent;
  padding: 1.75rem 0;
}

.legal-document-sections > section:last-child {
  border-bottom-width: 1px;
}

.legal-document-sections > section > div > div {
  border-width: 1px 0 0;
  border-color: var(--theme-1f2024);
  border-radius: 0;
  background: transparent;
  padding: 1.25rem 0;
}

.turbo-progress-bar {
  display: none;
}
