/* Genesis G70 Trim Comparison Table Styles */

.table-container {
    overflow-x: auto;
    margin: 30px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

th {
    background-color: #1a1a1a;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #333;
}

td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f8f8f8;
}

tr:hover {
    background-color: #e8f4f8;
}

.feature-column {
    font-weight: bold;
    background-color: #f0f0f0;
}

.included {
    color: #28a745;
    font-weight: bold;
}

.not-included {
    color: #dc3545;
}

@media (max-width: 768px) {
    table {
        font-size: 0.9em;
    }
    
    th, td {
        padding: 8px;
    }
}
