/* ==========================================================================
   Pterodactyl Installer — About Page Stylesheet
   File: about.css (Extends index.css)
   ========================================================================== */

/* Hero Unit Overrides */
.about-hero {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

.about-title {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.about-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 720px;
}

/* About Sections */
.about-section {
  margin-bottom: 2.5rem;
  max-width: 780px;
}

.about-section p {
  font-size: 0.925rem;
  color: var(--text-primary);
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

.about-section p:last-child {
  margin-bottom: 0;
}

/* Metadata Table Specifics */
.about-section .table-container {
  margin-top: 1rem;
}

.about-section .cli-table td:first-child {
  width: 220px;
  color: var(--text-muted);
}

@media (max-width: 600px) {
  .about-section .cli-table td:first-child {
    width: auto;
  }
}