
    p {
      margin: 10px 0;
    }

.brick-desc {
  list-style-type: disc;
  margin-bottom: 10px;
  padding: 8px;
  background-color: #f9f9f9;
  
}
    
    .bold {
      font-weight: bold;
    }

        /* Custom CSS for the table */
        .custom-table {
            width: 100%;
            margin: 20px 0;
            border-collapse: collapse;
        }
        .custom-table th, .custom-table td {
            padding: 12px 15px;
            border: 1px solid #dee2e6;
        }
        .custom-table th {
            background-color: #f8f9fa;
            font-weight: 600;
            text-align: left;
        }
        .custom-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .custom-table tr:hover {
            background-color: #f1f1f1;
        }
  