.ocm-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0 8px;
}

/* Optional paid services shown in the product buy panel. */
.ocm-product-addons{margin:0 0 18px;padding:15px 0;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}.ocm-product-addons__head{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 9px}.ocm-product-addons__head strong{color:var(--ocm-ink);font-size:.78rem;font-weight:600}.ocm-product-addons__head span{color:#8a94a6;font-size:.7rem}.ocm-product-addons__item{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:38px;margin:6px 0;padding:7px 10px;border:1px solid #e7edf6;border-radius:6px;background:#f8faff;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.ocm-product-addons__item:hover{border-color:#c8d8f3;background:#f4f8ff}.ocm-product-addons__item:has(input:checked){border-color:var(--ocm-primary);background:#edf4ff}.ocm-product-addons__item input{width:15px;height:15px;margin:0;accent-color:var(--ocm-primary)}.ocm-product-addons__name{min-width:0;color:var(--ocm-ink);font-size:.78rem;font-weight:600}.ocm-product-addons__price{white-space:nowrap;color:var(--ocm-primary);font-size:.75rem;font-weight:700}

.ocm-service-card {
    --ocm-cat-color: #3867d6;
    --ocm-cat-soft: #edf3ff;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 315px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e6eaf0;
    border-top: 3px solid var(--ocm-cat-color);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(28, 39, 60, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ocm-service-card--cat-2 {
    --ocm-cat-color: #0f9f8f;
    --ocm-cat-soft: #e7f8f5;
}

.ocm-service-card--cat-3 {
    --ocm-cat-color: #6c5ce7;
    --ocm-cat-soft: #f0edff;
}

.ocm-service-card--cat-4 {
    --ocm-cat-color: #2979d1;
    --ocm-cat-soft: #eaf3fd;
}

.ocm-service-card--cat-5 {
    --ocm-cat-color: #df6a45;
    --ocm-cat-soft: #fff0eb;
}

.ocm-service-card--cat-6 {
    --ocm-cat-color: #168da8;
    --ocm-cat-soft: #e7f6f9;
}

.ocm-service-card--cat-7 {
    --ocm-cat-color: #b17816;
    --ocm-cat-soft: #fff6df;
}

.ocm-service-card:hover {
    transform: translateY(-3px);
    border-color: #cfd8ea;
    box-shadow: 0 16px 38px rgba(28, 39, 60, .12);
}

.ocm-service-card__header {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 22px 22px 0;
}

.ocm-service-card__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--ocm-cat-color);
    background: var(--ocm-cat-soft);
}

.ocm-service-card__icon svg {
    width: 20px;
    height: 20px;
}

.ocm-service-card__actions {
    margin-right: -8px;
}

.ocm-service-card__actions .btn {
    color: #8a94a6;
}

.ocm-service-card__body {
    padding: 16px 22px 0;
}

.ocm-service-card__title {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}

.icms-content-subcats:has(.icms-content-uslugi__icon) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 20px;
}

.icms-content-subcats .icms-content-uslugi__icon {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 7px 10px;
    border: 1px solid #e5e9f0;
    border-radius: 999px;
    color: #697386 !important;
    background: #fafbfc;
    font-size: .8rem !important;
    font-weight: 500;
    line-height: 1.2;
    transition: border-color .16s ease, background-color .16s ease;
}

.icms-content-subcats .icms-content-uslugi__icon:hover {
    border-color: #cfd6e1;
    background: #f3f5f8;
}

.icms-content-subcats .icms-content-uslugi__icon::before {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px;
    flex: 0 0 6px;
    margin: 0 8px 0 0 !important;
    border-radius: 50%;
    background: #7c8798;
}

.icms-content-subcats .icms-content-uslugi__icon > svg {
    display: none !important;
}

.icms-content-subcats .icms-content-uslugi__icon > a {
    color: #475569;
}

.icms-content-subcats .icms-content-uslugi__icon > a:hover {
    color: #27364b;
    text-decoration: none;
}

.icms-content-subcats .icms-content-uslugi__icon .icms-content-subcats__count {
    position: static;
    min-width: 18px;
    margin-left: 6px;
    padding: 2px 5px;
    border-radius: 999px;
    color: #7a8494 !important;
    background: #edf0f4;
    font-size: .64rem;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
}

.ocm-service-card__title a {
    color: #202939;
}

.ocm-service-card__title a:hover {
    color: #3867d6;
    text-decoration: none;
}

.ocm-service-card__description {
    display: -webkit-box;
    overflow: hidden;
    margin: 11px 0 0;
    color: #687386;
    font-size: .9rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ocm-service-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding: 20px 22px 18px;
}

.ocm-service-card__availability {
    display: inline-flex;
    align-items: center;
    color: #637083;
    font-size: .78rem;
    white-space: nowrap;
}

.ocm-service-card__availability > span {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #9aa4b2;
}

.ocm-service-card__availability.is-available > span {
    background: #20a464;
    box-shadow: 0 0 0 4px rgba(32, 164, 100, .12);
}

.ocm-service-card__availability.is-paused > span {
    background: #e58a24;
    box-shadow: 0 0 0 4px rgba(229, 138, 36, .12);
}

.ocm-service-card__price {
    color: #202939;
    font-size: 1.05rem;
    line-height: 1.2;
    text-align: right;
}

.ocm-service-card__footer {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 18px 13px 22px;
    border-top: 1px solid #edf0f5;
    background: #fafbfc;
}

.ocm-service-card__author {
    display: flex;
    min-width: 0;
    align-items: center;
    color: #303a4b;
}

.ocm-service-card__author:hover {
    color: #3867d6;
    text-decoration: none;
}

.ocm-service-card__avatar {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-right: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ocm-service-card__avatar img,
.ocm-service-card__avatar .avatar__mini {
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
}

.ocm-service-card__author small,
.ocm-service-card__author b {
    display: block;
    overflow: hidden;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocm-service-card__author small {
    margin-bottom: 1px;
    color: #9099a8;
    font-size: .7rem;
    font-weight: 400;
}

.ocm-service-card__author b {
    font-size: .83rem;
    font-weight: 600;
}

.ocm-service-card__more {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #3867d6;
    background: #edf3ff;
}

.ocm-service-card__more:hover {
    color: #fff;
    background: #3867d6;
}

.ocm-service-card__more svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 991.98px) {
    .ocm-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .ocm-service-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-top: 18px;
    }

    .ocm-service-card {
        min-height: 0;
        border-radius: 15px;
    }

    .ocm-service-card__header,
    .ocm-service-card__body {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ocm-service-card__header {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .ocm-service-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .ocm-service-card__meta {
        padding: 18px;
    }

    .ocm-service-card__footer {
        padding-right: 14px;
        padding-left: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ocm-service-card {
        transition: none;
    }
}

.ocm-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0 8px;
}

.ocm-product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    transition: border-color .18s ease;
}

.ocm-product-card:hover {
    transform: none;
    border-color: #cfd8ea;
    box-shadow: none;
}

.ocm-product-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eef2f7;
}

.ocm-product-card__media > a,
.ocm-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.ocm-product-card__media img {
    object-fit: contain;
    transition: transform .28s ease;
}

.ocm-product-card:hover .ocm-product-card__media img {
    transform: scale(1.025);
}

.ocm-product-card__type {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 1;
    padding: 6px 10px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    color: #424b57;
    background: #fff;
    box-shadow: none;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
}

.ocm-product-card__actions {
    position: absolute;
    top: 9px;
    left: 9px;
    right: auto;
}

.ocm-product-card__actions .btn {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: #fff;
    background: rgba(24, 34, 50, .72);
}

.ocm-product-card__body {
    display: flex;
    flex: 1 1 auto;
    min-height: 156px;
    flex-direction: column;
    padding: 19px 20px 18px;
}

.ocm-product-card__title {
    margin: 0;
    min-height: 2.7em;
    max-height: 2.7em;
    overflow: hidden;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.35;
}

.ocm-product-card__title a {
    color: #202939;
}

.ocm-product-card__title a:hover {
    color: #3867d6;
    text-decoration: none;
}

.ocm-product-card__compatibility {
    margin-top: 14px;
}

.ocm-product-card__compatibility .multiple_tags_list,
.ocm-product-card__compatibility ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ocm-product-card__compatibility li,
.ocm-product-card__compatibility .tag {
    margin: 0 !important;
    padding: 4px 8px !important;
    border: 0 !important;
    border-radius: 7px;
    color: #5270ad;
    background: #edf3ff;
    font-size: .72rem;
    line-height: 1.25;
}

.ocm-product-card__version {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 15px;
    color: #7b8595;
    font-size: .78rem;
}

.ocm-product-card__version svg {
    width: 12px;
    height: 12px;
}

.ocm-product-card__footer {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 18px 13px 20px;
    border-top: 1px solid #edf0f5;
    background: #fafbfc;
}

.ocm-product-card__author {
    display: flex;
    min-width: 0;
    align-items: center;
    color: #303a4b;
}

.ocm-product-card__author:hover {
    color: #3867d6;
    text-decoration: none;
}

.ocm-product-card__avatar {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-right: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ocm-product-card__avatar img,
.ocm-product-card__avatar .avatar__mini {
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
}

.ocm-product-card__author small,
.ocm-product-card__author b {
    display: block;
    overflow: hidden;
    max-width: 125px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocm-product-card__author small {
    margin-bottom: 1px;
    color: #9099a8;
    font-size: .7rem;
    font-weight: 400;
}

.ocm-product-card__author b {
    font-size: .82rem;
    font-weight: 600;
}

.ocm-product-card__price {
    flex: 0 0 auto;
    color: #202939;
    font-size: 1.02rem;
    line-height: 1.2;
    text-align: right;
}

.ocm-product-card__price.is-free {
    color: #178b55;
}

@media (max-width: 991.98px) {
    .ocm-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .ocm-product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-top: 18px;
    }

    .ocm-product-card {
        border-radius: 10px;
    }

    .ocm-product-card__body {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ocm-product-card,
    .ocm-product-card__media img {
        transition: none;
    }
}

/* Product card footer and action. */

.ocm-product-card__footer {
    background: #fff;
}

.ocm-product-card__cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-top: 1px solid #edf0f5;
    color: #315fc5;
    background: #fff;
    font-size: .84rem;
    font-weight: 700;
    transition: color .18s ease, background-color .18s ease;
}

.ocm-product-card__cta:hover {
    color: #244ea9;
    background: #f5f6f8;
    text-decoration: none;
}

.ocm-product-card__cta svg {
    width: 13px;
    height: 13px;
    transition: transform .18s ease;
}

.ocm-product-card__cta:hover svg {
    transform: translateX(3px);
}

/* Shared detail-page design system. */
.ocm-detail {
    --ocm-primary: #3867d6;
    --ocm-primary-dark: #264ea8;
    --ocm-primary-soft: #edf3ff;
    --ocm-ink: #1d2939;
    --ocm-muted: #667085;
    --ocm-line: #e4e9f1;
    --ocm-surface: #fff;
    margin: 12px 0 30px;
    color: var(--ocm-ink);
}

.ocm-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 26px 30px;
    align-items: start;
}

.ocm-detail__main,
.ocm-detail__aside,
.ocm-detail__below {
    min-width: 0;
}

.ocm-detail__below {
    grid-column: 1;
}

.ocm-detail__aside {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
}

.ocm-detail__sticky {
    position: sticky;
    top: 86px;
}

.ocm-detail-hero,
.ocm-detail-section,
.ocm-order-panel,
.ocm-buy-panel,
.ocm-seller-card,
.ocm-resource-card {
    border: 1px solid var(--ocm-line);
    border-radius: 20px;
    background: var(--ocm-surface);
    box-shadow: 0 12px 34px rgba(29, 41, 57, .07);
}

.ocm-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 36px;
    background: #fff;
}

.ocm-detail-hero::after { content: none; }

.ocm-detail__eyebrow {
    margin-bottom: 9px;
    color: var(--ocm-primary);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ocm-detail h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ocm-ink);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.ocm-detail-section {
    margin-top: 24px;
    padding: 30px 32px;
}

.ocm-detail-section__heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 26px;
}

.ocm-detail-section__heading h2 {
    margin: 0 0 4px;
    color: var(--ocm-ink);
    font-size: 1.42rem;
    font-weight: 750;
    letter-spacing: -.015em;
}

.ocm-detail-section__heading p {
    margin: 0;
    color: var(--ocm-muted);
    font-size: .88rem;
    line-height: 1.45;
}

.ocm-detail-section__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--ocm-primary);
    background: var(--ocm-primary-soft);
}

.ocm-detail-section__icon svg {
    width: 17px;
    height: 17px;
}

.ocm-detail__commerce > * {
    margin-top: 0 !important;
}

/* Service detail. */
.ocm-service-detail {
    --ocm-cat-color: #3867d6;
    --ocm-cat-soft: #edf3ff;
    --ocm-primary: var(--ocm-cat-color);
    --ocm-primary-soft: var(--ocm-cat-soft);
}

.ocm-service-detail--cat-2 { --ocm-cat-color: #0f9f8f; --ocm-cat-soft: #e7f8f5; }
.ocm-service-detail--cat-3 { --ocm-cat-color: #6c5ce7; --ocm-cat-soft: #f0edff; }
.ocm-service-detail--cat-4 { --ocm-cat-color: #2979d1; --ocm-cat-soft: #eaf3fd; }
.ocm-service-detail--cat-5 { --ocm-cat-color: #df6a45; --ocm-cat-soft: #fff0eb; }
.ocm-service-detail--cat-6 { --ocm-cat-color: #168da8; --ocm-cat-soft: #e7f6f9; }
.ocm-service-detail--cat-7 { --ocm-cat-color: #b17816; --ocm-cat-soft: #fff6df; }

.ocm-service-hero {
    border-top: 4px solid var(--ocm-cat-color);
}

.ocm-service-hero__heading {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.ocm-service-hero__icon {
    display: inline-flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    color: var(--ocm-cat-color);
    background: var(--ocm-cat-soft);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.ocm-service-hero__icon svg {
    width: 27px;
    height: 27px;
}

.ocm-service-hero__lead {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-top: 26px;
    color: #526071;
    font-size: 1.02rem;
    line-height: 1.72;
}

.ocm-service-hero__lead p:last-child {
    margin-bottom: 0;
}

.ocm-service-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.ocm-service-fact {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e8ebf2;
    border-radius: 14px;
    background: rgba(255, 255, 255, .78);
}

.ocm-service-fact__icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: var(--ocm-cat-color);
    background: var(--ocm-cat-soft);
}

.ocm-service-fact__icon svg {
    width: 14px;
    height: 14px;
}

.ocm-service-fact small,
.ocm-service-fact strong {
    display: block;
}

.ocm-service-fact small {
    margin-bottom: 2px;
    color: #8a94a4;
    font-size: .7rem;
}

.ocm-service-fact strong {
    color: #303b4d;
    font-size: .84rem;
    font-weight: 700;
}

.ocm-service-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ocm-service-steps > div {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 11px;
    padding: 16px;
    border: 1px solid #e8ebf2;
    border-radius: 14px;
    background: #fafbfc;
}

.ocm-service-steps b {
    display: inline-flex;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--ocm-primary);
    background: var(--ocm-primary-soft);
    font-size: .78rem;
}

.ocm-service-steps strong,
.ocm-service-steps small {
    display: block;
}

.ocm-service-steps strong {
    margin-bottom: 4px;
    color: #344054;
    font-size: .82rem;
}

.ocm-service-steps small {
    color: #7a8494;
    font-size: .72rem;
    line-height: 1.45;
}

/* Purchase and service-order sidebars. */
.ocm-order-panel,
.ocm-buy-panel {
    overflow: hidden;
    padding: 26px;
}

.ocm-order-panel__status,
.ocm-buy-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #24704b;
    background: #eaf8f0;
    font-size: .72rem;
    font-weight: 700;
}

.ocm-order-panel__status i,
.ocm-buy-panel__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #23a566;
    box-shadow: 0 0 0 4px rgba(35, 165, 102, .12);
}

.ocm-order-panel__status.is-paused,
.ocm-buy-panel__status.is-pending {
    color: #946016;
    background: #fff5df;
}

.ocm-buy-panel__status.is-owned {
    color: #315fc5;
    background: #edf3ff;
}

.ocm-order-panel__status svg,
.ocm-buy-panel__status svg {
    width: 11px;
    height: 11px;
}

.ocm-order-panel__price,
.ocm-buy-panel__price {
    margin: 18px 0 8px;
    color: var(--ocm-ink);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.ocm-order-panel__duration {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    color: #596579;
    font-size: .82rem;
}

.ocm-order-panel__duration svg {
    width: 14px;
    height: 14px;
    color: var(--ocm-primary);
}

.ocm-order-panel > p,
.ocm-buy-panel__note {
    margin: 12px 0 20px;
    color: var(--ocm-muted);
    font-size: .85rem;
    line-height: 1.55;
}

.ocm-order-panel .btn,
.ocm-buy-panel .btn {
    min-height: 48px;
    border-radius: 12px;
    font-size: .91rem;
    font-weight: 700;
}

.ocm-buy-panel > .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

.ocm-order-panel__message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    color: #4565a7;
    font-size: .82rem;
    font-weight: 600;
}

.ocm-order-panel__message:hover {
    color: var(--ocm-primary-dark);
    text-decoration: none;
}

.ocm-order-panel__message svg {
    width: 14px;
    height: 14px;
}

.ocm-order-panel__benefits {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #dbe5f0;
    border-radius: 12px;
    background: #f7faff;
}

.ocm-product-subscription {
    margin-top: 12px;
}

.ocm-product-subscription .subscribe_wrap {
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
}

.ocm-product-subscription .subscribe_wrap > .btn {
    display: flex !important;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

.ocm-product-subscription .subscriber {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
}

.ocm-product-subscription .icms-subscriptions__label {
    display: inline-block;
}

.ocm-product-subscription .count-subscribers {
    width: 44px;
    flex: 0 0 44px;
}

.ocm-buy-panel__benefits {
    margin: 22px -26px -26px;
    padding: 18px 26px 19px;
    border-top: 1px solid #edf0f5;
    background: #fafbfc;
    list-style: none;
}

.ocm-order-panel__benefits li,
.ocm-buy-panel__benefits li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #687386;
    font-size: .75rem;
    line-height: 1.4;
}

.ocm-order-panel__benefits li + li,
.ocm-buy-panel__benefits li + li {
    margin-top: 10px;
}

.ocm-order-panel__benefits svg,
.ocm-buy-panel__benefits svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    margin-top: 2px;
    color: #26a269;
}

.ocm-buy-panel__files {
    margin-top: 18px;
}

.ocm-buy-panel__file {
    padding: 13px;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    background: #fafbfc;
}

.ocm-buy-panel__file,
.ocm-buy-panel__file > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.ocm-buy-panel__file {
    justify-content: space-between;
}

.ocm-buy-panel__file > span > svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: #5275c4;
}

.ocm-buy-panel__file strong,
.ocm-buy-panel__file small {
    display: block;
    overflow: hidden;
    max-width: 155px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocm-buy-panel__file strong {
    font-size: .76rem;
}

.ocm-buy-panel__file small {
    margin-top: 2px;
    color: #8a94a4;
    font-size: .67rem;
}

.ocm-buy-panel__file .btn {
    min-height: 32px;
}

/* Seller and useful-links cards. */
.ocm-seller-card,
.ocm-resource-card {
    margin-top: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(29, 41, 57, .055);
}

.ocm-seller-card__label,
.ocm-resource-card__title {
    margin-bottom: 12px;
    color: #8b95a5;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.ocm-seller-card__profile {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 12px;
    gap: 12px;
    align-items: center;
    color: #344054;
}

.ocm-seller-card__profile:hover {
    color: var(--ocm-primary);
    text-decoration: none;
}

.ocm-seller-card__identity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ocm-seller-card__identity .ocm-seller-card__profile {
    flex: 1 1 auto;
    min-width: 0;
    grid-template-columns: 48px minmax(0, 1fr);
}

.ocm-seller-card__chat {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce5f8;
    border-radius: 10px;
    color: #4565a7;
    background: #f7f9fe;
}

.ocm-seller-card__chat:hover,
.ocm-seller-card__chat:focus-visible {
    border-color: #b8c9ed;
    color: var(--ocm-primary-dark);
    background: #edf2ff;
    text-decoration: none;
}

.ocm-seller-card__chat svg {
    width: 18px;
    height: 18px;
}

.ocm-seller-card__avatar,
.ocm-seller-card__avatar img,
.ocm-seller-card__avatar .avatar__small {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 15px;
}

.ocm-seller-card__avatar {
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.ocm-seller-card__profile strong,
.ocm-seller-card__profile small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocm-seller-card__profile strong {
    font-size: .86rem;
}

.ocm-seller-card__profile small {
    margin-top: 3px;
    color: #8a94a4;
    font-size: .7rem;
}

.ocm-seller-card__profile > svg {
    width: 11px;
    height: 11px;
    color: #a1a9b6;
}

.ocm-seller-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #edf0f4;
}

.ocm-seller-action {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid #dce5f8;
    border-radius: 10px;
    color: #4565a7;
    background: #f7f9fe;
    font-size: .73rem;
    font-weight: 700;
    text-align: center;
}

.ocm-seller-action:hover {
    border-color: #b8c9ed;
    color: var(--ocm-primary-dark);
    text-decoration: none;
}

.ocm-seller-action.is-demo {
    color: #fff;
    border-color: var(--ocm-primary);
    background: var(--ocm-primary);
}

.ocm-seller-action.is-demo:hover {
    color: #fff;
    border-color: var(--ocm-primary-dark);
    background: var(--ocm-primary-dark);
}

.ocm-seller-action svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.ocm-resource-card > div:not(.ocm-resource-card__title) {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-top: 1px solid #edf0f4;
    color: #5c6b80;
    font-size: .78rem;
}

.ocm-resource-card > div > svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    color: var(--ocm-primary);
}

.ocm-resource-card .field_value,
.ocm-resource-card a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Product hero, gallery and specification blocks. */
.ocm-product-hero {
    border-top: 4px solid var(--ocm-primary);
}

.ocm-product-hero__badges {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.ocm-chip-list .multiple_tags_list,
.ocm-chip-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ocm-chip-list li,
.ocm-chip-list .tag {
    margin: 0 !important;
    padding: 6px 10px !important;
    border: 1px solid #dce5f8 !important;
    border-radius: 9px;
    color: #4264a8;
    background: #f3f7ff;
    font-size: .74rem;
    line-height: 1.15;
}

.ocm-version-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #586579;
    background: #f2f4f7;
    font-size: .74rem;
    font-weight: 600;
}

.ocm-version-badge svg {
    width: 12px;
    height: 12px;
}

.ocm-product-media {
    margin-top: 22px;
}

.ocm-product-media__cover {
    display: block;
    overflow: hidden;
    border: 1px solid var(--ocm-line);
    border-radius: 20px;
    background: #eef2f7;
    box-shadow: 0 12px 32px rgba(29, 41, 57, .07);
}

.ocm-product-media__cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ocm-product-media__screenshots {
    overflow: hidden;
    margin-top: 14px;
    padding: 12px;
    border: 1px solid var(--ocm-line);
    border-radius: 16px;
    background: #fff;
}

.ocm-product-media__screenshots img {
    max-width: 100%;
    border-radius: 10px;
}

.ocm-product-description__body {
    color: #445064;
    font-size: .94rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ocm-product-description__body > :last-child {
    margin-bottom: 0;
}

.ocm-product-description__body h2,
.ocm-product-description__body h3,
.ocm-product-description__body h4 {
    display: block;
    margin: 28px 0 12px;
    color: #263244;
    font-size: 1rem;
    font-weight: 750;
}

.ocm-product-description__body ul,
.ocm-product-description__body ol {
    padding-left: 22px;
}

.ocm-product-description__body li {
    margin-bottom: 7px;
}

.ocm-product-tabs {
    position: sticky;
    z-index: 4;
    top: 70px;
    margin-top: 24px;
    padding: 8px 10px 0;
    border: 1px solid var(--ocm-line);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(29, 41, 57, .055);
    backdrop-filter: blur(10px);
}

.ocm-product-tabs .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 0;
    scrollbar-width: thin;
}

.ocm-product-tabs .nav-link {
    flex: 0 0 auto;
    padding: 12px 15px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #667085;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

.ocm-product-tabs .nav-link:hover,
.ocm-product-tabs .nav-link:focus {
    color: var(--ocm-primary);
    border-bottom-color: #c9d7f4;
}

.ocm-product-tabs .nav-link.active {
    color: var(--ocm-primary);
    border-bottom-color: var(--ocm-primary);
    background: transparent;
}

.ocm-product-tab-content > .ocm-detail-section {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ocm-version-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ocm-changelog {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #edf0f4;
    color: var(--ocm-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.ocm-changelog h3 {
    margin: 0 0 16px;
    color: #344054;
    font-size: 1rem;
}

.ocm-tab-empty {
    margin: 24px 0 0;
    padding: 16px 18px;
    border-radius: 12px;
    color: #667085;
    background: #f7f9fc;
}

.ocm-product-reviews > h2 {
    margin-top: 0;
    color: var(--ocm-ink);
    font-size: 1.25rem;
}

.ocm-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ocm-spec-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e8ebf1;
    border-radius: 14px;
    background: #fafbfc;
}

.ocm-spec-item > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: var(--ocm-primary);
    background: var(--ocm-primary-soft);
}

.ocm-spec-item > span svg {
    width: 14px;
    height: 14px;
}

.ocm-spec-item small,
.ocm-spec-item strong {
    display: block;
}

.ocm-spec-item small {
    margin-bottom: 3px;
    color: #8b95a5;
    font-size: .68rem;
}

.ocm-spec-item strong {
    color: #364152;
    font-size: .82rem;
    font-weight: 700;
}

.ocm-tech-lists {
    display: grid;
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #edf0f4;
}

.ocm-tech-lists > div > strong {
    display: block;
    margin-bottom: 9px;
    color: #596579;
    font-size: .75rem;
}

.ocm-changelog summary {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #344054;
    cursor: pointer;
    font-weight: 700;
}

.ocm-changelog summary svg {
    width: 15px;
    height: 15px;
    color: var(--ocm-primary);
}

.ocm-changelog > div {
    margin-top: 20px;
    color: var(--ocm-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.ocm-detail__tags {
    margin-top: 24px;
}

.ocm-detail__tags .btn {
    margin: 0 5px 5px 0;
    border-color: #dfe4ec;
    border-radius: 9px;
    color: #6f7b8d;
    background: #fafbfc;
}

.ocm-detail__info.info_bar {
    margin-top: 14px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: #f6f8fb;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .ocm-detail__layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 22px;
    }

    .ocm-detail-hero {
        padding: 28px;
    }

    .ocm-service-steps {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .ocm-detail__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .ocm-detail__aside,
    .ocm-detail__below {
        grid-column: 1;
    }

    .ocm-detail__aside {
        grid-row: auto;
    }

    .ocm-detail__sticky {
        position: static;
    }

    .ocm-detail__below .ocm-detail-section:first-child {
        margin-top: 0;
    }

    .ocm-product-tabs {
        top: 56px;
    }

    .ocm-detail__info.info_bar {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

@media (max-width: 575.98px) {
    .ocm-detail {
        margin-top: 6px;
    }

    .ocm-detail__layout {
        gap: 16px;
    }

    .ocm-detail-hero,
    .ocm-detail-section,
    .ocm-order-panel,
    .ocm-buy-panel,
    .ocm-seller-card,
    .ocm-resource-card,
    .ocm-product-media__cover {
        border-radius: 16px;
    }

    .ocm-detail-hero {
        padding: 23px 20px;
    }

    .ocm-detail h1 {
        font-size: 1.78rem;
        line-height: 1.12;
    }

    .ocm-service-hero__heading {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 14px;
    }

    .ocm-service-hero__icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .ocm-service-hero__icon svg {
        width: 21px;
        height: 21px;
    }

    .ocm-detail__eyebrow {
        margin-bottom: 6px;
        font-size: .65rem;
    }

    .ocm-service-hero__lead {
        margin-top: 20px;
        font-size: .91rem;
        line-height: 1.62;
    }

    .ocm-service-facts,
    .ocm-spec-grid,
    .ocm-version-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .ocm-service-facts {
        gap: 9px;
        margin-top: 20px;
    }

    .ocm-order-panel,
    .ocm-buy-panel {
        padding: 22px 20px;
    }

    .ocm-order-panel__benefits,
    .ocm-buy-panel__benefits {
        margin: 20px -20px -22px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ocm-order-panel__price,
    .ocm-buy-panel__price {
        font-size: 1.75rem;
    }

    .ocm-detail-section {
        margin-top: 16px;
        padding: 23px 20px;
    }

    .ocm-detail-section__heading {
        margin-bottom: 20px;
    }

    .ocm-detail-section__heading h2 {
        font-size: 1.18rem;
    }

    .ocm-detail-section__heading p {
        font-size: .79rem;
    }

    .ocm-product-media {
        margin-top: 14px;
    }

    .ocm-product-media__screenshots {
        padding: 8px;
    }

    .ocm-product-tabs {
        margin-top: 0;
        padding-right: 5px;
        padding-left: 5px;
        border-radius: 14px 14px 0 0;
    }

    .ocm-product-tabs .nav-link {
        padding: 11px 12px;
        font-size: .76rem;
    }

    .ocm-product-description__body {
        font-size: .89rem;
        line-height: 1.68;
    }

    .ocm-product-card__cta {
        min-height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ocm-product-card__cta,
    .ocm-product-card__cta svg {
        transition: none;
    }
}

/* Keep admin-uploaded logo artwork inside the navigation header. */
header .navbar-brand {
    min-width: 0;
}

header .navbar-brand img {
    width: auto;
    height: 48px;
    max-width: 160px;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    header .navbar-brand img {
        height: 38px;
        max-width: 112px;
    }
}

/* Redactor2025 content helpers. */
.ocm-product-description__body .akcent {
    padding: 0 .18em;
    border-radius: 3px;
    background: #eef5ff;
    color: #245aa8;
    font-weight: 600;
}

.ocm-product-description__body :not(pre) > code {
    display: inline;
    width: auto;
    font-size: 100%;
    margin: 0 .12em;
    padding: .08em .3em;
    border-radius: 4px;
    background: #f1f5f9;
    color: #7c3f8c;
    white-space: normal;
}

.ocm-product-description__body blockquote.quote-author,
.ocm-product-description__body blockquote.quote-photo,
.ocm-product-description__body blockquote.post-x,
.ocm-product-description__body blockquote.info {
    position: relative;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid var(--ocm-line);
    border-left: 3px solid var(--ocm-primary);
    border-radius: 12px;
    background: #f8fafc;
    color: var(--ocm-text);
}

.ocm-product-description__body blockquote.quote-author cite,
.ocm-product-description__body blockquote.quote-photo cite {
    display: block;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px dashed var(--ocm-line);
    font-style: normal;
    font-weight: 600;
}

.ocm-product-description__body blockquote.quote-photo {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px 18px;
    align-items: start;
}

.ocm-product-description__body .quote-photo__image {
    grid-row: 1 / span 2;
    margin: 0;
}

.ocm-product-description__body .quote-photo__avatar {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.ocm-product-description__body .quote-photo__text,
.ocm-product-description__body blockquote.quote-photo cite {
    grid-column: 2;
    margin-bottom: 0;
}

.ocm-product-description__body blockquote.post-x,
.ocm-product-description__body blockquote.info {
    padding-top: 48px;
}

.ocm-product-description__body blockquote.post-x::before,
.ocm-product-description__body blockquote.info::before {
    position: absolute;
    top: 16px;
    left: 20px;
    color: var(--ocm-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ocm-product-description__body blockquote.post-x::before {
    content: "Пост из X";
}

.ocm-product-description__body blockquote.info::before {
    content: "Справка";
}

@media (max-width: 575.98px) {
    .ocm-product-description__body blockquote.quote-photo {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 8px 12px;
    }

    .ocm-product-description__body .quote-photo__avatar {
        width: 64px;
        height: 64px;
    }
}
.ocm-purchase-facts {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 15px 0;
    border-top: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
}

.ocm-purchase-facts > div {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 10px;
    align-items: baseline;
}

.ocm-purchase-facts dt {
    color: #687386;
    font-size: .75rem;
    font-weight: 400;
}

.ocm-purchase-facts dd {
    min-width: 0;
    margin: 0;
    font-size: .77rem;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.ocm-purchase-facts dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ocm-purchase-facts dd li {
    margin: 0;
    padding: 0;
    background: none;
}

.ocm-account-hint {
    margin: 10px 0 0;
    color: #687386;
    font-size: .74rem;
    line-height: 1.5;
}

.ocm-checked-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #218451;
    font-size: .72rem;
    font-weight: 600;
}

.ocm-checked-badge svg { width: 14px; height: 14px; }

.ocm-purchase-guide ol {
    margin: 0;
    padding-left: 20px;
}

.ocm-purchase-guide li { padding-left: 3px; color: #687386; font-size: .73rem; line-height: 1.5; }
.ocm-purchase-guide li + li { margin-top: 12px; }
.ocm-purchase-guide strong { display: block; color: #344054; font-size: .76rem; }
.ocm-product-tabs { scroll-margin-top: 16px; }
.ocm-product-questions #comments_widget { margin: 0; }

.ocm-store-header { display: flex; align-items: flex-start; gap: 24px; padding: 30px; margin: 8px 0 24px; border: 1px solid #e1e7f0; border-top: 4px solid #3567db; border-radius: 22px; background: linear-gradient(115deg, #fff, #f3f6fe); }
.ocm-store-header__avatar { display: block; align-self: flex-start; flex: 0 0 88px; width: 88px; height: 88px; }
.ocm-store-header__avatar img, .ocm-store-header__avatar .avatar { display: block; width: 88px; height: 88px; border-radius: 22px; object-fit: cover; }
.ocm-store-header__identity { flex: 1; min-width: 0; }
.ocm-store-header h1 { margin: 6px 0; font-size: 2rem; overflow-wrap: anywhere; }
.ocm-store-header p { margin: 0 0 6px; color: #586579; }
.ocm-store-header small { color: #687386; }
.ocm-store-header__actions { display: grid; gap: 10px; flex: 0 0 240px; width: 240px; min-width: 0; }
.ocm-store-header__contact { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; padding: 10px 14px; border-radius: 12px; }
.ocm-store-nav { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 24px; }
.ocm-store-nav a { display: inline-flex; gap: 10px; align-items: center; padding: 12px 18px; border: 1px solid #dce4f3; border-radius: 12px; color: #3d567f; }
.ocm-store-nav a[aria-current] { background: #3567db; border-color: #3567db; color: #fff; }
.ocm-store-nav span { padding: 1px 7px; border-radius: 8px; background: rgba(100,130,190,.12); }
.ocm-store-nav a[aria-current] span { background: rgba(255,255,255,.18); }
.ocm-empty-state { padding: 32px; margin: 20px 0; border: 1px solid #e1e7f0; border-radius: 18px; background: #f8faff; }
.ocm-empty-state h2 { font-size: 1.2rem; }
.ocm-empty-state p { color: #687386; }
@media (max-width: 767.98px) {
    .ocm-store-header { flex-wrap: wrap; }
    .ocm-store-header__actions { flex-basis: 100%; width: 100%; }
}
@media (max-width: 575.98px) {
    .ocm-store-header { padding: 22px; gap: 16px; flex-wrap: wrap; }
    .ocm-store-header__avatar, .ocm-store-header__avatar img, .ocm-store-header__avatar .avatar { width: 64px; height: 64px; flex-basis: 64px; }
    .ocm-store-header h1 { font-size: 1.65rem; }
    .ocm-store-header__contact { width: 100%; justify-content: center; }
}

/* Catalogue: clear entry point, compact filters and intact seller covers. */
.ocm-catalog-intro { display: flex; align-items: flex-start; gap: 24px; margin: 12px 0 22px; }
.ocm-catalog-intro__main { flex: 1; min-width: 0; }
.ocm-catalog-intro h1 { max-width: 800px; margin: 8px 0 12px; font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.2; }
.ocm-catalog-intro p { max-width: 740px; margin: 0; color: #687386; line-height: 1.6; }
.ocm-catalog-intro__seller { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 10px 0; }
.ocm-category-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; }
.ocm-category-chips a { display: inline-flex; gap: 8px; align-items: center; padding: 9px 12px; border: 1px solid #dde5f4; border-radius: 10px; background: #fff; font-size: .82rem; color: #46618b; }
.ocm-category-chips a[aria-current] { background: #edf3ff; border-color: #b6caf5; color: #2855b8; }
.ocm-category-chips span { padding: 0 5px; border-radius: 5px; background: #f0f3f9; font-size: .75rem; }
.ocm-catalog-toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.ocm-catalog-toolbar p { margin: 0 auto 0 0; color: #687386; }
.ocm-catalog-toolbar label { margin: 0; font-size: .8rem; color: #687386; }
.ocm-catalog-toolbar select { width: auto; max-width: 240px; font-size: .85rem; border-radius: 9px; }
.ocm-catalog-filter { padding: 20px; margin: 0 0 24px; border: 1px solid #e1e7f0; border-radius: 16px; background: #f8faff; }
.ocm-filter-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
.ocm-filter-fields .form-group { min-width: 0; margin-bottom: 12px; }
.ocm-filter-fields label { font-size: .8rem; }
.ocm-filter-fields .chosen-container { max-width: 100%; }
.ocm-filter-more summary { width: fit-content; cursor: pointer; color: #3567db; font-weight: 600; font-size: .85rem; padding: 4px 0 12px; }
.ocm-filter-more[open] { padding-bottom: 10px; }
.ocm-filter-buttons { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.ocm-filter-buttons .btn { border-radius: 9px; font-size: .85rem; }
.ocm-product-card__media { aspect-ratio: 16 / 9; background: #f6f7f9; }
.ocm-product-card__media img { object-fit: contain; }
.ocm-product-card:hover .ocm-product-card__media img { transform: none; }

.ocm-search-form { margin-bottom: 24px; padding: 20px; border: 1px solid #e1e7f0; border-radius: 16px; background: #f8faff; }
.ocm-search-form > label { font-weight: 600; font-size: .85rem; }
.ocm-search-form__row { display: flex; gap: 10px; margin-bottom: 10px; }
.ocm-search-form__row input { flex: 1; min-width: 0; border-radius: 10px; }
.ocm-search-form__row button { display: inline-flex; align-items: center; gap: 8px; border-radius: 10px; }
.ocm-search-form__options { display: flex; flex-wrap: wrap; gap: 12px; }
.ocm-search-form__options label { flex: 1; min-width: 150px; font-size: .8rem; }
.ocm-search-form__options select { margin-top: 6px; border-radius: 8px; }
.ocm-search-query { color: #687386; }
.ocm-search-suggestions { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .85rem; }
.ocm-search-fallback em { color: inherit; font-style: normal; background: #fff1cc; }
.ocm-store-scores { display: grid; gap: 10px; margin: 0; }
.ocm-store-score { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid #dfe6f2; border-radius: 12px; background: #f7f9fe; color: #223049; }
.ocm-store-score__label { font-size: .8rem; color: #64728a; }
.ocm-store-score__value { display: flex; align-items: center; gap: 12px; }
.ocm-store-score .thumb { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; min-height: 32px; border-radius: 8px; }
.ocm-store-score .thumb_up { color: #168753; }
.ocm-store-score .thumb_down { color: #bd3d43; }
.ocm-store-score.bg-success, .ocm-store-score.bg-secondary { background: #fff !important; }
.ocm-store-score .thumb:hover, .ocm-store-score .thumb:focus-visible { background: #e5ecf9; outline: 2px solid #6084db; }
.ocm-pending-questions { margin-bottom: 24px; padding: 20px; border: 1px solid #e8cf96; border-radius: 14px; background: #fffaf0; }
.ocm-pending-questions > h3 { font-size: 1.05rem; }
.ocm-pending-questions > p { color: #6c624e; font-size: .85rem; }
.ocm-pending-question { padding: 14px 0; border-top: 1px solid #eee0c3; overflow-wrap: anywhere; }
.ocm-pending-question > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: .8rem; }
.ocm-pending-question > div > span { color: #8c6419; }
.ocm-pending-question > p { margin: 10px 0 0; }
@media (max-width: 575.98px) {
    .ocm-catalog-intro { flex-direction: column; gap: 8px; }
    .ocm-catalog-toolbar { flex-wrap: wrap; gap: 8px; }
    .ocm-catalog-toolbar p { flex-basis: 100%; margin-bottom: 4px; }
    .ocm-catalog-toolbar select { flex: 1; max-width: none; }
    .ocm-catalog-filter { padding: 16px; }
    .ocm-filter-fields { grid-template-columns: minmax(0, 1fr); }
}

/* Product detail: plain surfaces and a clear download action. */
.ocm-detail .ocm-detail-hero::after { content: none; }
.ocm-detail .ocm-detail-hero { background: #fff; }
.ocm-product-detail .ocm-detail-hero { padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--ocm-line); border-radius: 0; box-shadow: none; }
.ocm-product-detail .ocm-detail__eyebrow { color: #667085; font-weight: 500; letter-spacing: 0; text-transform: none; }
.ocm-product-detail h1 { font-size: clamp(1.75rem, 3vw, 2.4rem); line-height: 1.2; letter-spacing: -.02em; font-weight: 700; }
.ocm-product-detail .ocm-product-hero__badges { margin-top: 16px; gap: 8px 12px; }
.ocm-product-detail .ocm-chip-list li { padding: 4px 7px !important; border-color: #e4e7eb !important; border-radius: 4px; background: #f5f6f8; color: #526071; }
.ocm-product-detail .ocm-version-badge { padding: 0; background: none; font-weight: 400; }
.ocm-product-detail .ocm-product-media__cover { border: 0; border-radius: 8px; box-shadow: none; background: #f6f7f9; }
.ocm-product-detail .ocm-product-media__cover img { object-fit: contain; }
.ocm-product-detail .ocm-product-media__screenshots { padding: 0; border: 0; border-radius: 0; }
.ocm-product-detail .ocm-product-media__screenshots img { border-radius: 5px; }
.ocm-product-detail .ocm-detail__sticky { top: 10px; }
.ocm-product-detail .ocm-product-tabs { top: 10px; scroll-margin-top: 10px; margin-top: 0; padding: 0; border: 0; border-bottom: 1px solid #d5dce6; border-radius: 6px 6px 0 0; box-shadow: none; background: #edf0f5; backdrop-filter: none; transition: box-shadow .15s ease; }
.ocm-product-detail .ocm-product-tabs.is-stuck { box-shadow: 0 7px 9px -7px rgba(29, 41, 57, .4); }
.ocm-product-detail .ocm-product-tabs .nav-link { padding: 12px 10px; font-weight: 600; }
.ocm-product-detail .ocm-detail-section { padding: 24px 0; border: 0; border-radius: 0; box-shadow: none; }
.ocm-product-detail .ocm-detail-section__icon { display: none; }
.ocm-product-detail .ocm-detail-section__heading { margin-bottom: 18px; }
.ocm-product-detail .ocm-detail-section__heading p { display: none; }
.ocm-product-detail .ocm-buy-panel { padding: 22px; border-radius: 8px; box-shadow: none; }
.ocm-product-detail .ocm-buy-panel__price { font-size: 1.8rem; font-weight: 700; letter-spacing: -.02em; }
.ocm-product-detail .ocm-buy-panel__status { padding: 0; background: none; border-radius: 0; font-weight: 500; }
.ocm-product-detail .ocm-buy-panel__status i { display: none; }
.ocm-product-detail .ocm-buy-panel .btn { border-radius: 6px; font-weight: 600; }
.ocm-product-detail .ocm-buy-panel__files { margin-top: 0; }
.ocm-product-detail .ocm-buy-panel__file { flex-wrap: wrap; padding: 12px 0; border: 0; border-radius: 0; background: none; }
.ocm-product-detail .ocm-buy-panel__file > span { flex: 1; }
.ocm-product-detail .ocm-buy-panel__file .btn { min-height: 42px; padding: 8px 16px; }
.ocm-product-detail .ocm-purchases-link { display: inline-block; margin: 8px 0 4px; font-size: .82rem; }
.ocm-product-detail .ocm-product-subscription .subscribe_wrap > .btn { background: #fff; border-color: #d9dee5; color: #596576; box-shadow: none; font-size: .8rem; font-weight: 400; }
.ocm-product-detail .ocm-product-subscription .subscribe_wrap > .btn:hover { background: #f5f6f8; color: #254ea8; }
.ocm-product-detail .ocm-product-subscription .subscriber { flex: 0 1 auto; padding: 8px 12px; }
.ocm-product-detail .ocm-seller-card, .ocm-product-detail .ocm-resource-card { padding: 18px 0; border: 0; border-top: 1px solid var(--ocm-line); border-radius: 0; box-shadow: none; }
.ocm-product-detail .ocm-seller-card__label, .ocm-product-detail .ocm-resource-card__title { font-size: .8rem; font-weight: 600; letter-spacing: 0; text-transform: none; color: #526071; }
.ocm-product-detail .ocm-detail-disclosure { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ocm-line); font-size: .82rem; color: #596576; }
.ocm-product-detail .ocm-detail-disclosure > summary { cursor: pointer; font-weight: 500; color: #344054; }
.ocm-product-detail .ocm-detail-disclosure > summary:focus-visible { outline: 2px solid #3867d6; outline-offset: 3px; }
.ocm-product-detail .ocm-detail-disclosure[open] > summary { margin-bottom: 12px; }
.ocm-product-detail .ocm-buy-panel__benefits { margin: 0; padding: 0; border: 0; background: none; }
.ocm-product-detail .ocm-buy-panel__benefits svg { display: none; }
.ocm-product-detail .ocm-purchase-guide { margin-top: 0; }
.ocm-product-detail .ocm-product-information > .ocm-detail-disclosure { margin: 0; padding: 0; }
.ocm-product-detail .ocm-product-information > .ocm-detail-disclosure > summary { margin: 0; padding: 14px 0; line-height: 1.5; }
.ocm-product-detail .ocm-product-information > .ocm-detail-disclosure[open] { padding-bottom: 14px; }
@media (max-width: 991.98px) and (min-width: 768px) {
 .ocm-product-detail .ocm-detail__layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; }
 .ocm-product-detail .ocm-buy-panel { padding: 18px; }
}

/* Services use typography, without cover images or decorative tiles. */
.ocm-service-grid .ocm-service-card { min-height: 0; border: 1px solid #e6eaf0; border-radius: 10px; box-shadow: none; transition: border-color .18s ease; }
.ocm-service-grid .ocm-service-card:hover { transform: none; border-color: #cfd8e3; box-shadow: none; }
.ocm-service-grid .ocm-service-card__header { grid-template-columns: 40px minmax(0, 1fr) auto; align-items: start; gap: 8px; padding: 20px 20px 0; }
.ocm-service-grid .ocm-service-card__icon { display: inline-flex; width: 40px; height: 40px; border-radius: 7px; color: var(--ocm-cat-color); background: var(--ocm-cat-soft); }
.ocm-service-grid .ocm-service-card__icon svg { width: 18px; height: 18px; }
.ocm-service-grid .ocm-service-card__title { min-height: 2.7em; max-height: 2.7em; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow-wrap: anywhere; }
.ocm-service-grid .ocm-service-card__body { padding: 14px 20px 0; }
.ocm-service-grid .ocm-service-card__description { margin: 0; min-height: 3.1em; max-height: 3.1em; -webkit-line-clamp: 2; }
.ocm-service-grid .ocm-service-card__meta { flex-wrap: wrap; gap: 10px; padding: 22px 20px 18px; }
.ocm-service-grid .ocm-service-card__availability { font-size: .75rem; }
.ocm-service-grid .ocm-service-card__availability > span { box-shadow: none; width: 5px; height: 5px; }
.ocm-service-grid .ocm-service-card__price { margin-left: auto; font-size: 1rem; }
.ocm-service-grid .ocm-service-card__footer { padding: 14px 20px; gap: 12px; flex-wrap: wrap; background: #fff; }
.ocm-service-grid .ocm-service-card__footer .btn { border-radius: 6px; }
.ocm-service-grid .ocm-service-card__more { border-radius: 6px; background: #f5f6f8; }
.ocm-service-detail { --ocm-primary: #3867d6; --ocm-primary-soft: #f5f6f8; }
.ocm-service-detail .ocm-detail-hero { padding: 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.ocm-service-detail .ocm-service-hero__heading { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: start; }
.ocm-service-detail .ocm-service-hero__icon { width: 48px; height: 48px; border-radius: 8px; box-shadow: none; }
.ocm-service-detail .ocm-service-hero__icon svg { width: 22px; height: 22px; }
.ocm-service-detail .ocm-detail__eyebrow { color: #667085; font-weight: 500; letter-spacing: 0; text-transform: none; }
.ocm-service-detail h1 { font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.ocm-service-detail .ocm-service-hero__lead { margin-top: 24px; font-size: .96rem; line-height: 1.7; }
.ocm-service-detail .ocm-service-facts { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--ocm-line); gap: 16px; }
.ocm-service-detail .ocm-service-fact { padding: 0; border: 0; border-radius: 0; background: none; }
.ocm-service-detail .ocm-service-fact__icon, .ocm-service-detail .ocm-detail-section__icon { display: none; }
.ocm-service-detail .ocm-service-fact small { font-size: .78rem; color: #667085; margin-bottom: 6px; }
.ocm-service-detail .ocm-service-fact strong { font-weight: 600; }
.ocm-service-detail .ocm-order-panel { padding: 22px; border-radius: 8px; box-shadow: none; }
.ocm-service-detail .ocm-order-panel__price { font-size: 1.8rem; font-weight: 700; letter-spacing: -.02em; }
.ocm-service-detail .ocm-order-panel .btn { border-radius: 6px; font-weight: 600; }
.ocm-service-detail .ocm-order-panel__benefits { padding: 16px 0 0; border: 0; border-top: 1px solid var(--ocm-line); border-radius: 0; background: none; }
.ocm-service-detail .ocm-order-panel__benefits svg { display: none; }
.ocm-service-detail .ocm-seller-card { padding: 18px 0; border: 0; border-top: 1px solid var(--ocm-line); border-radius: 0; box-shadow: none; }
.ocm-service-detail .ocm-seller-card__label { color: #667085; font-size: .8rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.ocm-service-detail .ocm-detail-section { padding: 24px 0 0; margin-top: 0; border: 0; border-top: 1px solid var(--ocm-line); border-radius: 0; box-shadow: none; }
.ocm-service-detail .ocm-detail-section__heading { margin-bottom: 20px; }
.ocm-service-detail .ocm-detail-section__heading h2 { font-size: 1.3rem; font-weight: 600; }
.ocm-service-detail .ocm-service-steps { grid-template-columns: minmax(0, 1fr); gap: 18px; }
.ocm-service-detail .ocm-service-steps > div { padding: 0; border: 0; border-radius: 0; background: none; gap: 12px; }
.ocm-service-detail .ocm-service-steps b { width: 20px; height: auto; flex-basis: 20px; background: none; color: #667085; font-weight: 500; }
.ocm-service-detail .ocm-service-steps strong { font-weight: 600; }
.ocm-service-detail .ocm-service-steps small { font-size: .82rem; }
@media (max-width: 991.98px) and (min-width: 768px) {
 .ocm-service-detail .ocm-detail__layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; }
 .ocm-service-detail .ocm-order-panel { padding: 18px; }
}

/* Profiles and account navigation, 2026-09-06. */
.ocm-store-header { background:#fff; border:1px solid #e2e6eb; border-radius:10px; box-shadow:none; padding:24px; gap:24px; }
.ocm-store-header::before,.ocm-store-header::after { display:none; }
.ocm-store-header h1 { font-size:28px; line-height:1.2; letter-spacing:-.02em; }
.ocm-store-header__avatar { border-radius:12px; }
.ocm-store-header__actions { min-width:230px; }
.ocm-store-score { background:#fff; border:1px solid #e2e6eb; border-radius:6px; box-shadow:none; padding:12px 16px; }
.ocm-store-score b[data-sign="positive"] { color:#16804a; }
.ocm-store-score b[data-sign="negative"] { color:#bd303b; }
.ocm-store-score b[data-sign="zero"] { color:#223049; }
.ocm-store-nav { border-bottom:1px solid #e2e6eb; gap:24px; }
.ocm-store-nav a { background:none; border:0; border-bottom:2px solid transparent; border-radius:0; padding:12px 0; box-shadow:none; }
.ocm-store-nav a[aria-current="page"] { background:none; color:#285cc4; border-bottom-color:#285cc4; box-shadow:none; }
.ocm-store-nav a span { background:#f1f3f6; color:#526073; }
#user_profile_title { padding:20px 0; gap:12px; flex-wrap:wrap; border-bottom:1px solid #e2e6eb; }
#user_profile_title .avatar { width:64px; height:64px; flex-shrink:0; }
#user_profile_title .avatar img { width:64px; height:64px; object-fit:cover; border-radius:10px; }
#user_profile_title .name { min-width:140px; }
#user_profile_title h1 { font-size:26px; }
#user_profile_title #user_profile_rates,#user_profile_title #user_profile_ratings { background:#f4f5f7!important; color:#263345!important; border-radius:6px!important; min-width:82px; padding:8px!important; }
.ocm-account-nav { margin:16px 0 24px; padding:12px 16px; border:1px solid #e2e6eb; border-radius:8px; background:#fff; }
.ocm-account-nav__row { display:flex; align-items:baseline; gap:12px; padding:3px 0; }
.ocm-account-nav__label { flex:0 0 74px; font-size:12px; color:#6b7482; }
.ocm-account-nav__links { display:flex; flex-wrap:wrap; gap:2px 4px; min-width:0; }
.ocm-account-nav a { display:block; padding:8px 10px; font-size:14px; line-height:1.35; color:#3c4756; border-radius:5px; text-decoration:none; }
.ocm-account-nav a:hover { background:#f3f5f7; }
.ocm-account-nav a[aria-current="page"] { color:#2456b4; background:#eef3fc; font-weight:600; }
.ocm-account-nav a:focus-visible,.ocm-account-nav summary:focus-visible,.ocm-account-finances summary:focus-visible { outline:2px solid #285cc4; outline-offset:2px; }
.ocm-account-nav__more { margin-top:5px; color:#6b7482; font-size:13px; }
.ocm-account-nav__more summary { cursor:pointer; padding:6px 0; }
.ocm-account-finances { border:1px solid #e2e6eb; border-radius:8px; padding:14px 16px; }
.ocm-account-finances summary { cursor:pointer; font-weight:600; }
.ocm-account-finances[open] summary { margin-bottom:16px; }
.ocm-account-finances .border { border:0!important; padding:0!important; }
.ocmarket-seller-dashboard .card,.ocmarket-seller-sales .border,.ocmarket-purchases .card,.ocm-orders-list .card { border-color:#e2e6eb!important; border-radius:8px; box-shadow:none; }
.ocmarket-seller-dashboard .card h3 { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.ocmarket-seller-dashboard .btn-group { flex-wrap:wrap; gap:4px; }
.ocmarket-seller-dashboard .btn-group .btn { border-radius:5px!important; margin-left:0!important; }
.ocm-profile-contact { margin:16px 0; }
.ocm-public-profile-tabs .nav { flex-wrap:wrap; }
#user_profile #information { border:1px solid #e2e6eb; border-radius:8px; padding:20px; }
#user_profile #information .field { padding:8px 0; }
.ocm-empty-state { background:#fafbfc; border:1px solid #e2e6eb; border-radius:8px; box-shadow:none; padding:32px; text-align:left; }
.ocm-empty-state h2 { font-size:21px; }
.ocm-empty-state p { max-width:640px; color:#667282; }
@media(max-width:600px) {
 .ocm-account-nav { padding:10px; }
 .ocm-account-nav__row { display:block; padding:4px 0; }
 .ocm-account-nav__label { display:block; padding:2px 8px; }
 .ocm-account-nav a { padding:9px 8px; font-size:13px; }
 .ocm-store-header { padding:18px; gap:16px; }
 .ocm-store-header h1 { font-size:23px; }
 .ocm-store-header__actions { width:100%; min-width:0; }
 #user_profile_title h1 { font-size:22px; }
 #user_profile_title { gap:8px; }
 #user_profile_title .name { flex-basis:calc(100% - 90px); }
 .ocm-empty-state { padding:22px; }
}

.ocm-own-profile #user_profile_rates,.ocm-own-profile #user_profile_ratings { display:none; }
.ocm-account-nav__buyer { margin:4px 0; }
.ocm-account-nav__buyer summary { padding:9px 0; font-size:13px; cursor:pointer; color:#526073; }
.ocmarket-profile-purchases .card { border-color:#e2e6eb; border-radius:8px; box-shadow:none; }
@media(max-width:600px) {
 #user_profile_title .name { flex:1 1 calc(100% - 100px)!important; }
 #user_profile_title .avatar { margin-right:8px!important; }
 .ocm-account-nav a { min-height:38px; }
}
