#businessHeader {
    width: 100%;
}

/* ?? FORCE component, không cho page dè */
#businessHeader .biz-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;

    width: 100% !important;
    padding: 16px !important;

    background: #fff !important;
    border-bottom: 1px solid #eee !important;

    box-sizing: border-box;
}

#businessHeader .biz-logo {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px;
    object-fit: cover;
}

#businessHeader .logo-fallback {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eee;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-weight: 600;
}

#businessHeader .biz-text {
    display: flex !important;
    flex-direction: column !important;
}

#businessHeader .biz-name {
    font-size: 18px !important;
    font-weight: 600 !important;
}

#businessHeader .biz-meta {
    font-size: 13px !important;
    color: #666 !important;
}