.elementor-9873 .elementor-element.elementor-element-3076c970{--display:flex;}.elementor-9873 .elementor-element.elementor-element-1aa57fe{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
/* =========================================================
   OFFICE CHAIR VS ERGONOMIC CHAIR — SHARED PAGE CSS
   Scoped to .ocve-section
   ========================================================= */

.ocve-section,
.ocve-section * {
    box-sizing: border-box;
}

.ocve-section {
    --ocve-ink: #172437;
    --ocve-blue: #285675;
    --ocve-blue-dark: #173b56;
    --ocve-blue-light: #dceaf2;
    --ocve-ivory: #f7f4ed;
    --ocve-white: #ffffff;
    --ocve-text: #1d2938;
    --ocve-muted: #526171;
    --ocve-line: #cbd7df;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 28px;
    padding: 68px 32px;
    border-radius: 24px;
    overflow: hidden;
    font-family: inherit;
    color: var(--ocve-text) !important;
}

.ocve-section h1,
.ocve-section h2,
.ocve-section h3,
.ocve-section h4 {
    margin: 0 0 20px;
    color: var(--ocve-ink) !important;
    font-family: inherit;
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.ocve-section h1 {
    max-width: 900px;
    font-size: clamp(40px, 6vw, 74px);
}

.ocve-section h2 {
    max-width: 850px;
    font-size: clamp(30px, 4vw, 48px);
}

.ocve-section h3 {
    font-size: clamp(21px, 2.4vw, 29px);
}

.ocve-section h4 {
    font-size: 19px;
}

.ocve-section p,
.ocve-section li,
.ocve-section td,
.ocve-section th,
.ocve-section summary {
    color: var(--ocve-text) !important;
    font-size: 17px;
    line-height: 1.75;
}

.ocve-section p {
    margin: 0 0 20px;
}

.ocve-section p:last-child {
    margin-bottom: 0;
}

.ocve-section ul,
.ocve-section ol {
    margin: 20px 0 0;
    padding-left: 24px;
}

.ocve-section li {
    margin-bottom: 10px;
}

.ocve-section li:last-child {
    margin-bottom: 0;
}

.ocve-section a:not(.ocve-btn) {
    color: #174f72 !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ocve-section a:not(.ocve-btn):hover {
    color: #0c334d !important;
}

.ocve-eyebrow {
    display: inline-block;
    margin: 0 0 16px;
    color: var(--ocve-blue) !important;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.4 !important;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ocve-lead {
    max-width: 850px;
    color: #314253 !important;
    font-size: clamp(19px, 2vw, 23px) !important;
    line-height: 1.65 !important;
}

.ocve-inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.ocve-narrow {
    max-width: 820px;
}

.ocve-bg-white {
    background: var(--ocve-white);
    border: 1px solid #dce3e8;
}

.ocve-bg-ivory {
    background: var(--ocve-ivory);
}

.ocve-bg-blue-light {
    background: var(--ocve-blue-light);
}

.ocve-bg-dark {
    background:
        radial-gradient(circle at 100% 0%, rgba(91, 153, 190, 0.22), transparent 40%),
        linear-gradient(135deg, #101b2b, #1e4059);
}

.ocve-bg-dark h1,
.ocve-bg-dark h2,
.ocve-bg-dark h3,
.ocve-bg-dark h4,
.ocve-bg-dark p,
.ocve-bg-dark li,
.ocve-bg-dark .ocve-eyebrow,
.ocve-bg-dark .ocve-lead {
    color: #ffffff !important;
}

.ocve-bg-dark a:not(.ocve-btn) {
    color: #ffffff !important;
}

.ocve-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ocve-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ocve-card {
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #d5dfe5;
    border-radius: 18px;
}

.ocve-card h3,
.ocve-card h4,
.ocve-card p,
.ocve-card li {
    color: var(--ocve-text) !important;
}

.ocve-card--blue {
    background: #eaf3f7;
    border-color: #bfd4e0;
}

.ocve-card--ink {
    background: #172437;
    border-color: #172437;
}

.ocve-card--ink h3,
.ocve-card--ink h4,
.ocve-card--ink p,
.ocve-card--ink li {
    color: #ffffff !important;
}

.ocve-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 16px;
    padding: 6px 11px;
    color: #173b56 !important;
    background: #dceaf2;
    border: 1px solid #bcd2de;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.3 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ocve-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    color: #ffffff !important;
    background: var(--ocve-blue-dark);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
}

.ocve-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ocve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border: 2px solid var(--ocve-blue-dark);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease;
}

.ocve-btn:hover {
    transform: translateY(-2px);
}

.ocve-btn--primary {
    color: #ffffff !important;
    background: var(--ocve-blue-dark);
}

.ocve-btn--primary:hover {
    color: #ffffff !important;
    background: #0f2d43;
}

.ocve-btn--secondary {
    color: var(--ocve-blue-dark) !important;
    background: #ffffff;
}

.ocve-btn--secondary:hover {
    color: #ffffff !important;
    background: var(--ocve-blue-dark);
}

.ocve-btn--light {
    color: #172437 !important;
    background: #ffffff;
    border-color: #ffffff;
}

.ocve-btn--light:hover {
    color: #172437 !important;
    background: #dceaf2;
    border-color: #dceaf2;
}

.ocve-btn--outline-light {
    color: #ffffff !important;
    background: transparent;
    border-color: #ffffff;
}

.ocve-btn--outline-light:hover {
    color: #172437 !important;
    background: #ffffff;
}

.ocve-quote {
    margin: 30px 0 0;
    padding: 24px 26px;
    color: #173b56 !important;
    background: #e7f0f5;
    border-left: 5px solid #285675;
    border-radius: 0 16px 16px 0;
    font-size: clamp(19px, 2vw, 23px) !important;
    font-weight: 750;
    line-height: 1.55 !important;
}

.ocve-note {
    margin-top: 26px;
    padding: 20px 22px;
    color: #27394a !important;
    background: #edf3f6;
    border: 1px solid #cbd9e1;
    border-radius: 14px;
}

.ocve-checklist {
    list-style: none;
    padding-left: 0 !important;
}

.ocve-checklist li {
    position: relative;
    padding-left: 31px;
}

.ocve-checklist li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "✓";
    color: #174f72;
    font-weight: 900;
}

.ocve-table-wrap {
    width: 100%;
    margin-top: 30px;
    overflow-x: auto;
    border: 1px solid #c9d6de;
    border-radius: 16px;
    background: #ffffff;
}

.ocve-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.ocve-table th {
    padding: 18px 20px;
    color: #ffffff !important;
    background: #173b56;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
}

.ocve-table td {
    padding: 17px 20px;
    background: #ffffff;
    border-right: 1px solid #d7e0e5;
    border-bottom: 1px solid #d7e0e5;
    vertical-align: top;
}

.ocve-table tr:nth-child(even) td {
    background: #f4f7f8;
}

.ocve-table tr:last-child td {
    border-bottom: 0;
}

.ocve-table th:last-child,
.ocve-table td:last-child {
    border-right: 0;
}

.ocve-toc {
    counter-reset: ocve-toc;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px !important;
    padding: 0 !important;
    list-style: none;
}

.ocve-toc li {
    counter-increment: ocve-toc;
    margin: 0;
}

.ocve-toc a {
    display: flex;
    height: 100%;
    padding: 17px 18px;
    color: #173b56 !important;
    background: #ffffff;
    border: 1px solid #cddae1;
    border-radius: 13px;
    text-decoration: none !important;
}

.ocve-toc a::before {
    margin-right: 10px;
    content: counter(ocve-toc, decimal-leading-zero);
    color: #285675;
    font-weight: 800;
}

.ocve-toc a:hover {
    background: #eaf2f6;
}

.ocve-steps {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.ocve-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #d3dee4;
    border-radius: 16px;
}

.ocve-step-index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #ffffff !important;
    background: #173b56;
    border-radius: 14px;
    font-weight: 800;
}

.ocve-step h3 {
    margin-bottom: 8px;
}

.ocve-faq-list {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.ocve-faq {
    background: #ffffff;
    border: 1px solid #cbd8df;
    border-radius: 14px;
    overflow: hidden;
}

.ocve-faq summary {
    position: relative;
    padding: 20px 58px 20px 22px;
    color: #172437 !important;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.ocve-faq summary::-webkit-details-marker {
    display: none;
}

.ocve-faq summary::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: "+";
    color: #173b56;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
}

.ocve-faq[open] summary::after {
    content: "−";
}

.ocve-faq-answer {
    padding: 0 22px 22px;
}

.ocve-faq-answer p {
    color: #334657 !important;
}

.ocve-source-list {
    margin-top: 24px !important;
}

.ocve-source-list li {
    margin-bottom: 13px;
}

.ocve-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ocve-meta-item {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d3dde3;
    border-radius: 14px;
}

.ocve-meta-label {
    display: block;
    margin-bottom: 5px;
    color: #5b6977 !important;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.4 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ocve-meta-value {
    color: #172437 !important;
    font-size: 15px !important;
    font-weight: 750;
    line-height: 1.45 !important;
}

.ocve-divider {
    width: 70px;
    height: 4px;
    margin: 0 0 24px;
    background: #285675;
    border-radius: 999px;
}

@media (max-width: 800px) {
    .ocve-section {
        padding: 48px 22px;
        border-radius: 18px;
    }

    .ocve-grid-2,
    .ocve-grid-3,
    .ocve-meta-grid,
    .ocve-toc {
        grid-template-columns: 1fr;
    }

    .ocve-step {
        grid-template-columns: 1fr;
    }

    .ocve-button-row {
        flex-direction: column;
    }

    .ocve-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ocve-section {
        padding: 40px 18px;
        border-radius: 14px;
    }

    .ocve-card {
        padding: 23px 20px;
    }

    .ocve-section p,
    .ocve-section li,
    .ocve-section td,
    .ocve-section th,
    .ocve-section summary {
        font-size: 16px;
    }
}
/* Copy-link button contrast fix */
.ocve-section button.ocve-copy-btn {
    color: #ffffff !important;
    background-color: #173b56 !important;
    border: 2px solid #173b56 !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

.ocve-section button.ocve-copy-btn:hover,
.ocve-section button.ocve-copy-btn:focus {
    color: #ffffff !important;
    background-color: #0f2d43 !important;
    border-color: #0f2d43 !important;
    -webkit-text-fill-color: #ffffff !important;
}
</style>/* End custom CSS */