:root {
    --jiffy-yellow: #FFC322;
    --jiffy-yellow-dark: #dc9500;
    --jiffy-yellow-light: rgb(255 249 235);
    --jiffy-dark: #1c1c1c;
    --jiffy-black: #111111;
    --jiffy-text: #575757;
    --jiffy-muted: #898989;
    --jiffy-border: #e9e4da;
    --jiffy-white: #ffffff;
    --jiffy-shadow: 0 22px 60px rgba(28, 28, 28, 0.08);
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading span,
.wf-loading a {
    opacity: 1 !important;
    visibility: visible !important;
}

/* =========================================================
   GLOBAL
========================================================= */

.jiffy-single-blog,
.jiffy-single-blog * {
    box-sizing: border-box;
}

.jiffy-single-blog {
        overflow: visible;
    background: #fff;
    color: var(--jiffy-dark);
}

.jiffy-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   HERO
========================================================= */

.jiffy-blog-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0px 40px 0px;
    background:
        radial-gradient(
            circle at 75% 30%,
            rgba(255, 195, 34, 0.16),
            transparent 35%
        ),
        linear-gradient(135deg, #2b251d, #100f0d);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jiffy-blog-hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(16, 16, 16, 0.30),
            transparent 58%
        );
    pointer-events: none;
    content: "";
}

.jiffy-blog-hero .jiffy-container {
    position: relative;
    z-index: 3;
}

.jiffy-hero-content {
    /* width: min(820px, 100%); */
    color: #fff;
}

.jiffy-article-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 4px 18px;
    margin-bottom: 25px;
    border-radius: 30px;
    background: var(--jiffy-yellow);
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.jiffy-article-label::before {
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #1c1c1c;
    content: "";
}

.jiffy-blog-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -2px;
}

.jiffy-hero-excerpt {
    max-width: 720px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

.jiffy-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
}

.jiffy-blog-meta .meta-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.35);
}

.jiffy-blog-meta .read-time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.jiffy-hero-decoration {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 2;
    width: 340px;
    height: 340px;
    opacity: 0.28;
    transform: translateY(-50%);
    pointer-events: none;
}

.jiffy-hero-decoration::before,
.jiffy-hero-decoration::after {
    position: absolute;
    border: 1px solid rgba(255, 195, 34, 0.55);
    border-radius: 50%;
    content: "";
}

.jiffy-hero-decoration::before {
    inset: 30px;
}

.jiffy-hero-decoration::after {
    inset: 85px;
}

.jiffy-hero-decoration span {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--jiffy-yellow);
}

.jiffy-hero-decoration span:nth-child(1) {
    top: 28px;
    left: 50%;
}

.jiffy-hero-decoration span:nth-child(2) {
    top: 50%;
    right: 28px;
}

.jiffy-hero-decoration span:nth-child(3) {
    bottom: 45px;
    left: 85px;
}

/* =========================================================
   ARTICLE LAYOUT
========================================================= */

.jiffy-article-section {
    padding: 40px 0 40px;
}

.jiffy-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 790px) 320px;
    gap: 70px;
    align-items: start;
}

.jiffy-article-content {
    min-width: 0;
}

/* =========================================================
   INTRODUCTION
========================================================= */

.article-opening {
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
    padding: 50px;
    border-radius: 26px;
    background: var(--jiffy-black);
    color: #fff;
}

.opening-label {
    display: inline-block;
    margin-bottom: 19px;
    color: var(--jiffy-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.article-opening-content {
    position: relative;
    z-index: 2;
    max-width: 670px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px;
    line-height: 1.8;
}

.article-opening-content p {
    margin: 0 0 20px;
}

.article-opening-content p:last-child {
    margin-bottom: 0;
}

.opening-decoration {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    border: 40px solid rgba(255, 195, 34, 0.11);
    border-radius: 50%;
}

.opening-decoration span {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--jiffy-yellow);
}

.opening-decoration span:nth-child(1) {
    top: 25px;
    left: 60px;
}

.opening-decoration span:nth-child(2) {
    bottom: 35px;
    left: 20px;
}

.opening-decoration span:nth-child(3) {
    right: 20px;
    bottom: 70px;
}

/* =========================================================
   ENHANCED ARTICLE SECTIONS
========================================================= */

.enhanced-article-section {
    display: block;
    margin-bottom: 40px;
}

/* Image becomes a wide visual block */
.enhanced-section-image {
    position: relative;
    top: auto;
    width: 100%;
    margin: 0 0 38px;
    padding: 20px;
    border: 1px solid var(--jiffy-border);
    border-radius: 22px;
    background: #fff;
}

/* Do not use sticky image */
.enhanced-section-image {
    position: static;
}

/* Larger and clearer illustration */
.enhanced-section-image img {
    width: 100%;
    height: auto;
    max-height: 320px;
    min-height: 0;
    display: block;
    object-fit: contain;
    border-radius: 14px;
}

/* Image always appears before content */
.enhanced-article-section .enhanced-section-image {
    order: initial;
}

/* Better section spacing */
.enhanced-section-content {
    width: 100%;
}

/* Prevent heading from having too much top space */
.section-heading-row {
    margin-bottom: 28px;
    padding-top: 0;
}

/* Reduce gap between sections */
.enhanced-article-section {
    scroll-margin-top: 120px;
}

.section-heading-row {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}

.section-number {
    display: flex;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    background: var(--jiffy-yellow-dark);
    width: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 14px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.section-heading-row h2 {
    position: relative;
    margin: 0;
    padding-bottom: 19px;
    color: var(--jiffy-dark);
    font-size: 34px;
    line-height: 1.22;
}

.section-heading-row h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 4px;
    border-radius: 10px;
    background: var(--jiffy-yellow);
    content: "";
}

/* Main section images */

.enhanced-section-image {
    /* position: sticky; */
    top: 125px;
    overflow: hidden;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--jiffy-border);
    border-radius: 24px;
    /* background:
        linear-gradient(
            145deg,
            var(--jiffy-yellow-light),
            #fff
        );
    box-shadow: var(--jiffy-shadow); */
}

.enhanced-section-image img {
    width: 100%;
    height: auto;
    min-height: 270px;
    display: block;
    object-fit: contain;
}

.section-image-number {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--jiffy-yellow);
    color: var(--jiffy-black);
    font-size: 12px;
    font-weight: 800;
}

/* Article text */

.article-text {
    color: var(--jiffy-text);
    font-size: 17px;
    line-height: 1.88;
    margin-top: 20px;
}
.article-text p b{
    font-size: 20px;
    color: #222;
}

.article-text h3 {
    position: relative;
    margin: 38px 0 14px;
    padding-left: 18px;
    color: var(--jiffy-dark);
    font-size: 22px;
    line-height: 1.35;
}

.article-text h3::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 4px;
    border-radius: 6px;
    background: var(--jiffy-yellow);
    content: "";
}

.article-text p {
    margin: 0 0 10px;
}
.article-text p a{
    background: var(--jiffy-yellow-light);
    color: var(--jiffy-yellow-dark);
    padding: 0px 6px;
    border-radius: 3px;
    text-decoration: underline;
}
.article-text ul,
.article-text ol {
    margin: 28px 0;
    padding-left: 0;
    list-style: none;
    counter-reset: jiffy-list;
}

.article-text ol {
    counter-reset: jiffy-ordered;
}

.article-text li {
        position: relative;
    margin-bottom: 17px;
    padding: 18px 20px 18px 50px;
    border: 1px solid #ece1cb;
    border-radius: 13px;
    background: #f6f5f3;
}

.article-text ul li::before {
    position: absolute;
    top: 26px;
    left: 21px;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--jiffy-yellow);
    box-shadow: 0 0 0 1px var(--jiffy-yellow-dark);
    content: "";
}

.article-text ol li {
    counter-increment: jiffy-ordered;
}

.article-text ol li::before {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--jiffy-yellow);
    color: var(--jiffy-dark);
    font-size: 11px;
    font-weight: 800;
    content: counter(jiffy-ordered, decimal-leading-zero);
}

.article-text strong {
    color: var(--jiffy-dark);
}

/* Pull quote inside WYSIWYG */

.article-text blockquote {
    position: relative;
    margin: 38px 0;
    padding: 30px 35px 30px 55px;
    border: 0;
    border-radius: 18px;
    background: var(--jiffy-yellow-light);
    color: var(--jiffy-dark);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
}

.article-text blockquote::before {
    position: absolute;
    top: 18px;
    left: 20px;
    color: var(--jiffy-yellow-dark);
    font-family: Georgia, serif;
    font-size: 55px;
    line-height: 1;
    content: "“";
}

/* =========================================================
   COST VISUAL
========================================================= */

.section-cost:not(:has(.enhanced-section-image)) {
    padding: 48px;
    border-radius: 28px;
    background: var(--jiffy-black);
}

.section-cost:not(:has(.enhanced-section-image)) .section-number {
    color: var(--jiffy-yellow);
}

.section-cost:not(:has(.enhanced-section-image)) h2 {
    color: #fff;
}

.section-cost:not(:has(.enhanced-section-image)) .article-text {
    color: rgba(255, 255, 255, 0.78);
}

.section-cost:not(:has(.enhanced-section-image)) .article-text strong {
    color: #fff;
}

.cost-calculation {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 13px;
    align-items: center;
    margin-top: 35px;
}

.cost-stat {
    min-height: 125px;
    padding: 23px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.045);
}

.cost-stat strong {
    display: block;
    margin-bottom: 7px;
    color: var(--jiffy-yellow);
    font-size: 36px;
    line-height: 1;
}

.cost-stat span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.cost-operator {
    color: var(--jiffy-yellow);
    font-size: 24px;
    font-weight: 800;
}

.cost-result {
    grid-column: 1 / -1;
    padding: 26px;
    border-radius: 16px;
    background: var(--jiffy-yellow);
    color: var(--jiffy-dark);
}

.cost-result span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.cost-result strong {
    display: block;
    color: var(--jiffy-dark);
    font-size: 43px;
    line-height: 1.1;
}

/* =========================================================
   CTA
========================================================= */

.article-cta {
    position: relative;
    overflow: hidden;
    margin: 20px 0 70px;
    padding: 52px;
    border-radius: 25px;
    background: var(--jiffy-yellow);
}

.article-cta-content {
    position: relative;
    z-index: 2;
    max-width: 590px;
}

.cta-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: rgba(28, 28, 28, 0.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.article-cta h2 {
    margin: 0 0 17px;
    color: var(--jiffy-dark);
    font-size: 38px;
    line-height: 1.18;
}

.cta-description {
    margin-bottom: 27px;
    color: #3d350f;
    font-size: 17px;
    line-height: 1.7;
}

.cta-description p {
    margin: 0;
}

.jiffy-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 25px;
    border-radius: 9px;
    background: var(--jiffy-dark);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.jiffy-cta-button:hover {
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.article-cta-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.article-cta-pattern::before,
.article-cta-pattern::after {
    position: absolute;
    border: 35px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    content: "";
}

.article-cta-pattern::before {
    top: -90px;
    right: -60px;
    width: 260px;
    height: 260px;
}

.article-cta-pattern::after {
    right: 90px;
    bottom: -100px;
    width: 190px;
    height: 190px;
}

.article-cta-pattern span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(28, 28, 28, 0.24);
}

.article-cta-pattern span:nth-child(1) {
    top: 55px;
    right: 90px;
}

.article-cta-pattern span:nth-child(2) {
    top: 110px;
    right: 200px;
}

.article-cta-pattern span:nth-child(3) {
    right: 65px;
    bottom: 55px;
}

/* =========================================================
   AUTHOR
========================================================= */

.jiffy-author-box {
    position: relative;
    padding: 30px 0px 15px 30px;
    border: 1px solid var(--jiffy-border);
    border-radius: 20px;
    background: #fff;
}

.author-label {
    position: absolute;
    top: -14px;
    left: 30px;
    padding: 0px 14px;
    border-radius: 20px;
    background: var(--jiffy-yellow);
    color: var(--jiffy-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.author-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.jiffy-author-image {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    overflow: hidden;
    border: 4px solid var(--jiffy-yellow-light);
    border-radius: 50%;
}

.jiffy-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jiffy-author-details > span {
    display: block;
    margin-bottom: 4px;
    color: var(--jiffy-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.jiffy-author-details h4 {
    margin: 0;
    color: var(--jiffy-dark);
    font-size: 21px;
    line-height: 8px;
}

.jiffy-author-details p {
    margin: 4px 0 0;
    color: #707070;
}

/* =========================================================
   SIDEBAR
========================================================= */

.jiffy-blog-sidebar {
        position: sticky;
    top: 115px;
    align-self: start;
    height: fit-content;
}

.jiffy-sidebar-card,
.jiffy-sidebar-cta {
    padding: 29px;
    border: 1px solid var(--jiffy-border);
    border-radius: 18px;
}

.jiffy-sidebar-card {
    margin-bottom: 25px;
    background: #fff;
}

.sidebar-label {
    display: block;
    margin-bottom: 20px;
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.article-toc {
    display: flex;
    flex-direction: column;
}

.article-toc a {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 9px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ece8df;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}

.article-toc a:last-child {
    border-bottom: 0;
}

.article-toc a span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--jiffy-yellow-light);
    color: var(--jiffy-yellow-dark);
    font-size: 10px;
    font-weight: 800;
}

.article-toc a:hover {
    padding-left: 5px;
    color: var(--jiffy-yellow-dark);
}

.jiffy-sidebar-cta {
    position: relative;
    overflow: hidden;
    background: var(--jiffy-yellow-light);
}

.jiffy-sidebar-cta::after {
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 130px;
    height: 130px;
    border: 20px solid rgba(255, 195, 34, 0.17);
    border-radius: 50%;
    content: "";
}

.jiffy-sidebar-cta > span {
    position: relative;
    z-index: 2;
    color: var(--jiffy-yellow-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.jiffy-sidebar-cta h3 {
    position: relative;
    z-index: 2;
    margin: 15px 0;
    color: var(--jiffy-dark);
    font-size: 24px;
    line-height: 1.28;
}

.jiffy-sidebar-cta p {
    position: relative;
    z-index: 2;
    margin: 0 0 23px;
    color: #666;
    font-size: 14px;
    line-height: 1.65;
}

.jiffy-sidebar-cta a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1b1b1b;
    font-weight: 800;
    text-decoration: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .jiffy-article-layout {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 45px;
    }

    .enhanced-article-section {
        grid-template-columns: minmax(0, 1fr) minmax(230px, 0.75fr);
        gap: 35px;
    }
}

@media (max-width: 991px) {
    .jiffy-article-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

        .jiffy-blog-sidebar,
    .admin-bar .jiffy-blog-sidebar {
        position: static;
        top: auto;
        height: auto;
    }
    .jiffy-blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .jiffy-sidebar-card {
        margin-bottom: 0;
        display: none;
    }

    .enhanced-section-image {
        position: static;
    }
    .jiffy-hero-content{
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .jiffy-container {
        width: min(100% - 30px, 1180px);
    }

    .jiffy-blog-hero {
        min-height: 520px;
        padding: 75px 0 55px;
    }

    .jiffy-blog-hero h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .jiffy-hero-excerpt {
        font-size: 16px;
    }

    .jiffy-hero-decoration {
        right: -150px;
        opacity: 0.18;
    }

    .jiffy-article-section {
        padding: 0px 0 20px;
    }

    .article-opening {
        margin-bottom: 65px;
        padding: 35px 27px;
    }

    .article-opening-content {
        font-size: 17px;
    }

    .enhanced-article-section {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 40px;
    }

    .enhanced-article-section.image-left .enhanced-section-image {
        order: initial;
    }

    .section-heading-row h2 {
        font-size: 30px;
    }

    .enhanced-section-image img {
        min-height: 220px;
    }

    .article-text {
        font-size: 16px;
    }

    .article-text li {
        padding-right: 15px;
    }

    .section-cost:not(:has(.enhanced-section-image)) {
        padding: 32px 24px;
    }

    .cost-calculation {
        grid-template-columns: 1fr;
    }

    .cost-operator {
        display: none;
    }

    .article-cta {
        padding: 38px 27px;
    }

    .article-cta h2 {
        font-size: 30px;
    }

    .jiffy-blog-sidebar {
        grid-template-columns: 1fr;
    }

    .jiffy-author-box {
        padding: 35px 25px 28px;
    }
    .jiffy-author-details h4{
        line-height: inherit;
    }
    .jiffy-hero-content{
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    .jiffy-blog-hero h1 {
        font-size: 34px;
    }

    .jiffy-blog-meta {
        gap: 10px;
        font-size: 13px;
    }

    .author-inner {
        align-items: flex-start;
    }

    .jiffy-author-image {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .article-text blockquote {
        padding: 28px 22px 28px 45px;
        font-size: 18px;
    }
    .jiffy-author-details h4{
        line-height: inherit;
    }
    .jiffy-hero-content{
        padding-top: 40px;
    }
}



/* =====================================
   Article summary below banner
===================================== */

.jiffy-article-summary {
    padding: 0;
    background: #fff;
    margin-bottom: 20px;
}

.jiffy-summary-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 38px 42px;
    background: #fdf8f0;
    border-left: 5px solid #ffc322;
    border-radius: 18px;
    position: relative;
}

.jiffy-summary-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #9a6b00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.jiffy-summary-content {
    color: #222;
    font-size: 20px;
    line-height: 1.75;
}

.jiffy-summary-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 26px;
}

.jiffy-summary-content p:last-child {
    margin-bottom: 0;
}

.jiffy-summary-content strong {
    color: #111;
    font-weight: 700;
}

.jiffy-summary-content h2,
.jiffy-summary-content h3 {
    margin: 25px 0 12px;
    color: #111;
}

@media (max-width: 767px) {
    .jiffy-article-summary {
        padding: 35px 0 10px;
    }

    .jiffy-summary-inner {
        padding: 26px 22px;
        border-radius: 14px;
    }

    .jiffy-summary-content {
        font-size: 17px;
        line-height: 1.65;
    }
}