.esim-deltavn-container {
    max-width: 100%;
}

.esim-deltavn-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.esim-deltavn-table th,
.esim-deltavn-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: top;
    word-break: break-word;
    max-width: 300px;
        min-width: 80px;
}

.esim-deltavn-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.esim-deltavn-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .esim-deltavn-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
