.elpris-tabel-wrapper {
    font-family: system-ui, sans-serif;
    margin: 20px 0;
  }
  
  .elpris-tabel-wrapper h4 {
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .elpris-tabel {
    width: 100%;
    border-collapse: collapse;
    background: #f9fcfd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    overflow: hidden;
  }
  
  .elpris-tabel thead {
    background: #f0f4f8;
  }
  
  .elpris-tabel th,
  .elpris-tabel td {
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
  }
  
  .elpris-tabel td {
    font-weight: 500;
  }
  
  .elpris-tabel tbody tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  