/* =========================================
   ILMIY KENGASH — SEISMOS STYLE
   Minimal, Ixcham, Rasmiy
========================================= */

.council-section {
  padding: 40px 20px;
  background: #ffffff;
}

.council-container {
  max-width: 1000px;   /* 🔥 torroq, ixcham */
  margin: 0 auto;
}

/* Jadval */
.council-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid #ddd;
}

/* Header */
.council-table thead {
  background: #f3f3f3;   /* oddiy kulrang */
}

.council-table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #ddd;
  color: #222;
}

/* Body */
.council-table td {
  padding: 8px 12px;   /* 🔥 ixcham */
  border: 1px solid #ddd;
  color: #333;
  vertical-align: middle;
}

/* Raqam ustuni */
.council-table th:first-child,
.council-table td:first-child {
  width: 45px;
  text-align: center;
  font-weight: 600;
}

/* F.I.Sh ustuni */
.council-table td:nth-child(2) {
  font-weight: 500;
}

/* Hover yo‘q — rasmiy ko‘rinish */
.council-table tbody tr:hover {
  background: #fafafa;
}

/* Responsive */
@media (max-width: 768px) {

  .council-section {
    padding: 30px 10px;
  }

  .council-table {
    font-size: 13px;
  }

  .council-table th,
  .council-table td {
    padding: 6px 8px;
  }
}