.wp-live-sheet-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
  }
  .wp-live-sheet-table td, .wp-live-sheet-table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .wp-live-sheet-table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .wp-live-sheet-table th {
    background-color: #4CAF50;
    color: white;
  }
  