.cmp-page {
    background: #f4f7fb;
    min-height: 60vh;
}

.cmp-breadcrumb a {
    color: #2B7AC4;
    text-decoration: none;
}

.cmp-breadcrumb span {
    color: #94a3b8;
    margin: 0 6px;
}

.cmp-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 16px;
    color: #0f172a;
}

.cmp-empty {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
}

.cmp-table {
    width: 100%;
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.cmp-table th,
.cmp-table td {
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    vertical-align: top;
    font-size: 0.88rem;
}

.cmp-table__label {
    background: #f8fafc;
    font-weight: 700;
    width: 140px;
    color: #475569;
}

.cmp-table__car {
    text-align: center;
    min-width: 180px;
    position: relative;
}

.cmp-table__car a {
    color: inherit;
    text-decoration: none;
}

.cmp-table__img {
    width: 100%;
    max-width: 160px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto 8px;
}

.cmp-table__price {
    color: #1e5aa8;
    font-weight: 800;
    margin: 6px 0;
}

.cmp-table__link {
    font-size: 0.78rem;
    color: #2B7AC4 !important;
    font-weight: 700;
}

.cmp-table__car--empty {
    background: #fafafa;
}

.cmp-add-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 140px;
    color: #64748b !important;
    font-size: 0.82rem;
    font-weight: 600;
}

.cmp-add-slot i {
    font-size: 1.4rem;
    color: #2B7AC4;
}

.cmp-remove-form {
    position: absolute;
    top: 6px;
    right: 6px;
    margin: 0;
}

.cmp-remove {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.cmp-table__section td {
    background: #eef4fb;
    font-weight: 800;
    color: #1e5aa8;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.cmp-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cmp-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.82rem;
    color: #334155;
    margin-bottom: 4px;
}

.cmp-feature-list li i {
    color: #16a34a;
    margin-top: 2px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .cmp-table__label {
        width: 110px;
    }

    .cmp-table__car {
        min-width: 150px;
    }
}
