.calciv_wrapper {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.calciv_table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fafafa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.calciv_table th {
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: left;
  padding: 14px;
  font-size: 16px;
  text-transform: uppercase;
}

.calciv_table td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  vertical-align: top;
}

.calciv_table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.calciv_table tr:hover {
  background-color: #fffbe6;
}

.calciv_table td:nth-child(3) a {
  color: #2980b9;
  font-weight: 600;
  text-decoration: none;
}

.calciv_table td:nth-child(3) a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .calciv_table th,
  .calciv_table td {
    font-size: 14px;
    padding: 10px;
  }
}
