 #compare-table {
      
      border-collapse: collapse;
      width: 100%;
    }

    #compare-table th,
    #compare-table td {
      text-align: center;
      padding: 16px;
      border: 1px solid #dee2e6;
      vertical-align: middle;
    }

    #compare-table th {
      text-align: center;
      background-color: #f8f9fa;
      font-weight: 600;
      width: 150px;
    }

    #compare-table td img {
      height: 100px;
      width: 100px;
      object-fit: fill;
    }

    .star-rating {
      color: #ff9800;
      font-size: 1.25rem;
    }
    .fa-duotone{
        color: white;
    }

    
    #table-compare-button{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    }
    #table-img{
        height: 100px;
    }

     #table-compare-button .btn {
      width: 100px;
      font-size: 0.975rem;
      padding: 4px 8px;
    }
    
    #table-compare-button-basket{
        width: 100px;
      font-size: 0.875rem;
      padding: 4px 8px;
      background-color: #ff6b00;
      color: white;
      
    }
    

    .table-wrapper {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      background: white;
    }