/* Experience section styles extracted from styles.css */

.experience-list {
  background: rgba(49,51,110,0.18);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 2rem 2.5rem;
  margin: 2rem auto 0 auto;
  max-width: 600px;
  list-style: none;
}
.experience-list li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1.3rem;
  font-size: 1.13rem;
  color: #111827;
  line-height: 1.6;
  font-weight: bold;
}
.experience-list li:last-child {
  margin-bottom: 0;
}
.experience-list li::before {
  content: '\2713';
  position: absolute;
  left: 0.5rem;
  top: 0.1rem;
  color: #6366f1;
  font-size: 1.2rem;
  font-weight: bold;
} 