.bwwm-compare-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px 0;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.bwwm-compare-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.compare-content {
    width: 90% !important;
    max-width: 1200px !important;
}

#bwwm-compare-table-container {
    overflow-x: auto;
    margin-top: 20px;
}

.bwwm-compare-table {
    width: 100%;
    border-collapse: collapse;
}

.bwwm-compare-table th,
.bwwm-compare-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    min-width: 200px;
}

.bwwm-compare-table th {
    background: #f8f9fa;
    width: 150px;
    min-width: 150px;
}