
.views-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    color: #1f1f1f;
    font-size: 0.7rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }
  
  .views-table thead {
    background-color: #f5f7fb;
    font-weight: 600;
    text-transform: uppercase;
    color: #374151;
  }
  
  .views-table thead th {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
  }
  
  .views-table tbody tr:nth-child(odd) {
    background-color: #f9fafb;
  }
  
  .views-table tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
  
  .views-table tbody tr:hover {
    background-color: #eef2f7;
  }
  
  .views-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
  }
  
  .views-table a {
    color: #081428;
    text-decoration: none;
  }
  
  .views-table a:hover {
    text-decoration: underline;
  }
  