/* Shared KPI + page-title icons — customer, vendor, supplier, scrapbuyer panels */

.hm-dash-kpi__icon,
.sp-kpi__icon,
.vd2-kpi__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 10px;
}

.hm-dash-kpi__icon {
    background: rgba(253, 201, 0, 0.15);
    color: #b45309;
}

.sp-kpi__icon {
    background: rgba(253, 201, 0, 0.12);
    color: #ca8a04;
    font-size: 18px;
}

.vd2-kpi__icon {
    background: rgba(253, 201, 0, 0.12);
    color: #ca8a04;
    font-size: 15px;
}

.sp-topbar__title,
.vp-topbar__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sp-topbar__title > .mdi,
.vp-topbar__title > .mdi {
    font-size: 1.15em;
    color: var(--sp-gold, #ca8a04);
    line-height: 1;
}

.vp-topbar__title > .mdi {
    color: var(--vd-gold, #ca8a04);
}

.page-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.page-title > .mdi {
    font-size: 1.35em;
    color: #fdc900;
    line-height: 1;
}

.page-title > .fa-solid {
    font-size: 1.1em;
    color: #fdc900;
}

.hm-info-card__title,
.hm-pane-head h3,
.hm-order-head .hm-info-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hm-info-card__title > .fa-solid,
.hm-pane-head h3 > .fa-solid {
    color: var(--hm-primary, #fdc900);
    font-size: 0.95em;
}

.hm-breadcrumb-bar .breadcrumb-item a .fa-solid,
.hm-breadcrumb-bar .breadcrumb-item.active .fa-solid {
    font-size: 0.85em;
}

.box-title .mdi,
.box-title .fa-solid {
    margin-right: 6px;
}

.sb-nav-section .mdi {
    margin-right: 4px;
    font-size: 14px;
    opacity: 0.7;
}
