/* =========================================================
   ChinPars Smart Content - Frontend UI
   v3.3.5
   Scoped to plugin components to avoid Elementor/theme conflicts.
   ========================================================= */

.cpf-wrap,
.cpb-wrap,
.cpa-box,
.cptoc-wrap,
.cpr-wrap,
.cpaa-wrap {
    --cp-red: #971c20;
    --cp-red-dark: #751519;
    --cp-red-soft: rgba(151, 28, 32, .065);
    --cp-red-softer: rgba(151, 28, 32, .035);
    --cp-gold: #b99a7a;
    --cp-ink: #252225;
    --cp-text: #484348;
    --cp-muted: #777176;
    --cp-border: #ebe7e4;
    --cp-border-strong: #dfd7d1;
    --cp-surface: #fff;
    --cp-soft: #faf9f8;
    --cp-shadow: 0 12px 34px rgba(43, 31, 31, .055);

    box-sizing: border-box;
    direction: rtl;
    color: var(--cp-text);
    font-family: "Modam", var(--e-global-typography-text-font-family, Tahoma), Tahoma, Arial, sans-serif !important;
    font-style: normal;
    text-align: right;
}

.cpf-wrap *,
.cpf-wrap *::before,
.cpf-wrap *::after,
.cpb-wrap *,
.cpb-wrap *::before,
.cpb-wrap *::after,
.cpa-box *,
.cpa-box *::before,
.cpa-box *::after,
.cptoc-wrap *,
.cptoc-wrap *::before,
.cptoc-wrap *::after,
.cpr-wrap *,
.cpr-wrap *::before,
.cpr-wrap *::after,
.cpaa-wrap *,
.cpaa-wrap *::before,
.cpaa-wrap *::after {
    box-sizing: border-box;
}

/* Force controls/text to use the site's article font, not theme button defaults. */
.cpf-wrap :where(a, button, summary, h2, h3, p, span, strong, div),
.cpb-wrap :where(a, button, h2, h3, p, span, strong, div),
.cpa-box :where(a, button, h2, h3, p, span, strong, div),
.cptoc-wrap :where(a, button, h2, h3, p, span, strong, div, ol, li),
.cpr-wrap :where(a, p, span, strong, div, ul, li, i),
.cpaa-wrap :where(a, h2, p, span, strong, div, ul, li, time) {
    font-family: inherit !important;
}



/* Shared inline svg arrow icon */
.cp-inline-arrow {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: currentColor !important;
    line-height: 1 !important;
}

.cp-inline-arrow svg {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* =========================================================
   FAQ
   ========================================================= */

.cpf-wrap {
    width: 100%;
    margin: 32px 0;
}

.cpf-title-row {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    margin: 0 0 16px;
}

.cpf-title-row h2 {
    all: unset;
    display: block;
    flex: 0 1 auto;
    color: var(--cp-ink) !important;
    font-family: inherit !important;
    font-size: clamp(19px, 1.8vw, 24px) !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
    letter-spacing: 0 !important;
}

.cpf-title-mark {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin: 0;
    border: 1px solid rgba(151, 28, 32, .10);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(151, 28, 32, .12), rgba(151, 28, 32, .055));
    color: var(--cp-red);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.cpf-title-line {
    display: block;
    flex: 1 1 auto;
    height: 1px;
    min-width: 24px;
    background: linear-gradient(90deg, transparent, #e5ddd7 70%);
}

.cpf-accordion {
    display: grid;
    gap: 10px;
    width: 100%;
}

.cpf-item {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: clip;
    border: 1px solid var(--cp-border) !important;
    border-radius: 14px !important;
    background: var(--cp-surface) !important;
    box-shadow: none !important;
    color: var(--cp-text) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cpf-item:hover {
    border-color: var(--cp-border-strong) !important;
}

.cpf-item[open] {
    border-color: rgba(151, 28, 32, .20) !important;
    box-shadow: 0 10px 26px rgba(42, 30, 30, .05) !important;
}

.cpf-item > summary {
    all: unset;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--cp-ink) !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.9 !important;
    text-align: right !important;
    text-decoration: none !important;
    cursor: pointer !important;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cpf-item > summary::-webkit-details-marker,
.cpf-item > summary::marker {
    display: none !important;
    content: "" !important;
}

.cpf-q-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #eee8e3;
    border-radius: 9px;
    background: #faf8f6;
    color: #9a846f;
    direction: ltr;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.cpf-question-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
}

.cpf-toggle {
    position: relative;
    display: block;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: auto;
    border: 1px solid rgba(151, 28, 32, .08);
    border-radius: 9px;
    background: var(--cp-red-soft);
}

.cpf-toggle::before,
.cpf-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.7px;
    border-radius: 5px;
    background: var(--cp-red);
    transform: translate(-50%, -50%);
    transition: transform .2s ease, background .2s ease;
}

.cpf-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cpf-item[open] .cpf-toggle {
    border-color: var(--cp-red);
    background: var(--cp-red);
}

.cpf-item[open] .cpf-toggle::before,
.cpf-item[open] .cpf-toggle::after {
    background: #fff;
}

.cpf-item[open] .cpf-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.cpf-answer {
    display: grid !important;
    grid-template-rows: 0fr;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    visibility: hidden;
    transition: grid-template-rows .28s ease, visibility 0s linear .28s;
}

.cpf-item[open] .cpf-answer {
    grid-template-rows: 1fr;
    visibility: visible;
    transition: grid-template-rows .28s ease, visibility 0s linear 0s;
}

.cpf-answer-inner {
    min-height: 0;
    overflow: hidden;
    margin: 0 58px 0 16px !important;
    padding: 0 !important;
    border-top: 1px solid #f0ece9;
    color: var(--cp-muted) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 2.05 !important;
}

.cpf-item[open] .cpf-answer-inner {
    padding: 14px 0 18px !important;
}

.cpf-answer-inner > :first-child {
    margin-top: 0 !important;
}

.cpf-answer-inner > :last-child {
    margin-bottom: 0 !important;
}

.cpf-answer p {
    margin: 0 0 10px !important;
    color: inherit !important;
    font: inherit !important;
}

.cpf-answer a:not(.cpf-cta) {
    color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    text-decoration: underline !important;
    text-decoration-color: #bda68e !important;
    text-underline-offset: 4px;
    box-shadow: none !important;
}

.cpf-answer a:not(.cpf-cta):hover {
    color: var(--cp-red) !important;
}

.cpf-cta {
    all: unset;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 40px !important;
    margin: 5px 0 0 !important;
    padding: 8px 14px !important;
    border: 1px solid var(--cp-red) !important;
    border-radius: 10px !important;
    background: var(--cp-red) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cpf-cta:hover {
    border-color: var(--cp-red-dark) !important;
    background: var(--cp-red-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* =========================================================
   Blog products / carousel
   ========================================================= */

.cpb-wrap {
    position: relative;
    width: 100%;
    margin: 32px 0;
}

.cpb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin: 0 0 14px;
}

.cpb-head h2 {
    all: unset;
    display: block;
    color: var(--cp-ink) !important;
    font-family: inherit !important;
    font-size: clamp(18px, 1.8vw, 22px) !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
}

.cpb-controls {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
}

.cpb-wrap button.cpb-nav {
    all: unset;
    box-sizing: border-box;
    position: relative;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e7e0db !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: var(--cp-red) !important;
    box-shadow: 0 2px 8px rgba(45, 32, 31, .035) !important;
    font-family: inherit !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease !important;
}

.cpb-wrap button.cpb-nav::before,
.cpb-wrap button.cpb-nav::after {
    content: none !important;
    display: none !important;
}

.cpb-wrap button.cpb-nav:hover {
    border-color: var(--cp-red) !important;
    background: var(--cp-red) !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: translateY(-1px) !important;
}

.cpb-wrap button.cpb-nav:active {
    transform: translateY(0) !important;
}

.cpb-wrap button.cpb-nav svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    pointer-events: none;
}

.cpb-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    direction: rtl;
}

.cpb-is-carousel .cpb-products {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 1px 9px !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.cpb-is-carousel .cpb-products::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.cpb-card {
    position: relative;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--cp-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--cp-text) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cpb-is-carousel .cpb-card {
    flex: 0 0 calc((100% - 36px) / 4) !important;
    width: calc((100% - 36px) / 4) !important;
    scroll-snap-align: start;
}

.cpb-card:hover {
    border-color: #ddd2ca !important;
    box-shadow: 0 10px 26px rgba(43, 31, 31, .06) !important;
    transform: translateY(-2px);
}

.cpb-image {
    position: relative;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.cpb-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 9px !important;
    border: 0 !important;
    object-fit: contain !important;
    box-shadow: none !important;
    transition: transform .28s ease;
}

.cpb-card:hover .cpb-image img {
    transform: scale(1.025);
}

.cpb-card-body {
    display: flex;
    flex-direction: column;
    min-height: 142px;
    padding: 12px !important;
    border-top: 1px solid #f3efec;
}

.cpb-product-title {
    all: unset;
    display: block;
    min-height: 3.5em;
    margin: 0 0 8px !important;
    color: var(--cp-ink) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.75 !important;
}

.cpb-product-title a {
    color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    font: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.cpb-product-title a:hover {
    color: var(--cp-red) !important;
}

.cpb-price {
    min-height: 26px;
    margin: 0 0 8px !important;
    color: var(--cp-red) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
}

.cpb-price del {
    color: #9b9799 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
}

.cpb-price ins {
    color: inherit !important;
    text-decoration: none !important;
}

.cpb-view {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 35px;
    margin: auto 0 0 !important;
    padding: 9px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #f0ece9 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--cp-red) !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    text-decoration: none !important;
}

.cpb-view span:last-child {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    transition: transform .2s ease;
}

.cpb-view:hover {
    color: var(--cp-red-dark) !important;
}

.cpb-view:hover span:last-child {
    transform: translateX(-2px);
}

/* =========================================================
   Author box
   ========================================================= */

.cpa-box {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    width: 100%;
    margin: 34px 0;
    padding: 20px;
    border: 1px solid #eadfda !important;
    border-top: 3px solid var(--cp-red) !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(151, 28, 32, .025) 0, #fff 54px) !important;
    box-shadow: var(--cp-shadow) !important;
}

.cpa-photo {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #f7efec;
    box-shadow: 0 0 0 1px #e5d7cd;
    color: var(--cp-red);
    font-size: 32px;
    font-weight: 800;
}

.cpa-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpa-label {
    display: block;
    margin: 0 0 2px;
    color: #8a7f78;
    font-size: 11px;
    font-weight: 600;
}

.cpa-content h3 {
    all: unset;
    display: block;
    margin: 0 0 6px !important;
    color: var(--cp-ink) !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
}

.cpa-content h3 a {
    color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.cpa-bio {
    color: #686166;
    font-size: 13px;
    line-height: 2;
    text-align: justify !important;
    text-justify: inter-word;
}

.cpa-bio p {
    margin: 0 !important;
}

.cpa-links {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 10px !important;
    margin-top: 13px !important;
    padding-top: 12px !important;
    border-top: 1px solid #f0ece9 !important;
}

.cpa-links > a {
    box-sizing: border-box;
    text-decoration: none !important;
    box-shadow: none !important;
}

.cpa-articles-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 38px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(151, 28, 32, .16) !important;
    border-radius: 10px !important;
    background: var(--cp-red-soft) !important;
    color: var(--cp-red) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    line-height: 1.5 !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}

.cpa-articles-link:hover {
    border-color: var(--cp-red) !important;
    background: var(--cp-red) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.cpa-linkedin {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 38px !important;
    padding: 6px 11px !important;
    border: 1px solid rgba(10, 102, 194, .18) !important;
    border-radius: 10px !important;
    background: rgba(10, 102, 194, .06) !important;
    color: #0a66c2 !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    line-height: 1.5 !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}

.cpa-linkedin:hover {
    border-color: #0a66c2 !important;
    background: #0a66c2 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.cpa-linkedin-mark {
    display: grid !important;
    place-items: center !important;
    width: 21px !important;
    height: 21px !important;
    border-radius: 6px !important;
    background: #0a66c2 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.cpa-linkedin:hover .cpa-linkedin-mark {
    background: #fff !important;
    color: #0a66c2 !important;
}

/* =========================================================
   Reading time
   ========================================================= */

.cp-reading-time {
    white-space: nowrap;
    font-family: "Modam", var(--e-global-typography-text-font-family, Tahoma), Tahoma, Arial, sans-serif !important;
}

/* =========================================================
   Related articles - sidebar
   ========================================================= */

.cpr-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--cp-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 6px 22px rgba(43, 31, 31, .04) !important;
}

.cpr-title {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 54px;
    padding: 12px 14px !important;
    border-bottom: 1px solid #eee9e5 !important;
    background: #fcfbfa !important;
    color: var(--cp-ink) !important;
}

.cpr-title strong {
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.7 !important;
}

.cpr-title-icon {
    position: relative;
    display: block;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(151, 28, 32, .10);
    border-radius: 8px;
    background: var(--cp-red-soft);
}

.cpr-title-icon::before,
.cpr-title-icon::after {
    content: "";
    position: absolute;
    right: 7px;
    left: 7px;
    height: 2px;
    border-radius: 3px;
    background: var(--cp-red);
}
.cpr-title-icon::before { top: 9px; }
.cpr-title-icon::after { top: 15px; width: 9px; left: auto; }

.cpr-list {
    display: block !important;
    margin: 0 !important;
    padding: 6px 13px 9px !important;
    list-style: none !important;
}

.cpr-list li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #f1eeeb;
}
.cpr-list li:last-child { border-bottom: 0; }
.cpr-list li::before,
.cpr-list li::marker { content: none !important; display: none !important; }

.cpr-list a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 13px 2px !important;
    border: 0 !important;
    background: transparent !important;
    color: #353033 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.9 !important;
    text-decoration: none !important;
    transition: color .18s ease !important;
}

.cpr-list a span { min-width: 0; }
.cpr-list a i {
    display:inline-grid !important;
    place-items:center !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    color: #b39b86 !important;
    font-style: normal !important;
    transition: transform .18s ease, color .18s ease !important;
}
.cpr-list a:hover { color: var(--cp-red) !important; }
.cpr-list a:hover i { color: var(--cp-red) !important; transform: translateX(-2px); }

/* =========================================================
   Authors directory
   ========================================================= */

.cp-author-directory-fallback { width: 100%; padding: 36px 16px 60px; }
.cp-author-directory-inner { width: min(1200px, 100%); margin: 0 auto; }
.cp-author-directory-header h1 { margin: 0 0 24px; font-family: "Modam", var(--e-global-typography-text-font-family, Tahoma), Tahoma, Arial, sans-serif; font-size: clamp(26px, 3vw, 38px); }

.cpaa-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px !important;
    width: 100%;
}

.cpaa-author {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 18px !important;
    border: 1px solid var(--cp-border) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 26px rgba(43,31,31,.045) !important;
}

.cpaa-head {
    display: grid !important;
    grid-template-columns: 68px minmax(0,1fr) auto;
    align-items: center !important;
    gap: 13px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #efebe8 !important;
}

.cpaa-photo {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #f7efec;
    box-shadow: 0 0 0 1px #e5d7cd;
    color: var(--cp-red);
    font-size: 26px;
    font-weight: 800;
}
.cpaa-photo img { width:100%; height:100%; object-fit:cover; display:block; }

.cpaa-meta h2 { all: unset; display:block; color:var(--cp-ink)!important; font-size:17px!important; font-weight:800!important; line-height:1.7!important; }
.cpaa-meta h2 a { color:inherit!important; text-decoration:none!important; box-shadow:none!important; }
.cpaa-meta > span { display:block; margin-top:2px; color:var(--cp-muted)!important; font-size:10px!important; font-weight:600!important; }

.cpaa-linkedin {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 9px !important;
    border: 1px solid rgba(10,102,194,.16) !important;
    border-radius: 9px !important;
    background: rgba(10,102,194,.055) !important;
    color: #0a66c2 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.cpaa-linkedin > span { display:grid; place-items:center; width:19px; height:19px; border-radius:5px; background:#0a66c2; color:#fff; font-family:Arial,sans-serif!important; font-size:10px!important; }

.cpaa-bio { margin-top:13px; color:#686166!important; font-size:12px!important; line-height:2!important; text-align:justify!important; text-justify:inter-word; }
.cpaa-bio p { margin:0!important; }

.cpaa-posts { display:block!important; margin:13px 0 0!important; padding:0!important; list-style:none!important; }
.cpaa-posts li { display:grid!important; grid-template-columns:minmax(0,1fr) auto; gap:10px!important; align-items:center!important; margin:0!important; padding:9px 0!important; border-bottom:1px solid #f1eeeb!important; list-style:none!important; }
.cpaa-posts li::before,.cpaa-posts li::marker{content:none!important;display:none!important;}
.cpaa-posts a { min-width:0; color:#403c3f!important; font-size:11.5px!important; font-weight:650!important; line-height:1.75!important; text-decoration:none!important; box-shadow:none!important; }
.cpaa-posts a:hover { color:var(--cp-red)!important; }
.cpaa-posts time { color:#999197!important; font-size:9px!important; white-space:nowrap; }

.cpaa-all { display:inline-flex!important; align-items:center!important; gap:10px!important; align-self:flex-start; margin-top:14px!important; padding:7px 11px!important; border:1px solid rgba(151,28,32,.13)!important; border-radius:9px!important; background:var(--cp-red-soft)!important; color:var(--cp-red)!important; font-size:10.5px!important; font-weight:750!important; text-decoration:none!important; box-shadow:none!important; }
.cpaa-all:hover { background:var(--cp-red)!important; color:#fff!important; border-color:var(--cp-red)!important; }

/* =========================================================
   Table of contents
   ========================================================= */

.cptoc-wrap {
    position: relative;
    width: 100%;
    margin: 18px 0 30px;
    overflow: hidden !important;
    border: 1px solid #e8e2de !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 5px 18px rgba(45, 32, 31, .035) !important;
}

.cptoc-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100%;
    min-height: 58px;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee9e5 !important;
    background: transparent !important;
}

.cptoc-title {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 1 auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--cp-ink) !important;
}

.cptoc-title strong {
    color: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
}

.cptoc-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 8px;
    border: 1px solid rgba(151, 28, 32, .08);
    border-radius: 999px;
    background: var(--cp-red-soft);
    color: var(--cp-red);
    font-size: 10px !important;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.cptoc-icon {
    display: flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0;
    border: 1px solid rgba(151, 28, 32, .09);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(151, 28, 32, .10), rgba(151, 28, 32, .04));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.cptoc-icon i {
    display: block;
    width: 14px;
    height: 2px;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: var(--cp-red);
}

.cptoc-icon i:nth-child(2) { width: 11px; }
.cptoc-icon i:nth-child(3) { width: 8px; }

.cptoc-wrap button.cptoc-toggle {
    all: unset;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    flex: 0 0 auto;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 5px 9px !important;
    border: 1px solid #ece7e3 !important;
    border-radius: 9px !important;
    background: #faf9f8 !important;
    color: #756f73 !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition: border-color .18s ease, background .18s ease, color .18s ease !important;
}

.cptoc-wrap button.cptoc-toggle::before,
.cptoc-wrap button.cptoc-toggle::after {
    content: none !important;
    display: none !important;
}

.cptoc-wrap button.cptoc-toggle:hover {
    border-color: rgba(151, 28, 32, .13) !important;
    background: var(--cp-red-soft) !important;
    color: var(--cp-red) !important;
}

.cptoc-toggle i {
    display: block;
    width: 8px;
    height: 8px;
    border: 0;
    border-left: 1.75px solid currentColor;
    border-bottom: 1.75px solid currentColor;
    transform: rotate(135deg);
    transition: transform .2s ease;
}

.cptoc-wrap.is-collapsed .cptoc-toggle i {
    transform: rotate(-45deg);
}

.cptoc-wrap.is-collapsed {
    box-shadow: none !important;
}

.cptoc-wrap.is-collapsed .cptoc-head {
    border-bottom: 0 !important;
}

.cptoc-body {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    height: auto !important;
}

.cptoc-wrap.is-collapsed .cptoc-body {
    display: none !important;
}

.cptoc-body > ol,
.cptoc-body > ol.cptoc-list {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.cptoc-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px 8px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    align-content: start !important;
    list-style: none !important;
    counter-reset: none !important;
}

.cptoc-list > li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    list-style: none !important;
}

.cptoc-list > li::before,
.cptoc-list > li::marker {
    content: none !important;
    display: none !important;
}

.cptoc-list > li > a {
    position: relative;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-height: 44px;
    margin: 0 !important;
    padding: 7px 2px !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #4b464a !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    text-decoration: none !important;
    transition: border-color .18s ease, background .18s ease, color .18s ease !important;
}

.cptoc-list > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 3px;
    height: 0;
    border-radius: 3px;
    background: var(--cp-red);
    transform: translateY(-50%);
    transition: height .18s ease;
}

.cptoc-list > li > a:hover {
    border-color: rgba(151, 28, 32, .07) !important;
    background: var(--cp-red-softer) !important;
    color: var(--cp-red) !important;
}

.cptoc-list > li > a:hover::after,
.cptoc-list > li > a.is-active::after {
    height: 20px;
}

.cptoc-list > li > a.is-active {
    border-color: rgba(151, 28, 32, .095) !important;
    background: linear-gradient(90deg, rgba(151, 28, 32, .015), rgba(151, 28, 32, .07)) !important;
    color: var(--cp-red) !important;
}

.cptoc-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 1px solid #eee9e5;
    border-radius: 8px;
    background: #faf9f8;
    color: #95877c;
    direction: ltr;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.cptoc-list > li > a.is-active .cptoc-num {
    border-color: var(--cp-red);
    background: var(--cp-red);
    color: #fff;
}

.cptoc-level-3 > a {
    padding-right: 18px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #666065 !important;
}

.cptoc-level-3 .cptoc-num {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
    font-size: 8px !important;
}

.cptoc-list a:focus-visible,
.cptoc-wrap button.cptoc-toggle:focus-visible,
.cpb-wrap button.cpb-nav:focus-visible,
.cpf-item > summary:focus-visible,
.cpf-cta:focus-visible {
    outline: 2px solid rgba(151, 28, 32, .26) !important;
    outline-offset: 2px !important;
}

.entry-content h2[id^="cp-section-"],
.entry-content h3[id^="cp-section-"],
[id^="cp-section-"] {
    scroll-margin-top: 24px;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {
    .cpaa-wrap { grid-template-columns: 1fr !important; }

    .cpb-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cpb-is-carousel .cpb-card {
        flex-basis: calc((100% - 12px) / 2) !important;
        width: calc((100% - 12px) / 2) !important;
    }
}

@media (max-width: 767px) {
    .cptoc-wrap {
        border-radius: 12px !important;
    }

     .cptoc-head {
        min-height: 54px;
        padding: 9px 10px !important;
        gap: 10px !important;
    }

    .cptoc-title {
        gap: 6px !important;
        min-width: 0 !important;
        padding-right: 0 !important;
    }

    .cptoc-title strong {
        font-size: 14px !important;
    }

    .cptoc-icon {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
    }

    .cptoc-count {
        min-height: 22px;
        padding: 2px 6px;
        font-size: 9px !important;
    }

   .cptoc-wrap button.cptoc-toggle {
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 !important;
    }

    .cptoc-toggle span {
        display: none !important;
    }

    .cptoc-body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cptoc-body > ol,
    .cptoc-body > ol.cptoc-list,
    .cptoc-list {
        width: 100% !important;
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .cptoc-list {
        grid-template-columns: 1fr !important;
        gap: 3px !important;
    }

    .cptoc-list > li > a {
        min-height: 42px;
        padding: 7px 2px !important;
        border-radius: 8px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 600px) {
    .cpaa-author { padding: 14px !important; }
    .cpaa-head { grid-template-columns: 58px minmax(0,1fr); gap: 11px !important; }
    .cpaa-photo { width:58px; height:58px; }
    .cpaa-linkedin { grid-column: 1 / -1; justify-self:start; }
    .cpa-links { align-items:stretch !important; }
    .cpa-articles-link, .cpa-linkedin { flex: 1 1 auto; }

    .cpf-wrap,
    .cpb-wrap {
        margin: 24px 0;
    }

    .cpf-title-row {
        margin-bottom: 13px;
    }

    .cpf-title-row h2 {
        font-size: 18px !important;
    }

    .cpf-title-mark {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 18px;
    }

    .cpf-item > summary {
        min-height: 54px !important;
        gap: 9px !important;
        padding: 12px !important;
        font-size: 13px !important;
    }

    .cpf-q-number {
        display: none;
    }

    .cpf-answer-inner {
        margin: 0 12px !important;
        font-size: 13px !important;
        line-height: 2 !important;
    }

    .cpf-toggle {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .cpa-box {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 10px 12px;
        align-items: start !important;
        padding: 14px !important;
    }

    .cpa-photo {
        grid-column: 1;
        grid-row: 1;
        align-self: start !important;
        width: 68px;
        height: 68px;
        margin: 0 !important;
    }

    .cpa-content {
        display: contents !important;
    }

    .cpa-heading {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        min-width: 0;
        padding-top: 1px;
    }

    .cpa-content h3 {
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }

    .cpa-label {
        margin-bottom: 3px !important;
        font-size: 11.5px !important;
    }

    .cpa-bio {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin-top: 2px;
        font-size: 12.5px;
        line-height: 2.05;
    }

    .cpa-links {
        grid-column: 1 / -1;
        grid-row: 3;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        margin-top: 4px !important;
    }

    .cpa-links > a {
        width: 100% !important;
        min-width: 0 !important;
    }

    .cpa-links > a:only-child {
        grid-column: 1 / -1;
    }

    .cpr-title {
        min-height: 52px;
        padding: 11px 12px !important;
    }

    .cpr-title strong {
        font-size: 15px !important;
    }

    .cpr-list {
        padding: 5px 11px 8px !important;
    }

    .cpr-list a {
        padding: 12px 1px !important;
        font-size: 14px !important;
        line-height: 1.9 !important;
    }
}

@media (max-width: 560px) {
    .cpb-head {
        gap: 9px;
    }

    .cpb-head h2 {
        font-size: 17px !important;
    }

    .cpb-wrap button.cpb-nav {
        flex-basis: 34px !important;
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        border-radius: 9px !important;
    }

    .cpb-wrap button.cpb-nav svg {
        width: 14px !important;
        height: 14px !important;
    }

    .cpb-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cpb-is-carousel .cpb-products {
        gap: 9px !important;
    }

    .cpb-is-carousel .cpb-card {
        flex-basis: 78% !important;
        width: 78% !important;
    }

    .cpb-card-body {
        min-height: 132px;
        padding: 10px !important;
    }

    .cpb-product-title {
        min-height: 3.45em;
        font-size: 12px !important;
    }

    .cpb-price {
        font-size: 12px !important;
    }

    .cpb-image img {
        padding: 6px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cpf-wrap *,
    .cpf-wrap *::before,
    .cpf-wrap *::after,
    .cpb-wrap *,
    .cpb-wrap *::before,
    .cpb-wrap *::after,
    .cptoc-wrap *,
    .cptoc-wrap *::before,
    .cptoc-wrap *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Fully remove the TOC list footprint while collapsed. */
.cptoc-wrap.is-collapsed .cptoc-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cpb-wrap button.cpb-nav:disabled {
    opacity: .38 !important;
    cursor: default !important;
    pointer-events: none !important;
    transform: none !important;
}

/* =========================================================
   Dynamic vehicle category CTA - Single product
   ========================================================= */

.cpcar-wrap {
    --cp-red: #971c20;
    --cp-red-dark: #751519;
    --cp-red-light: #ad252a;
    box-sizing: border-box;
    direction: rtl;
    width: 100%;
    margin: 16px 0 30px !important;
    padding: 0 !important;
    font-family: "Modam", var(--e-global-typography-text-font-family, Tahoma), Tahoma, Arial, sans-serif !important;
}

.cpcar-wrap *,
.cpcar-wrap *::before,
.cpcar-wrap *::after {
    box-sizing: border-box;
    font-family: inherit !important;
}

.cpcar-wrap .cpcar-button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 12px 14px 12px 16px !important;
    overflow: hidden !important;
    border: 1px solid var(--cp-red) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--cp-red), #86191d) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(151, 28, 32, .13) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.8 !important;
    text-align: right !important;
    text-decoration: none !important;
    text-shadow: none !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

.cpcar-wrap .cpcar-button::before,
.cpcar-wrap .cpcar-button::after {
    content: none !important;
    display: none !important;
}

.cpcar-wrap .cpcar-button:hover {
    border-color: var(--cp-red-dark) !important;
    background: linear-gradient(135deg, var(--cp-red-light), var(--cp-red-dark)) !important;
    color: #fff !important;
    box-shadow: 0 13px 28px rgba(151, 28, 32, .18) !important;
    transform: translateY(-1px) !important;
}

.cpcar-wrap .cpcar-button:active {
    transform: translateY(0) !important;
}

.cpcar-button-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
}

.cpcar-button-icon {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .10) !important;
    color: #fff !important;
    transition: background .2s ease, transform .2s ease !important;
}

.cpcar-button-icon svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.cpcar-button:hover .cpcar-button-icon {
    background: rgba(255, 255, 255, .16) !important;
    transform: translateX(-2px);
}

.cpcar-wrap .cpcar-button:focus-visible {
    outline: 3px solid rgba(151, 28, 32, .20) !important;
    outline-offset: 3px !important;
}

@media (max-width: 767px) {
    .cpcar-wrap {
        margin: 14px 0 24px !important;
    }

    .cpcar-wrap .cpcar-button {
        min-height: 54px !important;
        padding: 10px 12px 10px 14px !important;
        border-radius: 13px !important;
        font-size: 13px !important;
    }

    .cpcar-button-icon {
        flex-basis: 32px !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 9px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cpcar-wrap .cpcar-button,
    .cpcar-button-icon {
        transition: none !important;
    }
}


/* v3.3.14 - mobile TOC edge spacing: 10px on the right */
@media (max-width: 767px) {
    html body .elementor .cptoc-wrap .cptoc-body,
    html body .cptoc-wrap .cptoc-body {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        margin-inline: 0 !important;
        padding: 0 !important;
        padding-inline: 0 !important;
        inset-inline: 0 !important;
    }

    html body .elementor .cptoc-wrap .cptoc-body > ol.cptoc-list,
    html body .cptoc-wrap .cptoc-body > ol.cptoc-list {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        margin-inline: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 10px !important;
        padding-inline-start: 10px !important;
        padding-inline-end: 0 !important;
        inset-inline: 0 !important;
    }

    html body .cptoc-wrap .cptoc-list > li {
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
        padding-inline: 0 !important;
    }

    html body .cptoc-wrap .cptoc-list > li > a {
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-inline: 0 !important;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important;
        justify-content: flex-start !important;
        direction: rtl !important;
        text-align: right !important;
    }
}

/* v3.3.15 - add visual gap between active TOC indicator and number badge */
