.wcepqp,

.wcepqp *,

.wcepqp *::before,

.wcepqp *::after {

    box-sizing: border-box;

}

.wcepqp {

    color: var(--wcepqp-text,#111827);

    font-family: inherit;

}

.wcepqp-cta {

    position: relative;

    isolation: isolate;

    display: grid;

    grid-template-columns: 188px minmax(0,1fr) auto;

    align-items: center;

    gap: 24px;

    overflow: hidden;

    min-height: 190px;

    padding: 24px;

    border-radius: var(--wcepqp-radius,26px);

    background:

        radial-gradient(circle at 12% 18%, rgba(244,207,210,.75), transparent 28%),

        linear-gradient(135deg, #ffffff 0%, #f5fbf7 45%, #ffffff 100%);

    border: 1px solid rgba(31,107,61,.16);

    box-shadow:

        0 22px 55px rgba(16,24,40,.10),

        inset 0 1px 0 rgba(255,255,255,.85);

}

.wcepqp-cta-glow {

    position: absolute;

    right: -90px;

    top: -100px;

    width: 260px;

    height: 260px;

    border-radius: 999px;

    background: rgba(31,107,61,.11);

    filter: blur(4px);

    z-index: -1;

}

.wcepqp-cta-media {

    width: 188px;

    height: 150px;

    border-radius: 24px;

    padding: 8px;

    background: #ffffff;

    border: 1px solid rgba(31,107,61,.15);

    box-shadow: 0 16px 32px rgba(16,24,40,.10);

    overflow: hidden;

}

.wcepqp-cta-media img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 18px;

}

.wcepqp-cta-copy {

    min-width: 0;

}

.wcepqp-badge {

    display: inline-flex;

    align-items: center;

    width: fit-content;

    margin: 0 0 9px;

    padding: 6px 12px;

    border-radius: 999px;

    background: rgba(31,107,61,.10);

    border: 1px solid rgba(31,107,61,.18);

    color: var(--wcepqp-primary,#1f6b3d);

    font-size: 12px;

    font-weight: 950;

    letter-spacing: .02em;

}

.wcepqp-eyebrow {

    margin: 0 0 5px;

    color: var(--wcepqp-primary,#1f6b3d);

    font-size: 13px;

    font-weight: 950;

}

.wcepqp-cta h3 {

    margin: 0;

    max-width: 720px;

    color: var(--wcepqp-text,#111827);

    font-size: clamp(26px, 3.4vw, 42px);

    line-height: 1.02;

    font-weight: 950;

    letter-spacing: -.055em;

}

.wcepqp-cta p {

    margin: 12px 0 0;

    max-width: 650px;

    color: var(--wcepqp-muted,#667085);

    font-size: 16px;

    line-height: 1.58;

}

.wcepqp-trust {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 14px;

    color: #15542e;

    font-size: 13px;

    font-weight: 900;

}

.wcepqp-trust span {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 20px;

    height: 20px;

    border-radius: 999px;

    background: #e7f4ec;

    color: #1f6b3d;

}

.wcepqp-cta-action {

    display: grid;

    justify-items: end;

    gap: 10px;

}

.wcepqp-open,

.wcepqp-add-cart,

.wcepqp-restart {

    appearance: none;

    border: 0;

    border-radius: var(--wcepqp-btn-radius,999px);

    background: var(--wcepqp-button-bg,#1f6b3d);

    color: var(--wcepqp-button-text,#fff)!important;

    font-weight: 950;

    cursor: pointer;

    text-decoration: none!important;

}

.wcepqp-open {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 54px;

    padding: 0 20px 0 24px;

    box-shadow: 0 16px 30px rgba(31,107,61,.22);

    white-space: nowrap;

}

.wcepqp-open strong {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 28px;

    height: 28px;

    border-radius: 999px;

    background: rgba(255,255,255,.18);

}

.wcepqp-open:hover,

.wcepqp-add-cart:hover {

    background: var(--wcepqp-button-hover-bg,#15542e);

}

.wcepqp-layer {

    display: none;

}

.wcepqp-layer.is-open {

    display: flex;

}

.wcepqp-mode-popup .wcepqp-layer {

    position: fixed;

    inset: 0;

    z-index: 999999;

    background: var(--wcepqp-overlay,rgba(9,18,14,.68));

    align-items: center;

    justify-content: center;

    padding: 16px;

    backdrop-filter: blur(5px);

}

.wcepqp-mode-inline .wcepqp-layer {

    position: relative;

    margin-top: 16px;

    background: transparent;

}

.wcepqp-dialog {

    width: min(100%, var(--wcepqp-max,920px));

    max-height: calc(100vh - 36px);

    overflow: auto;

    position: relative;

    background: var(--wcepqp-popup-bg,#fff);

    border-radius: var(--wcepqp-radius,26px);

    padding: calc(var(--wcepqp-close-size,48px) + 28px) 30px 30px;

    box-shadow: 0 24px 70px rgba(16,24,40,.22);

}

.wcepqp-mode-inline .wcepqp-dialog {

    width: 100%;

    max-height: none;

    border: 1px solid rgba(16,24,40,.08);

    box-shadow: 0 14px 38px rgba(16,24,40,.08);

}

.wcepqp-close {

    position: absolute;

    top: 16px;

    right: 16px;

    width: var(--wcepqp-close-size,48px);

    height: var(--wcepqp-close-size,48px);

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border: 2px solid #cfe8d8;

    border-radius: 999px;

    background: #f1fbf5;

    color: var(--wcepqp-primary,#1f6b3d);

    font-size: calc(var(--wcepqp-close-size,48px)*.56);

    font-weight: 950;

    line-height: 1;

    cursor: pointer;

}

.wcepqp-close:hover,

.wcepqp-close:focus {

    background: var(--wcepqp-primary,#1f6b3d);

    color: #fff;

    border-color: var(--wcepqp-primary,#1f6b3d);

    outline: none;

}

.wcepqp-progress {

    height: 7px;

    background: rgba(16,24,40,.10);

    border-radius: 999px;

    overflow: hidden;

    margin-bottom: 24px;

}

.wcepqp-progress span {

    display: block;

    width: 0;

    height: 100%;

    background: linear-gradient(90deg, var(--wcepqp-primary,#1f6b3d), #74b487);

    transition: width .25s ease;

}

.wcepqp-title {

    margin: 0 0 12px;

    color: var(--wcepqp-text,#111827);

    font-size: clamp(26px,3.2vw,40px);

    line-height: 1.05;

    font-weight: 950;

    letter-spacing: -.045em;

}

.wcepqp-subtitle {

    margin: 0 0 22px;

    color: var(--wcepqp-muted,#667085);

    font-size: 16px;

    line-height: 1.55;

}

.wcepqp-kicker,

.wcepqp-result-label {

    display: inline-flex;

    width: fit-content;

    margin: 0 0 10px;

    padding: 6px 12px;

    border-radius: 999px;

    background: rgba(31,107,61,.09);

    border: 1px solid rgba(31,107,61,.16);

    color: var(--wcepqp-primary,#1f6b3d);

    font-size: 12px;

    font-weight: 950;

}

.wcepqp-answers {

    display: grid;

    gap: 11px;

}

.wcepqp-answer {

    width: 100%;

    min-height: calc(var(--wcepqp-answer-image-size,62px) + 30px);

    border: 1.5px solid var(--wcepqp-option-border,#d9eadf);

    background: var(--wcepqp-option-bg,#fff);

    color: var(--wcepqp-option-text,#243127);

    border-radius: 18px;

    padding: 13px 17px;

    display: grid;

    grid-template-columns: var(--wcepqp-answer-image-size,62px) minmax(0,1fr);

    align-items: center;

    gap: 18px;

    cursor: pointer;

    text-align: left;

    font-size: 15px;

    font-weight: 950;

    box-shadow: 0 7px 18px rgba(16,24,40,.045);

    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;

}

.wcepqp-answer:hover {

    transform: translateY(-1px);

    background: var(--wcepqp-option-hover-bg,#f0f8f3);

    color: var(--wcepqp-option-hover-text,#123d25);

    border-color: var(--wcepqp-option-hover-border,#1f6b3d);

    box-shadow: 0 12px 26px rgba(16,24,40,.075);

}

.wcepqp-answer-media {

    width: var(--wcepqp-answer-image-size,62px);

    height: var(--wcepqp-answer-image-size,62px);

    border-radius: 17px;

    background: #f3fbf6;

    border: 1px solid #cfe8d8;

    padding: 4px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

}

.wcepqp-answer-media img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;

}

.wcepqp-answer-emoji {

    font-size: 26px;

}

.wcepqp-result-screen {

    display: grid;

    gap: 22px;

}

.wcepqp-result-head {

    display: grid;

    grid-template-columns: minmax(100px,132px) minmax(0,1fr);

    align-items: center;

    gap: 22px;

}

.wcepqp-result-image {

    width: 132px;

    height: 132px;

    border-radius: 30px;

    background: linear-gradient(135deg,#f3fbf6 0%,#ffffff 100%);

    border: 1px solid #d9eadf;

    box-shadow: 0 14px 32px rgba(16,24,40,.08);

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

}

.wcepqp-result-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    padding: 7px;

}

.wcepqp-result-copy .wcepqp-title {

    margin: 0;

    font-size: clamp(31px,4vw,48px);

}

.wcepqp-result-copy .wcepqp-subtitle {

    margin: 10px 0 0;

}

.wcepqp-result-count {

    margin-top: 12px;

    color: var(--wcepqp-primary,#1f6b3d);

    font-size: 13px;

    font-weight: 950;

}

.wcepqp-selected-wrap {

    display: grid;

    gap: 10px;

}

.wcepqp-selected-title {

    color: var(--wcepqp-muted,#667085);

    font-size: 12px;

    font-weight: 950;

    text-transform: uppercase;

    letter-spacing: .08em;

}

.wcepqp-selected {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}

.wcepqp-pill {

    display: inline-grid;

    grid-template-columns: min(44px,var(--wcepqp-answer-image-size,62px)) minmax(0,1fr);

    align-items: center;

    gap: 10px;

    min-height: 54px;

    max-width: 100%;

    padding: 7px 14px 7px 7px;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid #d9eadf;

    box-shadow: 0 8px 20px rgba(16,24,40,.045);

    color: var(--wcepqp-text,#111827);

    font-size: 13px;

    font-weight: 950;

}

.wcepqp-pill .wcepqp-answer-media {

    width: min(44px,var(--wcepqp-answer-image-size,62px));

    height: min(44px,var(--wcepqp-answer-image-size,62px));

    border-radius: 14px;

    padding: 3px;

}

.wcepqp-products {

    display: grid;

    gap: 14px;

}

.wcepqp-product-section-head h3 {

    margin: 0 0 12px;

    color: var(--wcepqp-text,#111827);

    font-size: 18px;

    line-height: 1.2;

    font-weight: 950;

    letter-spacing: -.02em;

}

.wcepqp-product {

    display: grid;

    grid-template-columns: 118px minmax(0,1fr) minmax(160px,210px);

    gap: 18px;

    align-items: center;

    min-height: 154px;

    padding: 18px;

    border-radius: 24px;

    background: linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);

    border: 1px solid #e4e7ec;

    box-shadow: 0 12px 30px rgba(16,24,40,.06);

}

.wcepqp-product-media {

    width: 118px;

    height: 118px;

    border-radius: 18px;

    background: #f8fafc;

    border: 1px solid #eef2f6;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

}

.wcepqp-product-media img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    padding: 8px;

}

.wcepqp-product-main {

    min-width: 0;

}

.wcepqp-product h3 {

    margin: 0 0 8px;

    color: var(--wcepqp-text,#111827);

    font-size: clamp(18px,2.4vw,24px);

    line-height: 1.15;

    font-weight: 950;

    letter-spacing: -.025em;

}

.wcepqp-price {

    margin: 0 0 12px;

    color: var(--wcepqp-price-color,#065f46);

    font-size: 18px;

    font-weight: 950;

}

.wcepqp-product-note-public {

    margin: 0;

    padding: 11px 13px;

    border-radius: 16px;

    background: #f2fbf6;

    border: 1px solid #cfe8d8;

    color: #075c39;

    font-size: 13px;

    font-weight: 850;

    line-height: 1.45;

}

.wcepqp-product-side {

    display: grid;

    gap: 10px;

}

.wcepqp-add-cart {

    width: 100%;

    min-width: 0;

    min-height: 48px;

    padding: 0 18px;

    font-size: 15px!important;

    box-shadow: 0 10px 22px rgba(31,107,61,.18);

}

.wcepqp-message {

    min-height: 18px;

    text-align: center;

    color: var(--wcepqp-muted,#667085);

    font-size: 13px;

    font-weight: 850;

}

.wcepqp-message a {

    color: var(--wcepqp-primary,#1f6b3d);

    font-weight: 950;

}

.wcepqp-footer {

    margin-top: 4px;

    display: flex;

    justify-content: center;

}

.wcepqp-restart {

    padding: 12px 18px;

    background: #ffffff;

    color: var(--wcepqp-primary,#1f6b3d)!important;

    border: 1px solid #cfe8d8;

}

.wcepqp-restart:hover {

    background: #effaf3;

}

.wcepqp-empty {

    background: #fff7ed;

    border: 1px solid #fed7aa;

    color: #7c2d12;

    padding: 14px;

    border-radius: 16px;

    font-weight: 850;

}

@media(max-width:820px) {

    .wcepqp-cta {

        grid-template-columns: 128px minmax(0,1fr);

    }

    .wcepqp-cta-media {

        width: 128px;

        height: 128px;

    }

    .wcepqp-cta-action {

        grid-column: 1 / -1;

        justify-items: stretch;

    }

    .wcepqp-open {

        justify-content: center;

        width: 100%;

    }

    .wcepqp-product {

        grid-template-columns: 96px minmax(0,1fr);

    }

    .wcepqp-product-media {

        width: 96px;

        height: 96px;

    }

    .wcepqp-product-side {

        grid-column: 1 / -1;

    }

}

@media(max-width:560px) {

    .wcepqp-cta,

    .wcepqp-result-head,

    .wcepqp-product {

        grid-template-columns: 1fr;

    }

    .wcepqp-cta {

        padding: 18px;

    }

    .wcepqp-cta-media,

    .wcepqp-result-image,

    .wcepqp-product-media {

        width: 100%;

        height: 160px;

    }

    .wcepqp-dialog {

        padding-left: 18px;

        padding-right: 18px;

    }

    .wcepqp-answer {

        grid-template-columns: var(--wcepqp-answer-image-size,62px) minmax(0,1fr);

    }

    .wcepqp-pill {

        width: 100%;

    }

}


/* v1.7.6 - helhetlig premium resultatvisning og faste knapper */
.wcepqp-cta-media img {
    object-fit: contain !important;
    object-position: center center !important;
    background: #ffffff !important;
}

.wcepqp-result-screen {
    gap: 26px !important;
}

.wcepqp-product-section {
    display: grid !important;
    gap: 16px !important;
}

.wcepqp-products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

.wcepqp-product {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 140px minmax(0, 1fr) 220px !important;
    gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 174px !important;
    padding: 22px 24px !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%) !important;
    border: 1px solid #e4e7ec !important;
    box-shadow: 0 12px 30px rgba(16,24,40,.055) !important;
    overflow: hidden !important;
}

.wcepqp-product:hover {
    border-color: rgba(31,107,61,.24) !important;
    box-shadow: 0 18px 42px rgba(16,24,40,.08) !important;
    transform: translateY(-1px);
}

.wcepqp-product-media {
    width: 140px !important;
    height: 140px !important;
    border-radius: 22px !important;
    background: #f8fafc !important;
    border: 1px solid #eef2f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 8px !important;
}

.wcepqp-product-media img,
.wcepqp-product .wcepqp-product-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 16px !important;
}

.wcepqp-product-main {
    min-width: 0 !important;
    display: grid !important;
    gap: 9px !important;
    align-content: center !important;
}

.wcepqp-product-main h3,
.wcepqp-product h3 {
    margin: 0 !important;
    color: #101828 !important;
    font-size: clamp(22px, 2.2vw, 31px) !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    letter-spacing: -0.045em !important;
}

.wcepqp-price {
    margin: 0 !important;
    color: var(--wcepqp-price-color, #065f46) !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
}

.wcepqp-product-note-public {
    width: min(100%, 620px) !important;
    margin: 4px 0 0 !important;
    padding: 13px 16px !important;
    border-radius: 18px !important;
    background: #f4fcf7 !important;
    border: 1px solid #cfe8d8 !important;
    color: #075c39 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.45 !important;
}

.wcepqp-product-side {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
}

.wcepqp-add-cart,
.wcepqp-product-side .wcepqp-add-cart,
.wcepqp-product-side a.wcepqp-add-cart,
.wcepqp-product-side button.wcepqp-add-cart {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--wcepqp-button-bg, #1f6b3d) !important;
    color: var(--wcepqp-button-text, #ffffff) !important;
    box-shadow: 0 14px 28px rgba(31,107,61,.18) !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    appearance: none !important;
}

.wcepqp-add-cart:hover,
.wcepqp-product-side .wcepqp-add-cart:hover {
    background: var(--wcepqp-button-hover-bg, #15542e) !important;
    color: var(--wcepqp-button-text, #ffffff) !important;
    transform: translateY(-1px);
}

.wcepqp-add-cart[disabled] {
    opacity: .72 !important;
    cursor: wait !important;
    transform: none !important;
}

.wcepqp-message {
    min-height: 20px !important;
    margin: 0 !important;
    color: var(--wcepqp-muted, #667085) !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

.wcepqp-message a {
    color: var(--wcepqp-primary, #1f6b3d) !important;
    font-weight: 950 !important;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .wcepqp-product {
        grid-template-columns: 120px minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .wcepqp-product-media {
        width: 120px !important;
        height: 120px !important;
    }

    .wcepqp-product-side {
        grid-column: 1 / -1 !important;
    }

    .wcepqp-add-cart,
    .wcepqp-product-side .wcepqp-add-cart {
        width: 100% !important;
    }
}

@media (max-width: 620px) {
    .wcepqp-product {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
        border-radius: 24px !important;
    }

    .wcepqp-product-media {
        width: 100% !important;
        height: 190px !important;
    }

    .wcepqp-product-main h3,
    .wcepqp-product h3 {
        font-size: 26px !important;
    }

    .wcepqp-product-note-public {
        font-size: 14px !important;
    }
}


/* v1.7.7 - friskere, mer kompakt og responsiv inngang med valgfritt bakgrunnsbilde */
.wcepqp {
    --wcepqp-shell-pad: clamp(16px, 2.4vw, 30px);
}

.wcepqp-cta {
    position: relative !important;
    isolation: isolate !important;
    display: grid !important;
    grid-template-columns: clamp(122px, 14vw, 176px) minmax(0, 1fr) minmax(190px, 240px) !important;
    align-items: center !important;
    gap: clamp(18px, 2.3vw, 30px) !important;
    width: min(100%, 1240px) !important;
    min-height: clamp(176px, 18vw, 230px) !important;
    margin: 0 auto !important;
    padding: var(--wcepqp-shell-pad) !important;
    overflow: hidden !important;
    border-radius: clamp(22px, 2vw, 32px) !important;
    border: 1px solid rgba(31,107,61,.14) !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.83)),
        var(--wcepqp-cta-bg-image),
        radial-gradient(circle at 4% 12%, rgba(244,207,210,.52), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f6fbf8 52%, #edf6f1 100%) !important;
    background-size: cover, cover, auto, auto !important;
    background-position: center, center, center, center !important;
    box-shadow: 0 18px 48px rgba(16,24,40,.085) !important;
}

.wcepqp-cta::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 58%, rgba(235,246,239,.72) 100%) !important;
    pointer-events: none !important;
}

.wcepqp-cta::after {
    content: "" !important;
    position: absolute !important;
    right: -80px !important;
    top: -100px !important;
    z-index: -1 !important;
    width: clamp(190px, 22vw, 330px) !important;
    height: clamp(190px, 22vw, 330px) !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(31,107,61,.13) 0%, rgba(31,107,61,.05) 58%, transparent 70%) !important;
    pointer-events: none !important;
}

.wcepqp-cta-glow {
    display: none !important;
}

.wcepqp-cta-media {
    width: 100% !important;
    height: clamp(122px, 13vw, 168px) !important;
    min-width: 0 !important;
    border-radius: clamp(20px, 1.8vw, 28px) !important;
    padding: 10px !important;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(31,107,61,.12) !important;
    box-shadow: 0 14px 28px rgba(16,24,40,.08) !important;
    backdrop-filter: blur(6px) !important;
}

.wcepqp-cta-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    border-radius: clamp(14px, 1.4vw, 20px) !important;
    background: transparent !important;
}

.wcepqp-cta-copy {
    min-width: 0 !important;
    max-width: 720px !important;
}

.wcepqp-badge {
    margin: 0 0 10px !important;
    padding: 6px 13px !important;
    border-radius: 999px !important;
    background: rgba(31,107,61,.09) !important;
    border: 1px solid rgba(31,107,61,.17) !important;
    color: var(--wcepqp-primary,#1f6b3d) !important;
    font-size: clamp(11px, .9vw, 13px) !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .015em !important;
}

.wcepqp-eyebrow {
    margin: 0 0 8px !important;
    color: var(--wcepqp-primary,#1f6b3d) !important;
    font-size: clamp(13px, 1.05vw, 15px) !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

.wcepqp-cta h3 {
    max-width: 690px !important;
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(30px, 4vw, 54px) !important;
    line-height: .99 !important;
    font-weight: 950 !important;
    letter-spacing: -.06em !important;
}

.wcepqp-cta p {
    max-width: 620px !important;
    margin: 12px 0 0 !important;
    color: var(--wcepqp-muted,#667085) !important;
    font-size: clamp(15px, 1.25vw, 18px) !important;
    line-height: 1.5 !important;
}

.wcepqp-trust {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    color: #15542e !important;
    font-size: clamp(12px, 1vw, 14px) !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

.wcepqp-trust span {
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
    background: #e7f4ec !important;
    color: var(--wcepqp-primary,#1f6b3d) !important;
}

.wcepqp-cta-action {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-width: 0 !important;
}

.wcepqp-open {
    width: min(100%, 240px) !important;
    min-width: 190px !important;
    height: 56px !important;
    min-height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: var(--wcepqp-button-bg,#1f6b3d) !important;
    color: var(--wcepqp-button-text,#ffffff) !important;
    box-shadow: 0 14px 30px rgba(31,107,61,.22) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.wcepqp-open strong {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important;
}

@media (max-width: 980px) {
    .wcepqp-cta {
        grid-template-columns: clamp(118px, 20vw, 160px) minmax(0, 1fr) !important;
    }

    .wcepqp-cta-action {
        grid-column: 1 / -1 !important;
        justify-content: stretch !important;
    }

    .wcepqp-open {
        width: 100% !important;
        max-width: none !important;
    }
}

@media (max-width: 680px) {
    .wcepqp-cta {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 18px !important;
        min-height: 0 !important;
    }

    .wcepqp-cta-media {
        height: 180px !important;
        order: 1 !important;
    }

    .wcepqp-cta-copy {
        order: 2 !important;
    }

    .wcepqp-cta-action {
        order: 3 !important;
    }

    .wcepqp-cta h3 {
        font-size: clamp(30px, 9vw, 42px) !important;
        letter-spacing: -.055em !important;
    }

    .wcepqp-open {
        min-width: 0 !important;
        height: 54px !important;
    }
}
