/* Product compare page — kunjmart.in style */
.km-compare-page {
    background: #fff;
}

.km-compare-page .breadcrumb-area,
.km-compare-page .km-site-breadcrumb {
    margin-bottom: 0;
}

.km-compare-wrap {
    padding: 24px 0 40px;
}

.km-compare-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px;
    text-transform: capitalize;
}

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

.km-compare-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

.km-compare-table th,
.km-compare-table td {
    border: 1px solid #d1d5db;
    padding: 12px 14px;
    vertical-align: middle;
    text-align: center;
}

.km-compare-table__label {
    width: 22%;
    min-width: 160px;
    background: #fedc19 !important;
    color: #111827;
    font-weight: 700;
    text-align: left !important;
}

.km-compare-table__product-col {
    width: 26%;
    background: #fff;
}

.km-compare-table__head {
    background: #fedc19 !important;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.km-compare-table__img {
    max-height: 140px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.km-compare-table__price {
    color: #dc2626;
    font-weight: 800;
    font-size: 16px;
}

.km-compare-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.km-compare-btn {
    display: inline-block;
    min-width: 120px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.km-compare-btn--cart {
    background: #111827;
    color: #fedc19;
}

.km-compare-btn--cart:hover {
    background: #1f2937;
    color: #fedc19;
}

.km-compare-btn--remove {
    background: #fff;
    color: #111827;
    border: 1px solid #111827;
}

.km-compare-btn--remove:hover {
    background: #f3f4f6;
}

.km-compare-inquire {
    margin-top: 28px;
    padding: 22px 20px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.km-compare-inquire p {
    margin: 0;
    font-weight: 600;
    color: #374151;
}

.km-compare-inquire a {
    background: #0d9488;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

.km-compare-inquire a:hover {
    background: #0f766e;
    color: #fff;
}

.km-compare-empty {
    text-align: center;
    padding: 48px 24px;
}

/* Product card compare — navy circular button */
.kmh-icon-btn--compare {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
}

.kmh-icon-btn--compare:hover {
    background: #1f2937 !important;
    color: #fedc19 !important;
    transform: translateY(-2px);
}

.kmh-icon-btn--compare .lnr {
    color: inherit;
    font-size: 16px;
}

@media (max-width: 767px) {
    .km-compare-table {
        font-size: 12px;
    }

    .km-compare-table th,
    .km-compare-table td {
        padding: 8px 6px;
    }
}
