.key-takeaways {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #007bff;
  border-radius: 4px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-sans-serif, "Source Sans Pro", sans-serif);
}

.key-takeaways h3 {
  margin-top: 0;
  color: #007bff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.key-takeaways h3 i {
  margin-right: 0.5rem;
}

.key-takeaways ul {
  margin: 0.5rem 0 0 1.2rem;
  padding: 0;
  list-style-type: disc;
}

.key-takeaways li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 1rem;
  color: inherit;
}

/* Dark mode compatibility if the theme uses it */
[data-theme="dark"] .key-takeaways {
  background: rgba(255, 255, 255, 0.02);
  border-color: #3399ff;
}
