/* ─── Experience / Education / Teaching Tables ─── */

.exp-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 32px;
  font-size: 0.93rem;
}

.exp-table tbody tr:nth-child(even) {
  background: #f2f3f3;
}

.exp-table td {
  padding: 11px 10px;
  vertical-align: top;
  line-height: 1.45;
}

.exp-table .col-main {
  width: 62%;
}

.exp-table .col-date {
  width: 38%;
  text-align: right;
  color: #666;
  font-size: 0.88rem;
}

.exp-table .role {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.exp-table .institution {
  color: #555;
  font-style: italic;
  display: block;
}

.exp-table .detail {
  color: #666;
  font-size: 0.86rem;
  display: block;
  margin-top: 2px;
}

.exp-table .location {
  font-weight: 600;
  display: block;
}

.exp-table .daterange {
  display: block;
  margin-top: 2px;
}

.table-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
  margin-top: 6px;
}
