/* Style for the compare button */
.compare-button {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.compare-button:hover {
    background-color: #dcdcdc;
}

/* Style for the comparison table */
.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.compare-table th, .compare-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.compare-table th {
    background-color: #f9f9f9;
}
