/* Bible CSS - Comprehensive styling for all Bible-related pages */

/* ===== COLOR THEME VARIABLES ===== */
:root {
  /* Dark theme colors (current) */
  --intro-color: #1E90FF;
  --intro-rgb: 30, 144, 255;
  --intro-light: #00BFFF;
  
  --theology-color: #8B5CF6;
  --theology-rgb: 139, 92, 246;
  --theology-light: #A855F7;
  
  --authorship-color: #10B981;
  --authorship-rgb: 16, 185, 129;
  --authorship-light: #34D399;
  
  --criticism-color: #F97316;
  --criticism-rgb: 249, 115, 22;
  --criticism-light: #FB923C;
  
  --history-color: #EF4444;
  --history-rgb: 239, 68, 68;
  --history-light: #F87171;
  
  --morality-color: #06B6D4;
  --morality-rgb: 6, 182, 212;
  --morality-light: #22D3EE;
}

/* Light theme colors (higher contrast, darker) */
.light-theme {
  --intro-color: #0066CC;
  --intro-rgb: 0, 102, 204;
  --intro-light: #0052A3;
  
  --theology-color: #6B46C1;
  --theology-rgb: 107, 70, 193;
  --theology-light: #553C9A;
  
  --authorship-color: #059669;
  --authorship-rgb: 5, 150, 105;
  --authorship-light: #047857;
  
  --criticism-color: #EA580C;
  --criticism-rgb: 234, 88, 12;
  --criticism-light: #C2410C;
  
  --history-color: #DC2626;
  --history-rgb: 220, 38, 38;
  --history-light: #B91C1C;
  
  --morality-color: #0891B2;
  --morality-rgb: 8, 145, 178;
  --morality-light: #0E7490;
}

/* ===== INTRODUCTION SECTION ===== */
/* Pages: doubts.html, questions.html, truth.html */

.introduction-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--intro-rgb), 0.08) 50%, rgba(var(--intro-rgb), 0.05) 100%);
  border-bottom: 4px solid var(--intro-color);
  box-shadow: 0 4px 20px rgba(var(--intro-rgb), 0.15);
}

.introduction-page .hero h1 {
  color: var(--intro-color);
  font-weight: 700;
}

.introduction-page .parent-topic {
  color: var(--intro-color);
  font-weight: 600;
}

.introduction-page .parent-topic i {
  color: var(--intro-color);
}

.introduction-page .content-section h2 {
  color: var(--intro-color);
  border-left: 5px solid var(--intro-color);
  padding-left: 1.25rem;
  font-weight: 700;
}

.introduction-page .point {
  color: var(--intro-color);
  font-weight: 600;
}

.introduction-page .verse-reference a {
  color: var(--intro-color);
  transition: all 0.3s ease;
}

.introduction-page .verse-reference a:hover {
  color: var(--intro-light);
}

.introduction-page .verse {
  border-left: 4px solid var(--intro-color);
  padding-left: 1rem;
}

.introduction-page .sidebar-nav-item.active {
  background: linear-gradient(135deg, rgba(var(--intro-rgb), 0.15) 0%, rgba(var(--intro-rgb), 0.08) 100%);
  border-left: 4px solid var(--intro-color);
  box-shadow: 0 2px 10px rgba(var(--intro-rgb), 0.2);
}

.introduction-page .sidebar-nav-item:hover {
  background: linear-gradient(135deg, rgba(var(--intro-rgb), 0.1) 0%, rgba(var(--intro-rgb), 0.05) 100%);
  transform: translateX(3px);
}

/* Light theme overrides for introduction */
.light-theme .introduction-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--intro-rgb), 0.12) 50%, rgba(var(--intro-rgb), 0.08) 100%);
  box-shadow: 0 4px 20px rgba(var(--intro-rgb), 0.2);
}

/* ===== THEOLOGY SECTION ===== */
/* Pages: atonement.html, prayer.html, freewill.html, suffering.html, trinity.html */

.theology-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--theology-rgb), 0.08) 50%, rgba(var(--theology-rgb), 0.05) 100%);
  border-bottom: 4px solid var(--theology-color);
  box-shadow: 0 4px 20px rgba(var(--theology-rgb), 0.15);
}

.theology-page .hero h1 {
  color: var(--theology-color);
  font-weight: 700;
}

.theology-page .parent-topic {
  color: var(--theology-color);
  font-weight: 600;
}

.theology-page .parent-topic i {
  color: var(--theology-color);
}

.theology-page .content-section h2 {
  color: var(--theology-color);
  border-left: 5px solid var(--theology-color);
  padding-left: 1.25rem;
  font-weight: 700;
}

.theology-page .point {
  color: var(--theology-color);
  font-weight: 600;
}

.theology-page .verse-reference a {
  color: var(--theology-color);
  transition: all 0.3s ease;
}

.theology-page .verse-reference a:hover {
  color: var(--theology-light);
}

.theology-page .verse {
  border-left: 4px solid var(--theology-color);
  padding-left: 1rem;
}

.theology-page .sidebar-nav-item.active {
  background: linear-gradient(135deg, rgba(var(--theology-rgb), 0.15) 0%, rgba(var(--theology-rgb), 0.08) 100%);
  border-left: 4px solid var(--theology-color);
  box-shadow: 0 2px 10px rgba(var(--theology-rgb), 0.2);
}

.theology-page .sidebar-nav-item:hover {
  background: linear-gradient(135deg, rgba(var(--theology-rgb), 0.1) 0%, rgba(var(--theology-rgb), 0.05) 100%);
  transform: translateX(3px);
}

/* Theology-specific components */
.theology-page .stat-card {
  border-left: 4px solid var(--theology-color);
}

.theology-page .stat-number {
  color: var(--theology-color);
}

.theology-page .chart-bar {
  background: linear-gradient(to top, var(--theology-color), var(--theology-light));
}

.theology-page .timeline-header {
  border-left: 4px solid var(--theology-color);
}

/* ===== AUTHORSHIP SECTION ===== */
/* Pages: gospels.html, nt.html, paul.html, torah.html, el.html */

.authorship-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--authorship-rgb), 0.08) 50%, rgba(var(--authorship-rgb), 0.05) 100%);
  border-bottom: 4px solid var(--authorship-color);
  box-shadow: 0 4px 20px rgba(var(--authorship-rgb), 0.15);
}

.authorship-page .hero h1 {
  color: var(--authorship-color);
  font-weight: 700;
}

.authorship-page .parent-topic {
  color: var(--authorship-color);
  font-weight: 600;
}

.authorship-page .parent-topic i {
  color: var(--authorship-color);
}

.authorship-page .content-section h2 {
  color: var(--authorship-color);
  border-left: 5px solid var(--authorship-color);
  padding-left: 1.25rem;
  font-weight: 700;
}

.authorship-page .point {
  color: var(--authorship-color);
  font-weight: 600;
}

.authorship-page .verse-reference a {
  color: var(--authorship-color);
  transition: all 0.3s ease;
}

.authorship-page .verse-reference a:hover {
  color: var(--authorship-light);
}

.authorship-page .verse {
  border-left: 4px solid var(--authorship-color);
  padding-left: 1rem;
}

.authorship-page .sidebar-nav-item.active {
  background: linear-gradient(135deg, rgba(var(--authorship-rgb), 0.15) 0%, rgba(var(--authorship-rgb), 0.08) 100%);
  border-left: 4px solid var(--authorship-color);
  box-shadow: 0 2px 10px rgba(var(--authorship-rgb), 0.2);
}

.authorship-page .sidebar-nav-item:hover {
  background: linear-gradient(135deg, rgba(var(--authorship-rgb), 0.1) 0%, rgba(var(--authorship-rgb), 0.05) 100%);
  transform: translateX(3px);
}

/* Authorship-specific components */
.authorship-page .letter-card {
  border-left: 4px solid var(--authorship-color);
}

.authorship-page .letter-title {
  color: var(--authorship-color);
}

.authorship-page .category-button.active {
  background-color: var(--authorship-color);
  border-color: var(--authorship-color);
}

.authorship-page .evidence-for .evidence-heading {
  color: var(--authorship-color);
}

.authorship-page .evidence-for .evidence-heading i {
  color: var(--authorship-color);
}

/* ===== TEXTUAL CRITICISM SECTION ===== */
/* Pages: contradictions.html, anachronisms.html, interpolations.html, variants.html */

.criticism-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--criticism-rgb), 0.08) 50%, rgba(var(--criticism-rgb), 0.05) 100%);
  border-bottom: 4px solid var(--criticism-color);
  box-shadow: 0 4px 20px rgba(var(--criticism-rgb), 0.15);
}

.criticism-page .hero h1 {
  color: var(--criticism-color);
  font-weight: 700;
}

.criticism-page .parent-topic {
  color: var(--criticism-color);
  font-weight: 600;
}

.criticism-page .parent-topic i {
  color: var(--criticism-color);
}

.criticism-page .content-section h2 {
  color: var(--criticism-color);
  border-left: 5px solid var(--criticism-color);
  padding-left: 1.25rem;
  font-weight: 700;
}

.criticism-page .point {
  color: var(--criticism-color);
  font-weight: 600;
}

.criticism-page .verse-reference a {
  color: var(--criticism-color);
  transition: all 0.3s ease;
}

.criticism-page .verse-reference a:hover {
  color: var(--criticism-light);
}

.criticism-page .verse {
  border-left: 4px solid var(--criticism-color);
  padding-left: 1rem;
}

.criticism-page .sidebar-nav-item.active {
  background: linear-gradient(135deg, rgba(var(--criticism-rgb), 0.15) 0%, rgba(var(--criticism-rgb), 0.08) 100%);
  border-left: 4px solid var(--criticism-color);
  box-shadow: 0 2px 10px rgba(var(--criticism-rgb), 0.2);
}

.criticism-page .sidebar-nav-item:hover {
  background: linear-gradient(135deg, rgba(var(--criticism-rgb), 0.1) 0%, rgba(var(--criticism-rgb), 0.05) 100%);
  transform: translateX(3px);
}

/* Criticism-specific components */
.criticism-page .textual-change-card {
  border-left: 4px solid var(--criticism-color);
}

.criticism-page .evidence-item {
  border-left: 4px solid var(--criticism-color);
}

.criticism-page .evidence-item h4 {
  color: var(--criticism-color);
}

/* ===== HISTORY SECTION ===== */
/* Pages: birth.html, resurrection.html, apostles.html, exodus.html, conquest.html */

.history-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--history-rgb), 0.08) 50%, rgba(var(--history-rgb), 0.05) 100%);
  border-bottom: 4px solid var(--history-color);
  box-shadow: 0 4px 20px rgba(var(--history-rgb), 0.15);
}

.history-page .hero h1 {
  color: var(--history-color);
  font-weight: 700;
}

.history-page .parent-topic {
  color: var(--history-color);
  font-weight: 600;
}

.history-page .parent-topic i {
  color: var(--history-color);
}

.history-page .content-section h2 {
  color: var(--history-color);
  border-left: 5px solid var(--history-color);
  padding-left: 1.25rem;
  font-weight: 700;
}

.history-page .point {
  color: var(--history-color);
  font-weight: 600;
}

.history-page .verse-reference a {
  color: var(--history-color);
  transition: all 0.3s ease;
}

.history-page .verse-reference a:hover {
  color: var(--history-light);
}

.history-page .verse {
  border-left: 4px solid var(--history-color);
  padding-left: 1rem;
}

.history-page .sidebar-nav-item.active {
  background: linear-gradient(135deg, rgba(var(--history-rgb), 0.15) 0%, rgba(var(--history-rgb), 0.08) 100%);
  border-left: 4px solid var(--history-color);
  box-shadow: 0 2px 10px rgba(var(--history-rgb), 0.2);
}

.history-page .sidebar-nav-item:hover {
  background: linear-gradient(135deg, rgba(var(--history-rgb), 0.1) 0%, rgba(var(--history-rgb), 0.05) 100%);
  transform: translateX(3px);
}

/* History-specific components */
.history-page .apostle-card {
  border-left: 4px solid var(--history-color);
}

.history-page .apostle-title {
  color: var(--history-color);
}

.history-page .evidence-status-large.strong {
  background-color: var(--history-color);
}

/* Quote Grid and Cards for History Pages */
.history-page .quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.history-page .quote-card {
  background: rgba(var(--history-rgb), 0.06);
  border: 1px solid rgba(var(--history-rgb), 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.history-page .quote-card:hover {
  border-color: rgba(var(--history-rgb), 0.4);
  background: rgba(var(--history-rgb), 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--history-rgb), 0.15);
}

.history-page .quote-card blockquote {
  background: transparent;
  border-left: none;
  margin: 0;
  padding: 0;
  font-style: italic;
  position: relative;
}

.history-page .quote-card blockquote::before {
  content: '"';
  font-size: 3rem;
  color: var(--history-color);
  position: absolute;
  top: -15px;
  left: -10px;
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
}

.history-page .quote-card blockquote p {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--primary-text-color);
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.history-page .quote-card blockquote footer {
  margin-top: 1rem;
  text-align: right;
  font-style: normal;
  font-weight: 600;
  color: var(--history-color);
  font-size: 0.9rem;
  line-height: 1.4;
}

.history-page .quote-card blockquote footer strong {
  color: var(--history-color);
  font-weight: 700;
}

.history-page .quote-card blockquote footer a {
  color: var(--history-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.history-page .quote-card blockquote footer a:hover {
  color: var(--history-light);
  text-decoration: underline;
}

/* Responsive design for quote grid */
@media (max-width: 768px) {
  .history-page .quote-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .history-page .quote-card {
    padding: 1rem;
  }
  
  .history-page .quote-card blockquote p {
    font-size: 1rem;
    padding-left: 15px;
  }
  
  .history-page .quote-card blockquote::before {
    font-size: 2.5rem;
    top: -10px;
    left: -8px;
  }
}

/* Evidence Dropdown Styling for History Pages */
.history-page .evidence-dropdown {
  margin: 1rem 0;
  border: 1px solid rgba(var(--history-rgb), 0.2);
  border-radius: 8px;
  background: rgba(var(--history-rgb), 0.02);
  transition: all 0.3s ease;
}

.history-page .evidence-dropdown:hover {
  border-color: rgba(var(--history-rgb), 0.3);
  background: rgba(var(--history-rgb), 0.04);
}

.history-page .evidence-dropdown summary {
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--history-color);
  background: rgba(var(--history-rgb), 0.05);
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  position: relative;
}

.history-page .evidence-dropdown summary:hover {
  background: rgba(var(--history-rgb), 0.08);
  color: var(--history-light);
}

.history-page .evidence-dropdown summary::after {
  content: '▼';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: transform 0.3s ease;
  color: var(--history-color);
}

.history-page .evidence-dropdown[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.history-page .evidence-dropdown .dropdown-content {
  padding: 1rem 1.5rem 1.5rem;
  background: transparent;
  border-top: 1px solid rgba(var(--history-rgb), 0.1);
}

.history-page .evidence-dropdown .dropdown-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: var(--secondary-text-color);
}

.history-page .evidence-dropdown .dropdown-content p:last-child {
  margin-bottom: 0;
}

.history-page .evidence-dropdown .dropdown-content strong {
  color: var(--history-color);
  font-weight: 600;
}

.history-page .evidence-dropdown .dropdown-content a {
  color: var(--history-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.history-page .evidence-dropdown .dropdown-content a:hover {
  color: var(--history-light);
  text-decoration: underline;
}

/* Table Container Styling for History Pages */
.history-page .table-container {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1rem;
  margin: 1.5rem 0;
  background: var(--card-background);
}

.history-page .table-container td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(var(--history-rgb), 0.1);
  color: var(--secondary-text-color);
}

.history-page .table-container tr:hover {
  background: rgba(var(--history-rgb), 0.05);
}

.history-page .table-container a {
  color: var(--history-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.history-page .table-container a:hover {
  color: var(--history-light);
  text-decoration: underline;
}

/* Summary Box Styling for History Pages */
.history-page .summary-box {
  background: rgba(var(--history-rgb), 0.06);
  border: 1px solid rgba(var(--history-rgb), 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  transition: all 0.3s ease;
}

.history-page .summary-box:hover {
  border-color: rgba(var(--history-rgb), 0.3);
  background: rgba(var(--history-rgb), 0.08);
}

.history-page .summary-box h3 {
  color: var(--history-color);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}

.history-page .summary-box ol,
.history-page .summary-box ul {
  margin: 0;
  padding-left: 1.5rem;
}

.history-page .summary-box li {
  margin-bottom: 0.5rem;
  color: var(--secondary-text-color);
  line-height: 1.6;
}

.history-page .summary-box li:last-child {
  margin-bottom: 0;
}

/* ===== MORALITY SECTION ===== */
/* Pages: truths.html, slavery.html, sacrifice.html */

.morality-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--morality-rgb), 0.08) 50%, rgba(var(--morality-rgb), 0.05) 100%);
  border-bottom: 4px solid var(--morality-color);
  box-shadow: 0 4px 20px rgba(var(--morality-rgb), 0.15);
}

.morality-page .hero h1 {
  color: var(--morality-color);
  font-weight: 700;
}

.morality-page .parent-topic {
  color: var(--morality-color);
  font-weight: 600;
}

.morality-page .parent-topic i {
  color: var(--morality-color);
}

.morality-page .content-section h2 {
  color: var(--morality-color);
  border-left: 5px solid var(--morality-color);
  padding-left: 1.25rem;
  font-weight: 700;
}

.morality-page .point {
  color: var(--morality-color);
  font-weight: 600;
}

.morality-page .verse-reference a {
  color: var(--morality-color);
  transition: all 0.3s ease;
}

.morality-page .verse-reference a:hover {
  color: var(--morality-light);
}

.morality-page .verse {
  border-left: 4px solid var(--morality-color);
  padding-left: 1rem;
}

.morality-page .sidebar-nav-item.active {
  background: linear-gradient(135deg, rgba(var(--morality-rgb), 0.15) 0%, rgba(var(--morality-rgb), 0.08) 100%);
  border-left: 4px solid var(--morality-color);
  box-shadow: 0 2px 10px rgba(var(--morality-rgb), 0.2);
}

.morality-page .sidebar-nav-item:hover {
  background: linear-gradient(135deg, rgba(var(--morality-rgb), 0.1) 0%, rgba(var(--morality-rgb), 0.05) 100%);
  transform: translateX(3px);
}

/* Morality-specific components */
.morality-page .card {
  border-left: 4px solid var(--morality-color);
}

.morality-page .quote-block {
  border-left: 4px solid var(--morality-color);
}

/* ===== LIGHT THEME OVERRIDES ===== */

/* Theology light theme */
.light-theme .theology-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--theology-rgb), 0.12) 50%, rgba(var(--theology-rgb), 0.08) 100%);
  box-shadow: 0 4px 20px rgba(var(--theology-rgb), 0.2);
}

/* Authorship light theme */
.light-theme .authorship-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--authorship-rgb), 0.12) 50%, rgba(var(--authorship-rgb), 0.08) 100%);
  box-shadow: 0 4px 20px rgba(var(--authorship-rgb), 0.2);
}

/* Criticism light theme */
.light-theme .criticism-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--criticism-rgb), 0.12) 50%, rgba(var(--criticism-rgb), 0.08) 100%);
  box-shadow: 0 4px 20px rgba(var(--criticism-rgb), 0.2);
}

/* History light theme */
.light-theme .history-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--history-rgb), 0.12) 50%, rgba(var(--history-rgb), 0.08) 100%);
  box-shadow: 0 4px 20px rgba(var(--history-rgb), 0.2);
}

/* Morality light theme */
.light-theme .morality-page .hero {
  background: linear-gradient(135deg, var(--background-color) 0%, rgba(var(--morality-rgb), 0.12) 50%, rgba(var(--morality-rgb), 0.08) 100%);
  box-shadow: 0 4px 20px rgba(var(--morality-rgb), 0.2);
}

/* ===== TABLE STYLING ===== */
.comparison-table {
  margin-top: 0;
  margin-bottom: 0;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .introduction-page .hero h1,
  .theology-page .hero h1,
  .authorship-page .hero h1,
  .criticism-page .hero h1,
  .history-page .hero h1,
  .morality-page .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .introduction-page .hero p,
  .theology-page .hero p,
  .authorship-page .hero p,
  .criticism-page .hero p,
  .history-page .hero p,
  .morality-page .hero p {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .introduction-page .content-section h2,
  .theology-page .content-section h2,
  .authorship-page .content-section h2,
  .criticism-page .content-section h2,
  .history-page .content-section h2,
  .morality-page .content-section h2 {
    font-size: 1.5rem;
    padding-left: 1rem;
  }
}

/* ===== SUMMARY SECTION STYLING ===== */
.summary-section {
  background-color: var(--card-background);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: var(--transition);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.summary-section:hover {
  border-color: var(--secondary-text-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.light-theme .summary-section:hover {
  border-color: var(--accent-color);
}

.summary-section h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-text-color);
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-color);
}

.summary-section p {
  margin-bottom: 1rem;
  color: var(--secondary-text-color);
  line-height: 1.6;
  font-size: 1rem;
}

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

.summary-section strong {
  color: var(--primary-text-color);
  font-weight: 600;
}

.summary-section a {
  color: var(--accent-color);
  text-decoration: none;
}

.summary-section a:hover {
  text-decoration: underline;
}

.summary-section ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.summary-section li {
  margin-bottom: 0.5rem;
  color: var(--secondary-text-color);
  line-height: 1.6;
}

/* Responsive Design for Summary Section */
@media (max-width: 768px) {
  .summary-section {
    padding: 1rem;
  }

  .summary-section h2 {
    font-size: 1.2rem;
  }

  .summary-section p {
    font-size: 0.95rem;
  }
}
