.tabela-produtos {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
  }
  
  .tabela-produtos h5 {
    font-weight: bold;
    color: #8b0000;
  }
  
  .tabela-produtos .table th,
  .tabela-produtos .table td {
    font-size: 0.95rem;
    vertical-align: middle;
  }
  
  .tabela-produtos .table thead {
    background-color: #f8f9fa;
  }
  