.sc-compare-add.is-active {
    outline: 2px solid currentColor;
}

.sc-compare-bar {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 16px;
    max-width: calc(100% - 28px);
    background: #202124;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.sc-compare-bar-actions {
    display: flex;
    gap: 8px;
}

.sc-compare-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sc-compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.sc-compare-table th,
.sc-compare-table td {
    padding: 14px;
    border: 1px solid #e1e4e8;
    vertical-align: top;
    text-align: left;
}

.sc-compare-table thead th {
    background: #f6f7f8;
}

.sc-compare-table thead img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 8px;
}

.sc-compare-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}
