/* =====================================================
   LUXURY ART BREADCRUMB – REFINED (SMALLER)
===================================================== */

.lx-art-breadcrumb {
    position: relative;

    display: flex;
    align-items: center;
    gap: 8px;                 /* ↓ nhỏ hơn */

    margin-bottom: 18px;      /* ↓ gọn hơn */
    padding-bottom: 6px;

    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.lx-art-breadcrumb::-webkit-scrollbar {
    display: none;
}

/* ================= ITEM ================= */

.lx-art-item {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;

    padding: 5px 12px;        /* ↓ nhỏ rõ rệt */
    border-radius: 2px;

    background: #fff;
    border: 1px solid #e5e7eb;

    font-size: 9.5px;         /* ↓ font nhỏ hơn */
    letter-spacing: 0.18em;   /* ↓ tracking vừa couture */
    text-transform: uppercase;

    color: #6b7280;
}

/* HOME – nhẹ, nền nã */
.lx-art-item.is-home {
    border-style: dashed;
    color: #9ca3af;
}

/* ACTIVE – tinh tế, không gắt */
.lx-art-item.is-active {
    border-color: #111;
    color: #111;
}

/* LABEL */
.lx-art-label {
    line-height: 1.2;
}

/* ================= CONNECTOR ================= */

.lx-art-connector {
    flex-shrink: 0;

    font-size: 10px;          /* ↓ nhỏ hơn */
    color: #c7a26d;           /* champagne gold */
    opacity: 0.85;

    transform: translateY(-0.5px);
}
