.prompt-patterns-table {
    width: 100%;
    max-width: 800px;
    margin: 0;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.prompt-patterns-table th, 
.prompt-patterns-table td {
    border: 1px solid #333;
    padding: 12px;
    text-align: left;
}

.prompt-patterns-table th {
    background-color: #2c3e50;
    color: white;
    font-weight: bold;
}

.prompt-patterns-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.prompt-patterns-table tr:hover {
    background-color: #e8f4f8;
}

.prompt-patterns-table .category {
    font-weight: bold;
    color: #2c3e50;
}