.traits-main {
  max-width: 750px;
  margin: 40px auto 60px;
  padding: 0 20px;
  color: var(--text-light);
}

.traits-main h1 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
  font-weight: 700;
  user-select: none;
}

.trait-section {
  background-color: var(--primary-dark);
  border: 2px solid var(--accent-color);
  border-radius: 15px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.6);
}

.trait-section h2 {
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 15px;
  user-select: none;
}

.trait-section p {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.5;
  user-select: text;
}
