.ksm-work-experience-list {
  margin: 20px 0;
  padding: 0;
}

.ksm-work-experience-item {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 4px solid #0073aa;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.ksm-we-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.ksm-we-duration {
  background-color: #0073aa;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}

.ksm-we-institution {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.ksm-we-dates {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

.ksm-total-work-experience {
  margin-top: 25px;
  padding: 15px;
  background-color: #f0f7ff;
  border-left: 4px solid #0073aa;
  border-radius: 4px;
  font-size: 15px;
}

.ksm-total-work-experience strong {
  font-weight: 600;
  color: #0073aa;
}
