.cifrum-price-cta,
.cifrum-price-cta * {
    box-sizing: border-box;
}

.cifrum-price-cta {
    --cifrum-price-cta-navy: #0f1c3f;
    --cifrum-price-cta-blue: #3d58bb;
    --cifrum-price-cta-indigo: #4053d4;
    --cifrum-price-cta-red: #e72f2d;
    --cifrum-price-cta-white: #ffffff;
    --cifrum-price-cta-muted: rgba(255, 255, 255, 0.76);
    --cifrum-price-cta-border: rgba(255, 255, 255, 0.18);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
    gap: 28px;
    width: 100%;
    margin: 42px 0;
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
    color: var(--cifrum-price-cta-white);
    background:
        radial-gradient(circle at 16% 16%, rgba(64, 83, 212, 0.44), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(61, 88, 187, 0.34), transparent 30%),
        linear-gradient(135deg, #0f1c3f 0%, #17285a 48%, #101a38 100%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(15, 28, 63, 0.26);
    isolation: isolate;
}

.cifrum-price-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.9), transparent 72%);
}

.cifrum-price-cta::after {
    content: "";
    position: absolute;
    right: -18%;
    bottom: -42%;
    z-index: -1;
    width: 54%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(64, 83, 212, 0.2);
    filter: blur(8px);
}

.cifrum-price-cta-screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cifrum-price-cta-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
}

.cifrum-price-cta-orb-one {
    top: 22px;
    right: 32%;
    width: 142px;
    height: 142px;
    background: rgba(231, 47, 45, 0.14);
    filter: blur(2px);
}

.cifrum-price-cta-orb-two {
    left: -46px;
    bottom: -58px;
    width: 168px;
    height: 168px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(61, 88, 187, 0.12);
}

.cifrum-price-cta-main,
.cifrum-price-cta-panel {
    position: relative;
    min-width: 0;
}

.cifrum-price-cta-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 8px 12px;
    color: #eaf0ff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
}

.cifrum-price-cta-heading {
    max-width: 760px;
    margin: 0;
    color: var(--cifrum-price-cta-white);
    font-size: clamp(26px, 3.1vw, 42px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: 0;
}

.cifrum-price-cta-description {
    max-width: 820px;
    margin: 16px 0 0;
    color: var(--cifrum-price-cta-muted);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.65;
}

.cifrum-price-cta-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.cifrum-price-cta-benefit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    color: #eef3ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
}

.cifrum-price-cta-benefit-mark {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    background: #9bb1ff;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(155, 177, 255, 0.14);
}

.cifrum-price-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    min-height: 52px;
    margin-top: 26px;
    padding: 15px 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, var(--cifrum-price-cta-red), #c92725);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(231, 47, 45, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.cifrum-price-cta-button:hover,
.cifrum-price-cta-button:focus {
    color: #ffffff;
    text-decoration: none;
}

.cifrum-price-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(231, 47, 45, 0.34);
}

.cifrum-price-cta-button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
}

.cifrum-price-cta-button-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    transition: transform 180ms ease;
}

.cifrum-price-cta-button:hover .cifrum-price-cta-button-icon {
    transform: translateX(3px);
}

.cifrum-price-cta-panel {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding: clamp(20px, 3vw, 28px);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
    border: 1px solid var(--cifrum-price-cta-border);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 18px 42px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.cifrum-price-cta-currency {
    position: absolute;
    right: 18px;
    bottom: -26px;
    color: rgba(255, 255, 255, 0.09);
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
}

.cifrum-price-cta-panel-title {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: 0;
}

.cifrum-price-cta-price {
    position: relative;
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp(30px, 3.4vw, 42px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.cifrum-price-cta-panel-text {
    position: relative;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.55;
}

.cifrum-price-cta-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.cifrum-price-cta-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    color: #f4f7ff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    background: rgba(15, 28, 63, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
}

@media (max-width: 860px) {
    .cifrum-price-cta {
        grid-template-columns: 1fr;
        gap: 22px;
        margin: 34px 0;
        border-radius: 22px;
    }

    .cifrum-price-cta-panel {
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .cifrum-price-cta {
        padding: 22px;
        border-radius: 20px;
    }

    .cifrum-price-cta-badge {
        font-size: 12px;
    }

    .cifrum-price-cta-benefits {
        flex-direction: column;
        align-items: stretch;
    }

    .cifrum-price-cta-benefit {
        width: 100%;
    }

    .cifrum-price-cta-button {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .cifrum-price-cta-currency {
        font-size: 112px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cifrum-price-cta-button,
    .cifrum-price-cta-button-icon {
        transition: none;
    }

    .cifrum-price-cta-button:hover,
    .cifrum-price-cta-button:hover .cifrum-price-cta-button-icon {
        transform: none;
    }
}

/* Astra article styles use strong typography rules; keep the CTA self-contained. */
.cifrum-price-cta .cifrum-price-cta-heading {
    color: #ffffff !important;
    font-size: clamp(26px, 3.1vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
}

.cifrum-price-cta .cifrum-price-cta-description,
.cifrum-price-cta .cifrum-price-cta-panel-text {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(16px, 1.5vw, 18px) !important;
    line-height: 1.65 !important;
}

.cifrum-price-cta .cifrum-price-cta-panel-title {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

.cifrum-price-cta .cifrum-price-cta-price {
    color: #ffffff !important;
    font-size: clamp(30px, 3.4vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.cifrum-price-cta .cifrum-price-cta-button,
.cifrum-price-cta .cifrum-price-cta-button:visited {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--cifrum-price-cta-red), #c92725) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 14px 30px rgba(231, 47, 45, 0.28) !important;
}

.cifrum-price-cta .cifrum-price-cta-button:hover,
.cifrum-price-cta .cifrum-price-cta-button:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #f03a38, #c92725) !important;
}

.entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
    color: #ffffff !important;
    font-size: clamp(26px, 3.1vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
}

.entry-content .cifrum-price-cta p.cifrum-price-cta-description,
.entry-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(16px, 1.5vw, 18px) !important;
    line-height: 1.65 !important;
}

.entry-content .cifrum-price-cta h3.cifrum-price-cta-panel-title {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

.entry-content .cifrum-price-cta p.cifrum-price-cta-price {
    color: #ffffff !important;
    font-size: clamp(30px, 3.4vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading {
    color: #ffffff !important;
    font-size: clamp(26px, 3.1vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-description,
body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(16px, 1.5vw, 18px) !important;
    line-height: 1.65 !important;
}

body.single .cf-single-content .cifrum-price-cta h3.cifrum-price-cta-panel-title {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-price {
    color: #ffffff !important;
    font-size: clamp(30px, 3.4vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

/* Compact editorial redesign: keep the ad CTA narrow inside article pages. */
body.single .cf-single-content .cifrum-price-cta,
body.single-post .entry-content .cifrum-price-cta {
    max-width: 740px !important;
    width: min(100%, 740px) !important;
    margin: 28px auto !important;
    padding: 18px !important;
    grid-template-columns: minmax(0, 1fr) minmax(178px, 0.36fr) !important;
    gap: 16px !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    background:
        linear-gradient(135deg, rgba(15, 28, 63, 0.98) 0%, rgba(33, 51, 109, 0.97) 62%, rgba(24, 82, 119, 0.94) 100%) !important;
    border: 1px solid rgba(171, 190, 255, 0.22) !important;
    box-shadow: 0 14px 36px rgba(15, 28, 63, 0.18) !important;
}

body.single .cf-single-content .cifrum-price-cta::before,
body.single-post .entry-content .cifrum-price-cta::before {
    opacity: 0.08 !important;
    background-size: 28px 28px !important;
    mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.85), transparent 76%) !important;
}

body.single .cf-single-content .cifrum-price-cta::after,
body.single-post .entry-content .cifrum-price-cta::after,
body.single .cf-single-content .cifrum-price-cta-orb,
body.single-post .entry-content .cifrum-price-cta-orb,
body.single .cf-single-content .cifrum-price-cta-currency,
body.single-post .entry-content .cifrum-price-cta-currency {
    display: none !important;
}

body.single .cf-single-content .cifrum-price-cta-badge,
body.single-post .entry-content .cifrum-price-cta-badge {
    margin-bottom: 9px !important;
    padding: 5px 9px !important;
    color: #eef3ff !important;
    font-size: 10.5px !important;
    font-weight: 850 !important;
    letter-spacing: 0.02em !important;
    background: rgba(255, 255, 255, 0.11) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
    max-width: 560px !important;
    color: #ffffff !important;
    font-size: clamp(20px, 2vw, 24px) !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-description,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-description {
    max-width: 590px !important;
    margin-top: 8px !important;
    color: rgba(244, 247, 255, 0.82) !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
}

body.single .cf-single-content .cifrum-price-cta-benefits,
body.single-post .entry-content .cifrum-price-cta-benefits {
    gap: 7px !important;
    margin-top: 13px !important;
}

body.single .cf-single-content .cifrum-price-cta-benefit,
body.single-post .entry-content .cifrum-price-cta-benefit {
    min-height: 28px !important;
    padding: 5px 8px !important;
    color: #f5f8ff !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

body.single .cf-single-content .cifrum-price-cta-benefit-mark,
body.single-post .entry-content .cifrum-price-cta-benefit-mark {
    width: 6px !important;
    height: 6px !important;
    flex-basis: 6px !important;
    background: #8fa7ff !important;
    box-shadow: 0 0 0 3px rgba(143, 167, 255, 0.14) !important;
}

body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button,
body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button,
body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button:visited,
body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button:visited {
    min-height: 40px !important;
    margin-top: 14px !important;
    padding: 10px 14px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    background: linear-gradient(135deg, #4053d4, #2f6fb3) !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 22px rgba(47, 111, 179, 0.22) !important;
}

body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button:hover,
body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button:hover,
body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button:focus,
body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4b62e8, #2f7fc8) !important;
    box-shadow: 0 12px 26px rgba(47, 111, 179, 0.28) !important;
}

body.single .cf-single-content .cifrum-price-cta-button-icon,
body.single-post .entry-content .cifrum-price-cta-button-icon {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
}

body.single .cf-single-content .cifrum-price-cta-panel,
body.single-post .entry-content .cifrum-price-cta-panel {
    min-height: 0 !important;
    padding: 14px !important;
    justify-content: flex-start !important;
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    border-radius: 15px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: none !important;
}

body.single .cf-single-content .cifrum-price-cta h3.cifrum-price-cta-panel-title,
body.single-post .entry-content .cifrum-price-cta h3.cifrum-price-cta-panel-title {
    color: #ffffff !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-price,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-price {
    margin-top: 7px !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-panel-text,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
    margin-top: 7px !important;
    color: rgba(244, 247, 255, 0.76) !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
}

body.single .cf-single-content .cifrum-price-cta-tags,
body.single-post .entry-content .cifrum-price-cta-tags {
    gap: 5px !important;
    margin-top: 10px !important;
}

body.single .cf-single-content .cifrum-price-cta-tag,
body.single-post .entry-content .cifrum-price-cta-tag {
    min-height: 24px !important;
    padding: 4px 7px !important;
    color: #f4f7ff !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    background: rgba(15, 28, 63, 0.22) !important;
}

@media (max-width: 720px) {
    body.single .cf-single-content .cifrum-price-cta,
    body.single-post .entry-content .cifrum-price-cta {
        grid-template-columns: 1fr !important;
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin: 24px auto !important;
        padding: 16px !important;
        gap: 12px !important;
        border-radius: 16px !important;
    }

    body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
    body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-description,
    body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-description {
        font-size: 13.5px !important;
        line-height: 1.45 !important;
    }

    body.single .cf-single-content .cifrum-price-cta-benefits,
    body.single-post .entry-content .cifrum-price-cta-benefits {
        display: none !important;
    }

    body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button,
    body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button {
        width: 100% !important;
        min-height: 40px !important;
    }

    body.single .cf-single-content .cifrum-price-cta-panel,
    body.single-post .entry-content .cifrum-price-cta-panel {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 6px 10px !important;
        padding: 12px !important;
    }

    body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-price,
    body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-price {
        margin: 0 !important;
        font-size: 20px !important;
        text-align: right !important;
    }

    body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-panel-text,
    body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
        grid-column: 1 / -1 !important;
        margin-top: 0 !important;
    }

    body.single .cf-single-content .cifrum-price-cta-tags,
    body.single-post .entry-content .cifrum-price-cta-tags {
        display: none !important;
    }
}

@media (max-width: 380px) {
    body.single .cf-single-content .cifrum-price-cta,
    body.single-post .entry-content .cifrum-price-cta {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        padding: 14px !important;
    }

    body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
    body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
        font-size: 19px !important;
    }
}

/* Final compactness guard against article typography and grid stretching. */
body.single .cf-single-content .cifrum-price-cta-main,
body.single-post .entry-content .cifrum-price-cta-main,
body.single .cf-single-content .cifrum-price-cta-panel,
body.single-post .entry-content .cifrum-price-cta-panel {
    align-self: start !important;
    height: auto !important;
}

body.single .cf-single-content .cifrum-price-cta *:not(svg):not(path),
body.single-post .entry-content .cifrum-price-cta *:not(svg):not(path) {
    letter-spacing: 0 !important;
}

body.single .cf-single-content .cifrum-price-cta h2,
body.single .cf-single-content .cifrum-price-cta h3,
body.single .cf-single-content .cifrum-price-cta p,
body.single .cf-single-content .cifrum-price-cta ul,
body.single .cf-single-content .cifrum-price-cta li,
body.single-post .entry-content .cifrum-price-cta h2,
body.single-post .entry-content .cifrum-price-cta h3,
body.single-post .entry-content .cifrum-price-cta p,
body.single-post .entry-content .cifrum-price-cta ul,
body.single-post .entry-content .cifrum-price-cta li {
    margin-bottom: 0 !important;
}

body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
    margin: 0 !important;
}

body.single .cf-single-content .cifrum-price-cta h3.cifrum-price-cta-panel-title,
body.single-post .entry-content .cifrum-price-cta h3.cifrum-price-cta-panel-title {
    margin: 0 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-description,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-description {
    margin: 8px 0 0 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-panel-text,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
    margin: 7px 0 0 !important;
}

body.single .cf-single-content .cifrum-price-cta-panel > div:not(.cifrum-price-cta-tags),
body.single-post .entry-content .cifrum-price-cta-panel > div:not(.cifrum-price-cta-tags) {
    display: none !important;
}

@media (max-width: 920px) {
    body.single .cf-single-content .cifrum-price-cta,
    body.single-post .entry-content .cifrum-price-cta {
        grid-template-columns: 1fr !important;
        width: min(100%, 680px) !important;
        max-width: 680px !important;
        gap: 12px !important;
    }

    body.single .cf-single-content .cifrum-price-cta-panel,
    body.single-post .entry-content .cifrum-price-cta-panel {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 6px 12px !important;
        padding: 12px !important;
    }

    body.single .cf-single-content .cifrum-price-cta-panel-text,
    body.single-post .entry-content .cifrum-price-cta-panel-text,
    body.single .cf-single-content .cifrum-price-cta-tags,
    body.single-post .entry-content .cifrum-price-cta-tags {
        grid-column: 1 / -1 !important;
    }

    body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-price,
    body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-price {
        margin-top: 0 !important;
        text-align: right !important;
    }
}

@media (max-width: 720px) {
    body.single .cf-single-content .cifrum-price-cta,
    body.single-post .entry-content .cifrum-price-cta {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
    }
}

@media (max-width: 380px) {
    body.single .cf-single-content .cifrum-price-cta,
    body.single-post .entry-content .cifrum-price-cta {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
    }
}

/* Beat the article direct-child width rule from the Astra child theme. */
html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta {
    width: min(100%, 740px) !important;
    max-width: 740px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 920px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta {
        width: min(100%, 680px) !important;
        max-width: 680px !important;
    }
}

@media (max-width: 720px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
    }
}

@media (max-width: 380px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
    }
}

/* Lower, more proportional article strip. */
html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
body.single .cf-single-content aside.cifrum-price-cta,
body.single-post .entry-content aside.cifrum-price-cta {
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) 168px !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 22px !important;
    margin-bottom: 22px !important;
    padding: 14px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 28px rgba(15, 28, 63, 0.16) !important;
}

body.single .cf-single-content .cifrum-price-cta-badge,
body.single-post .entry-content .cifrum-price-cta-badge {
    min-height: 0 !important;
    margin-bottom: 7px !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
}

body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
    max-width: 460px !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-description,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-description {
    max-width: 480px !important;
    margin-top: 6px !important;
    font-size: 12.8px !important;
    line-height: 1.38 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.single .cf-single-content .cifrum-price-cta-benefits,
body.single-post .entry-content .cifrum-price-cta-benefits,
body.single .cf-single-content .cifrum-price-cta-tags,
body.single-post .entry-content .cifrum-price-cta-tags {
    display: none !important;
}

body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button,
body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button,
body.single .cf-single-content .cifrum-price-cta .cifrum-price-cta-button:visited,
body.single-post .entry-content .cifrum-price-cta .cifrum-price-cta-button:visited {
    min-height: 36px !important;
    margin-top: 10px !important;
    padding: 8px 12px !important;
    font-size: 12.5px !important;
    border-radius: 9px !important;
}

body.single .cf-single-content .cifrum-price-cta-panel,
body.single-post .entry-content .cifrum-price-cta-panel {
    align-self: center !important;
    min-height: 0 !important;
    padding: 11px !important;
    border-radius: 12px !important;
}

body.single .cf-single-content .cifrum-price-cta h3.cifrum-price-cta-panel-title,
body.single-post .entry-content .cifrum-price-cta h3.cifrum-price-cta-panel-title {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-price,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-price {
    margin-top: 5px !important;
    font-size: 20px !important;
    line-height: 1.05 !important;
}

body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-panel-text,
body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
    margin-top: 5px !important;
    font-size: 11.5px !important;
    line-height: 1.32 !important;
}

@media (max-width: 920px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
    body.single .cf-single-content aside.cifrum-price-cta,
    body.single-post .entry-content aside.cifrum-price-cta {
        grid-template-columns: 1fr !important;
        width: min(100%, 620px) !important;
        max-width: 620px !important;
        gap: 9px !important;
    }

    body.single .cf-single-content .cifrum-price-cta-panel,
    body.single-post .entry-content .cifrum-price-cta-panel {
        grid-template-columns: minmax(0, 1fr) auto !important;
        padding: 10px !important;
    }

    body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-panel-text,
    body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-panel-text {
        display: none !important;
    }
}

@media (max-width: 720px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
    body.single .cf-single-content aside.cifrum-price-cta,
    body.single-post .entry-content aside.cifrum-price-cta {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        padding: 13px !important;
        border-radius: 14px !important;
    }

    body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
    body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
        font-size: 17px !important;
    }

    body.single .cf-single-content .cifrum-price-cta p.cifrum-price-cta-description,
    body.single-post .entry-content .cifrum-price-cta p.cifrum-price-cta-description {
        font-size: 12.5px !important;
        line-height: 1.34 !important;
    }
}

@media (max-width: 380px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
    body.single .cf-single-content aside.cifrum-price-cta,
    body.single-post .entry-content aside.cifrum-price-cta {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        padding: 12px !important;
    }

    body.single .cf-single-content .cifrum-price-cta h2.cifrum-price-cta-heading,
    body.single-post .entry-content .cifrum-price-cta h2.cifrum-price-cta-heading {
        font-size: 16.5px !important;
    }
}

/* Align the CTA exactly with the article text column and add a soft attention glow. */
html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
body.single .cf-single-content aside.cifrum-price-cta,
body.single-post .entry-content aside.cifrum-price-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    animation: cifrum-price-cta-glow 3.6s ease-in-out infinite !important;
}

body.single .cf-single-content .cifrum-price-cta-main,
body.single-post .entry-content .cifrum-price-cta-main,
body.single .cf-single-content .cifrum-price-cta-panel,
body.single-post .entry-content .cifrum-price-cta-panel {
    z-index: 1 !important;
}

html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta::after,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta::after,
body.single .cf-single-content aside.cifrum-price-cta::after,
body.single-post .entry-content aside.cifrum-price-cta::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    width: 42% !important;
    height: 100% !important;
    pointer-events: none !important;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.02) 28%, rgba(159, 180, 255, 0.22) 48%, rgba(255, 255, 255, 0.38) 52%, rgba(159, 180, 255, 0.18) 58%, transparent 100%) !important;
    border-radius: inherit !important;
    filter: blur(0.2px) !important;
    transform: translateX(-125%) skewX(-12deg) !important;
    animation: cifrum-price-cta-sheen 4.8s ease-in-out infinite !important;
}

@media (min-width: 721px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
    body.single .cf-single-content aside.cifrum-price-cta,
    body.single-post .entry-content aside.cifrum-price-cta {
        grid-template-columns: minmax(0, 1fr) 168px !important;
        align-items: center !important;
    }

    body.single .cf-single-content .cifrum-price-cta-panel,
    body.single-post .entry-content .cifrum-price-cta-panel {
        display: flex !important;
        flex-direction: column !important;
        align-self: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 720px) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
    body.single .cf-single-content aside.cifrum-price-cta,
    body.single-post .entry-content aside.cifrum-price-cta {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@keyframes cifrum-price-cta-glow {
    0%,
    100% {
        border-color: rgba(171, 190, 255, 0.22);
        box-shadow: 0 10px 28px rgba(15, 28, 63, 0.16), 0 0 0 rgba(64, 83, 212, 0);
    }

    50% {
        border-color: rgba(159, 180, 255, 0.48);
        box-shadow: 0 14px 34px rgba(15, 28, 63, 0.2), 0 0 0 3px rgba(143, 167, 255, 0.13), 0 0 34px rgba(64, 83, 212, 0.22);
    }
}

@keyframes cifrum-price-cta-sheen {
    0%,
    44% {
        opacity: 0;
        transform: translateX(-125%) skewX(-12deg);
    }

    50% {
        opacity: 0.82;
    }

    72% {
        opacity: 0;
        transform: translateX(270%) skewX(-12deg);
    }

    100% {
        opacity: 0;
        transform: translateX(270%) skewX(-12deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta,
    body.single .cf-single-content aside.cifrum-price-cta,
    body.single-post .entry-content aside.cifrum-price-cta,
    html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta::after,
    html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta::after,
    body.single .cf-single-content aside.cifrum-price-cta::after,
    body.single-post .entry-content aside.cifrum-price-cta::after {
        animation: none !important;
    }
}

/* Image-based clickable CTA banner. */
html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta-image-banner,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta-image-banner,
body.single .cf-single-content aside.cifrum-price-cta-image-banner,
body.single-post .entry-content aside.cifrum-price-cta-image-banner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 24px 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    isolation: isolate !important;
}

html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta-image-banner::before,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta-image-banner::before,
html body.single .cf-single-col > article.cf-single-content > aside.cifrum-price-cta-image-banner::after,
html body.single .cf-single-col > .cf-single-content > aside.cifrum-price-cta-image-banner::after,
body.single .cf-single-content aside.cifrum-price-cta-image-banner::after,
body.single-post .entry-content aside.cifrum-price-cta-image-banner::after {
    display: none !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    min-height: 190px !important;
    aspect-ratio: 1536 / 420 !important;
    overflow: hidden !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background: #0f1c3f !important;
    border: 1px solid rgba(171, 190, 255, 0.26) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(15, 28, 63, 0.18), 0 0 0 rgba(64, 83, 212, 0) !important;
    animation: cifrum-price-cta-glow 3.6s ease-in-out infinite !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link:hover,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link:hover,
body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link:focus,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link:focus-visible,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link:focus-visible {
    outline: 3px solid rgba(143, 167, 255, 0.8) !important;
    outline-offset: 4px !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-image,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-image {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.01) !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link::after,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: 44% !important;
    height: 100% !important;
    pointer-events: none !important;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.02) 26%, rgba(159, 180, 255, 0.18) 46%, rgba(255, 255, 255, 0.36) 52%, rgba(159, 180, 255, 0.16) 59%, transparent 100%) !important;
    filter: blur(0.2px) !important;
    transform: translateX(-125%) skewX(-12deg) !important;
    animation: cifrum-price-cta-sheen 4.8s ease-in-out infinite !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-overlay,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 18px 20px !important;
    background:
        linear-gradient(90deg, rgba(8, 17, 40, 0.92) 0%, rgba(9, 21, 52, 0.78) 38%, rgba(9, 21, 52, 0.24) 67%, rgba(9, 21, 52, 0.08) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-copy,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    max-width: 430px !important;
    min-width: 0 !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-badge,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-badge {
    margin: 0 0 7px !important;
    padding: 4px 8px !important;
    color: #eef3ff !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-heading,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-heading {
    display: block !important;
    max-width: 420px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.14 !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-description,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-description {
    display: -webkit-box !important;
    max-width: 430px !important;
    margin: 6px 0 0 !important;
    overflow: hidden !important;
    color: rgba(244, 247, 255, 0.84) !important;
    font-size: 12.6px !important;
    line-height: 1.36 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-button,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 34px !important;
    margin-top: 10px !important;
    padding: 8px 11px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    background: linear-gradient(135deg, #4053d4, #2f7fc8) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 9px !important;
    box-shadow: 0 10px 22px rgba(47, 111, 179, 0.22) !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-price-pill,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-price-pill {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 130px !important;
    padding: 10px 11px !important;
    color: rgba(244, 247, 255, 0.74) !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    background: rgba(255, 255, 255, 0.11) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 12px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-price-pill strong,
body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-price-pill strong {
    display: block !important;
    margin-top: 4px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
}

@media (max-width: 720px) {
    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link {
        min-height: 220px !important;
        aspect-ratio: 1.58 / 1 !important;
        border-radius: 16px !important;
    }

    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-image,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-image {
        object-position: 58% center !important;
    }

    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-overlay,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-overlay {
        grid-template-columns: 1fr !important;
        align-content: center !important;
        gap: 10px !important;
        padding: 16px !important;
        background: linear-gradient(90deg, rgba(8, 17, 40, 0.94) 0%, rgba(9, 21, 52, 0.82) 56%, rgba(9, 21, 52, 0.26) 100%) !important;
    }

    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-copy,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-copy {
        max-width: 100% !important;
    }

    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-heading,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-heading {
        max-width: 265px !important;
        font-size: 17px !important;
        line-height: 1.16 !important;
    }

    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-description,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-description {
        max-width: 270px !important;
        font-size: 12px !important;
        line-height: 1.34 !important;
    }

    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-price-pill,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-price-pill {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link,
    body.single .cf-single-content .cifrum-price-cta-image-banner .cifrum-price-cta-link::after,
    body.single-post .entry-content .cifrum-price-cta-image-banner .cifrum-price-cta-link::after {
        animation: none !important;
    }
}
