.co26h_wrapper {
  max-width: 900px;
  margin: 32px auto;
  padding: 20px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.co26h_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}

.co26h_table thead th {
  background: #0d2546;      /* azul oscuro */
  color: #f2c94c;           /* dorado suave */
  text-align: left;
  padding: 14px 16px;
  font-size: 15px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.co26h_table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #2a2a2a;
}

.co26h_table tr:nth-child(even) td { background: #fafbfd; }
.co26h_table tr:hover td { background: #fffbe6; } /* hover amarillo suave */

.co26h_link {
  color: #b30000;
  text-decoration: none;
  font-weight: 600;
}
.co26h_link:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .co26h_table thead th,
  .co26h_table td {
    padding: 12px;
    font-size: 14px;
  }
}
