.civco2026_wrapper {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.civco2026_table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fdfdfd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.civco2026_table th {
  background-color: #264653;
  color: #f4a261;
  text-align: left;
  padding: 14px;
  font-size: 16px;
  text-transform: uppercase;
}

.civco2026_table td {
  padding: 14px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  vertical-align: top;
}

.civco2026_table tr:nth-child(even) {
  background-color: #fcfcfc;
}

.civco2026_table tr:hover {
  background-color: #fff7d6;
}

.civco2026_table td:nth-child(3) a {
  color: #e76f51;
  font-weight: bold;
  text-decoration: none;
}

.civco2026_table td:nth-child(3) a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .civco2026_table th,
  .civco2026_table td {
    font-size: 14px;
    padding: 10px;
  }
}
