.ij-business-archive {
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.7), rgba(255, 255, 255, 0.9));
}

.ij-business-shell {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.25rem 1rem 2rem;
}

.ij-business-topbar {
    display: flex;
    margin-bottom: 0.9rem;
}

.direction-rtl .ij-business-topbar {
    justify-content: flex-end;
}

.direction-rtl .ij-business-topbar__back {
    flex-direction: row-reverse;
}

.direction-ltr .ij-business-topbar {
    justify-content: flex-start;
}

.ij-business-topbar__back {
    gap: 0.45rem;
}

.ij-business-topbar__icon {
    flex: 0 0 auto;
}

.ij-business-hero {
    position: relative;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(2, 6, 23, 0.08);
    box-shadow: 0 18px 55px rgba(2, 6, 23, 0.08);
    overflow: hidden;
    padding: 1.2rem 1.1rem;
}

.ij-business-hero::before,
.ij-business-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    opacity: 0.95;
}

.ij-business-hero::before {
    width: 420px;
    height: 260px;
    right: -210px;
    top: -160px;
    background: radial-gradient(circle at 30% 40%, rgba(59, 130, 246, 0.32), rgba(59, 130, 246, 0) 62%);
}

.ij-business-hero::after {
    width: 420px;
    height: 260px;
    left: -220px;
    bottom: -170px;
    background: radial-gradient(circle at 30% 40%, rgba(56, 189, 248, 0.28), rgba(56, 189, 248, 0) 62%);
}

.ij-business-hero__row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.ij-business-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(59, 130, 246, 0.25);
    color: rgba(30, 64, 175, 0.95);
    padding: 0.34rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.ij-business-hero__chip:hover {
    background: rgba(255, 255, 255, 0.92);
}

.ij-business-hero__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.65rem;
    line-height: 1.35;
}

.ij-business-hero__crumbs {
    position: relative;
    z-index: 1;
    margin-top: 0.45rem;
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.75);
}

.ij-business-archive .ij-business-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.55rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ij-business-archive .ij-business-crumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.ij-business-archive .ij-business-crumbs__link {
    color: inherit;
    text-decoration: none;
}

.ij-business-archive .ij-business-crumbs__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ij-business-archive .ij-business-crumbs__sep {
    color: rgba(15, 23, 42, 0.35);
}

.ij-business-archive .ij-business-crumbs__current {
    color: rgba(15, 23, 42, 0.9);
    font-weight: 700;
}

.ij-inline-ltr {
    direction: ltr;
    unicode-bidi: plaintext;
}

