body.fix246-lx--vendor .hp-page.site-main > .hp-row {
    align-items: flex-start;
}

body.fix246-lx--vendor .hp-vendor--view-page.hp-page__sidebar {
    height: auto !important;
    max-height: none !important;
    box-sizing: border-box;
    padding: 1.6rem;
    overflow: visible;
    border: 1px solid var(--fix246-lx-line);
    border-radius: 20px !important;
    background: #fff;
    box-shadow: var(--fix246-lx-shadow);
}

body.fix246-lx--vendor .hp-vendor--view-page > .hp-vendor__summary,
body.fix246-lx--vendor .hp-vendor--view-page > .hp-widget,
body.fix246-lx--vendor .hp-vendor--view-page > .inner-wrapper-sticky > .hp-vendor__summary,
body.fix246-lx--vendor .hp-vendor--view-page > .inner-wrapper-sticky > .hp-widget {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    box-shadow: none;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__image {
    width: 148px;
    height: 148px;
    margin: 0 auto 1.15rem;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50% !important;
    background: #f4f7fa;
    box-shadow: 0 8px 22px rgba(11, 22, 41, 0.13);
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__name {
    margin: 0;
    color: var(--fix246-lx-ink);
    font-size: 1.48rem;
    line-height: 1.25;
    text-align: center;
}

body.fix246-lx--vendor-business .hp-vendor--view-page .hp-vendor__name::after {
    content: "Business Service Provider";
    display: table;
    margin: 0.55rem auto 0;
    padding: 0.33rem 0.6rem;
    border-radius: 999px;
    background: rgba(23, 205, 115, 0.11);
    color: #107847;
    font-family: "Open Sans", sans-serif;
    font-size: 0.61rem;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__details--primary {
    margin-top: 0.55rem;
    color: var(--fix246-lx-muted);
    font-size: 0.73rem;
    text-align: center;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__description {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--fix246-lx-line);
    color: var(--fix246-lx-text);
    font-size: 0.92rem;
    line-height: 1.6;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__attributes--primary {
    margin-top: 1rem;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__attribute {
    padding: 0.9rem 0;
    border-top: 1px solid var(--fix246-lx-line);
    color: var(--fix246-lx-text);
    font-size: 0.84rem;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__attribute:first-child {
    border-top: 0;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__actions--primary .button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 45px;
    margin: 0;
    border-radius: 11px !important;
    background: var(--fix246-lx-yellow) !important;
    box-shadow: none;
    color: #fff !important;
}

body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__actions--primary {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid var(--fix246-lx-line);
}

body.fix246-lx--vendor .hp-page__content > .hp-page__title {
    margin: 0 0 1.1rem;
    color: var(--fix246-lx-ink);
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

body.fix246-lx--vendor .hp-page__content > .hp-page__title::before {
    display: none;
}

@media (max-width: 48rem) {
    body.fix246-lx--vendor .hp-vendor--view-page.hp-page__sidebar {
        margin-bottom: 1.5rem;
        padding: 1.3rem;
        border-radius: 17px;
    }

    body.fix246-lx--vendor .hp-vendor--view-page .hp-vendor__image {
        width: 124px;
        height: 124px;
    }

    body.fix246-lx--vendor .hp-page__content > .hp-page__title {
        font-size: 1.55rem;
    }
}
