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

content-section {
  display: block;
  max-width: var(--breakpoint-lg);
  margin: 0 auto;
  color: var(--color-gray-500);
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-inline: calc(var(--spacing)*2);

  @media (min-width: 1024px) {
    padding-inline: calc(var(--spacing)*0) !important;
  }
}

details > summary {
  list-style: none;
  display: flex;
  align-items: center;
}

details > p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.8rem;
}
