/* Compare lite bar */
.ash-compare-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    background: #111827;
    color: #fff;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.25);
}

.ash-compare-bar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.ash-compare-bar-title {
    font-weight: 700;
}

.ash-compare-bar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.ash-compare-bar-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 0.85rem;
}

.ash-compare-bar-list a {
    color: #fff;
}

.ash-compare-bar-list button {
    border: 0;
    background: transparent;
    color: #fca5a5;
    cursor: pointer;
    font-size: 1rem;
}

.ash-compare-bar-actions {
    display: flex;
    gap: 10px;
}

.ash-compare-go,
.ash-compare-clear {
    border: 0;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 700;
    cursor: pointer;
}

.ash-compare-go {
    background: #e10600;
    color: #fff;
    text-decoration: none;
}

.ash-compare-clear {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.ash-compare-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.ash-compare-lite-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.ash-compare-lite-table th,
.ash-compare-lite-table td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    text-align: left;
}

.ash-compare-lite-table th {
    background: #f3f4f6;
}
