.experience-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  margin-bottom: var(--space-32);
  position: relative;
  z-index: 10;
}

.experience-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--space-8);
}

.experience-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.experience-role {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-white);
}

.experience-company {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
