/* ===== SECTION TITLE ===== */

.ft-exam-sessions__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin: 3rem 0 2.5rem 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.ft-exam-sessions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3d4ba8 0%, #495bb8 100%);
  margin: 1.5rem auto 0;
  border-radius: 2px;
}

/* ===== WRAPPER ===== */

.ft-exam-sessions-wrapper {
  width: 100%;
  margin: 2.5rem 0 3rem 0;
  overflow-x: auto;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ===== TABLE ===== */

.ft-exam-sessions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.ft-exam-sessions-table thead {
  background: #f3f4f6;
  border-bottom: 2px solid #d1d5db;
}

.ft-exam-sessions-table th {
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  color: #1f2937;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}

.ft-exam-sessions-col-year {
  width: 15%;
  min-width: 80px;
  text-align: left;
}

.ft-exam-sessions-col-season {
  width: 28.33%;
  min-width: 140px;
}

/* ===== TABLE BODY ===== */

.ft-exam-sessions-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.ft-exam-sessions-table tbody tr:hover {
  background: #fafbfc;
}

.ft-exam-sessions-table tbody tr:last-child {
  border-bottom: none;
}

.ft-exam-sessions-table td {
  padding: 1rem;
  vertical-align: middle;
  box-sizing: border-box;
}

/* ===== CELL STYLES ===== */

.ft-exam-sessions-cell-year {
  font-weight: 600;
  color: #1f2937;
  background: #f9fafb;
  text-align: center;
  font-size: 1rem;
}

.ft-exam-sessions-cell-season {
  color: #374151;
  text-align: center;
  background: #fff;
}

.ft-exam-sessions-date-range {
  font-weight: 500;
  color: #374151;
  font-size: 0.9375rem;
  word-break: break-word;
}

.ft-exam-sessions-info {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e7eb;
}

.ft-exam-sessions-mode {
  font-size: 0.75rem;
  color: #6b7280;
  font-style: italic;
  margin-top: 0.25rem;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
  .ft-exam-sessions__section-title {
    font-size: 1.75rem;
    margin: 2.5rem 0 2rem 0;
  }

  .ft-exam-sessions__section-title::after {
    width: 70px;
    height: 3px;
    margin-top: 1.25rem;
  }

  .ft-exam-sessions-wrapper {
    margin: 2rem 0 2.5rem 0;
  }

  .ft-exam-sessions-table th {
    padding: 0.875rem;
    font-size: 0.8125rem;
  }

  .ft-exam-sessions-table td {
    padding: 0.875rem;
    font-size: 0.9rem;
  }

  .ft-exam-sessions-date-range {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .ft-exam-sessions__section-title {
    font-size: 1.5rem;
    margin: 2rem 0 1.5rem 0;
  }

  .ft-exam-sessions__section-title::after {
    width: 60px;
    height: 3px;
    margin-top: 1rem;
  }

  .ft-exam-sessions-wrapper {
    margin: 1.5rem 0 2rem 0;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  }

  .ft-exam-sessions-table {
    font-size: 0.8125rem;
  }

  .ft-exam-sessions-table th {
    padding: 0.75rem 0.625rem;
    font-size: 0.75rem;
  }

  .ft-exam-sessions-table td {
    padding: 0.75rem 0.625rem;
    font-size: 0.8125rem;
  }

  .ft-exam-sessions-date-range {
    font-size: 0.8125rem;
  }

  .ft-exam-sessions-mode {
    font-size: 0.7rem;
  }

  .ft-exam-sessions-col-year {
    width: 18%;
    min-width: 70px;
  }

  .ft-exam-sessions-col-season {
    width: 27.33%;
    min-width: 120px;
  }
}

@media (max-width: 640px) {
  .ft-exam-sessions__section-title {
    font-size: 1.25rem;
    margin: 1.5rem 0 1.25rem 0;
  }

  .ft-exam-sessions__section-title::after {
    width: 50px;
    height: 2px;
    margin-top: 0.75rem;
  }

  .ft-exam-sessions-wrapper {
    margin: 1.25rem 0 1.75rem 0;
    border-radius: 0.375rem;
  }

  .ft-exam-sessions-table th {
    padding: 0.625rem 0.5rem;
    font-size: 0.7rem;
  }

  .ft-exam-sessions-table td {
    padding: 0.625rem 0.5rem;
    font-size: 0.75rem;
  }

  .ft-exam-sessions-date-range {
    font-size: 0.75rem;
  }

  .ft-exam-sessions-mode {
    font-size: 0.65rem;
  }

  .ft-exam-sessions-col-year {
    width: 20%;
    min-width: 60px;
  }

  .ft-exam-sessions-col-season {
    width: 26.67%;
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .ft-exam-sessions__section-title {
    font-size: 1.125rem;
    margin: 1.25rem 0 1rem 0;
  }

  .ft-exam-sessions__section-title::after {
    width: 40px;
    margin-top: 0.5rem;
  }

  .ft-exam-sessions-wrapper {
    margin: 1rem 0 1.5rem 0;
    min-width: 320px;
    border-radius: 0.25rem;
  }

  .ft-exam-sessions-table {
    min-width: 350px;
    font-size: 0.7rem;
  }

  .ft-exam-sessions-table th {
    padding: 0.5rem 0.375rem;
    font-size: 0.65rem;
  }

  .ft-exam-sessions-table td {
    padding: 0.5rem 0.375rem;
    font-size: 0.7rem;
  }

  .ft-exam-sessions-date-range {
    font-size: 0.7rem;
  }

  .ft-exam-sessions-mode {
    font-size: 0.6rem;
  }

  .ft-exam-sessions-col-year {
    width: 22%;
    min-width: 50px;
  }

  .ft-exam-sessions-col-season {
    width: 26%;
    min-width: 90px;
  }
}
