/* ===== SECTIONS ===== */
.section {
  background: #1a0a2e;
  border: 2px solid #b19cd9;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 15px rgba(177, 156, 217, 0.3);
}

.section-header {
  color: #ff94d6;
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #b19cd9;
  padding-bottom: 0.5rem;
}

.section-header::before {
  content: '> ';
  color: #a8c0ff;
}

.section-info {
  color: #b19cd9;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.section-info::before {
  content: "(";
  color: #555555;
}

.section-info::after {
  content: ")";
  color: #555555;
}
