/* ========================================
   SERVICE AREA ENHANCEMENTS
======================================== */

.service-area-feature {
    padding-top: 60px;
}

.service-area-image-caption {
    max-width: 620px;
    margin: 16px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.service-area-extra-block {
    height: 100%;
    margin-top: 18px;
}

.service-area-extra-block img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.service-area-extra-block .title2 {
    margin-top: 14px;
    margin-bottom: 9px;
}

.service-area-extra-block p {
    margin-bottom: 0;
}

.service-area-note {
    max-width: 720px;
    margin: 18px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .service-area-image-caption {
        text-align: left;
    }

    .service-area-extra-block {
        margin-top: 10px;
    }
}
/* ========================================
   SEO RULES MANAGER
======================================== */

.cmspost-rules-grid {
    margin-top: 50px;
}

.rules-feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rules-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid #e7e2ee;
    border-radius: 18px;
    background: #ffffff;
}

.rules-feature-card h3 {
    margin: 0 0 7px;
    color: #151525;
    font-size: 18px;
}

.rules-feature-card p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
}

.rules-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: #9818e7;
    font-weight: 800;
}

.rules-manager-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(152, 24, 231, 0.14);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(34, 24, 54, 0.14);
}


/* ========================================
   PLATFORM CONNECTIONS
======================================== */

.platform-group-heading {
    margin: 45px 0 22px;
    color: #151525;
    font-size: 20px;
    text-align: center;
}

.platform-group-heading-secondary {
    margin-top: 55px;
}

.cmspost-platform-grid {
    justify-content: center;
}

.cmspost-platform-grid .tools-block2 {
    height: 100%;
}

.cmspost-platform-grid .tools-block2 img {
    max-width: 74px;
    max-height: 60px;
    object-fit: contain;
}

.platform-disclaimer {
    max-width: 820px;
    margin: 30px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}


/* ========================================
   CMSPOST PRICING
======================================== */

.cmspost-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 28px;
    padding: 5px;
    border: 1px solid #e3dfea;
    border-radius: 999px;
    background: #ffffff;
}

.billing-option {
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    color: #667085;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}

.billing-option span {
    margin-left: 6px;
    color: #9818e7;
    font-size: 11px;
}

.billing-option.active {
    color: #ffffff;
    background: #111111;
}

.billing-option.active span {
    color: #ffffff;
}

.pricing-card-row {
    margin-top: 50px;
}

.cmspost-price-card {
    position: relative;
    height: 100%;
    padding: 34px;
    border: 1px solid #e6e1ec;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(30, 22, 45, 0.08);
}

.cmspost-price-card.featured {
    border: 2px solid #b318ed;
    transform: translateY(-12px);
    box-shadow: 0 28px 75px rgba(152, 24, 231, 0.16);
}

.pricing-popular-label {
    position: absolute;
    top: -15px;
    right: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: #b318ed;
    font-size: 12px;
    font-weight: 800;
}

.pricing-plan-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #861ee8;
    background: #f5ebff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.cmspost-price-card h3 {
    margin-bottom: 10px;
    color: #151525;
    font-size: 27px;
}

.pricing-description {
    min-height: 76px;
    color: #667085;
    line-height: 1.65;
}

.pricing-value {
    display: flex;
    align-items: flex-end;
    margin: 25px 0 10px;
    color: #111111;
}

.pricing-currency {
    margin: 0 4px 9px 0;
    font-size: 22px;
    font-weight: 800;
}

.pricing-amount {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

.pricing-period {
    margin: 0 0 8px 8px;
    color: #667085;
    font-size: 14px;
}

.pricing-capacity {
    margin-bottom: 25px;
    color: #4b5565;
}

.cmspost-price-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.cmspost-price-list li {
    position: relative;
    padding-left: 25px;
    color: #4b5565;
    line-height: 1.45;
}

.cmspost-price-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #72db3a;
    font-weight: 900;
}

.pricing-button {
    width: 100%;
    justify-content: space-between;
}

.pricing-footnote {
    max-width: 850px;
    margin: 35px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991px) {
    .rules-feature-list {
        margin-bottom: 50px;
    }

    .cmspost-price-card.featured {
        transform: none;
    }
}

@media (max-width: 575px) {
    .cmspost-price-card {
        padding: 26px 22px;
    }

    .pricing-amount {
        font-size: 46px;
    }

    .cmspost-billing-toggle {
        flex-direction: column;
        border-radius: 18px;
    }
}
/* ========================================
   CMSPOST PRICING FEATURE LIST
======================================== */

.cmspost-price-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.cmspost-price-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 27px;
    color: #596579;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
}

/*
 * Uses a Unicode escape instead of placing the
 * checkmark character directly in the CSS file.
 */
.cmspost-price-list li::before {
    content: "\2713";
    position: absolute;
    top: 1px;
    left: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    color: #65cf32;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}
/* Hero eyebrow */

.hero-eyebrow {
    margin-bottom: 14px;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 700;
}

/* Green headline emphasis */

.hero-highlight {
    color: #73cd3a;
}

/* Hero feature list */

.hero-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    max-width: 720px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.hero-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.hero-list li img {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .hero-list {
        gap: 12px 20px;
    }

    .hero-list li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-list {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 430px;
        margin-right: auto;
        margin-left: auto;
    }
}
/* ========================================
   CMSPOST PLATFORM LOGO MARQUEE
======================================== */

.cmspost-logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 55px;
}

.cmspost-marquee-logo {
    display: block;
    flex: 0 0 200px;
    width: 200px;
    height: 110px;
    padding: 15px;
    object-fit: contain;
    border-radius: 8px;
}

/* Optional dark logo effect */

.cmspost-marquee-logo {
    opacity: 0.48;
    filter: grayscale(1);
    transition:
        opacity 0.25s ease,
        filter 0.25s ease,
        transform 0.25s ease;
}

.cmspost-marquee-logo:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .cmspost-logo-track {
        gap: 35px;
    }

    .cmspost-marquee-logo {
        flex-basis: 140px;
        width: 140px;
        height: 85px;
        padding: 10px;
    }
}
/* ========================================
   CMSPOST TESTIMONIALS
======================================== */

.testimonial-sec .testimonial-intro {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.testimonial-sec .testi-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-sec .testi-card > img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-sec .testi-card .sub-title {
    display: block;
    margin-top: 22px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.testimonial-sec .testi-card .title {
    flex: 1;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    line-height: 1.5;
}

.testimonial-sec .testi-card .name {
    display: block;
    margin-top: 24px;
    color: #ffffff;
    font-weight: 700;
}

.testimonial-sec .testi-card .name small {
    color: rgba(255, 255, 255, 0.58);
    font-weight: 500;
}

@media (max-width: 767px) {
    .testimonial-sec .testimonial-intro {
        font-size: 15px;
        text-align: left;
    }

    .testimonial-sec .testi-card .title {
        font-size: 19px;
    }
}
.rules-manager-sec {
    scroll-margin-top: 110px;
}

@media (min-width: 992px) {
    .rules-manager-sec {
        padding-top: 130px;
    }
}
/* ========================================
   FINAL CTA BUTTONS
======================================== */

.final-cta-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 28px;
}

.final-cta-buttons .btn-style1,
.final-cta-secondary {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
}


/* ========================================
   SECONDARY CTA BUTTON
======================================== */

.final-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    height: 50px;
    min-height: 50px;
    padding: 14px 24px;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.final-cta-secondary::after {
    content: "\2192";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;
    width: 30px;
    height: 30px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;

    font-size: 17px;
    line-height: 1;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.final-cta-secondary:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #15121d;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.final-cta-secondary:hover::after {
    background: #cc1bff;
    color: #ffffff;
    transform: translateX(3px);
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 575px) {

    .final-cta-buttons {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
    }

    .final-cta-buttons .btn-style1,
    .final-cta-secondary {
        width: auto !important;
        min-height: 50px;
        padding: 10px 14px;
        font-size: 13px;
        justify-content: center;
    }

    .final-cta-buttons .btn-style1 span {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        margin-left: 7px;
    }

    .final-cta-secondary {
        gap: 7px;
    }

    .final-cta-secondary::after {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
        font-size: 15px;
    }
}


/* ========================================
   VERY SMALL PHONES
======================================== */

@media (max-width: 390px) {

    .final-cta-buttons {
        gap: 7px;
    }

    .final-cta-buttons .btn-style1,
    .final-cta-secondary {
        min-height: 46px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .final-cta-buttons .btn-style1 span {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }

    .final-cta-secondary::after {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        font-size: 13px;
    }
}
/* ========================================
   SOCIAL, EMAIL, AND REPUTATION CARDS
======================================== */

.benefit-content2 .benefit-block2 {
    height: 100%;
}

.benefit-content2 .row > div {
    display: flex;
}

.benefit-content2 .benefit-block2 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.benefit-content2 .benefit-block2 .title2 {
    font-size: 18px;
    line-height: 1.3;
}

.benefit-content2 .benefit-block2 p {
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .benefit-content2 .row {
        row-gap: 20px;
    }
}

@media (max-width: 767px) {
    .benefit-content2 .row > div {
        display: block;
    }

    .benefit-content2 .benefit-block2 {
        height: auto;
    }
}
/* ========================================
   CMSPOST CORE FEATURE GRID
======================================== */

.feature-info2 .row > div {
    display: flex;
}

.feature-info2 .feature-block2 {
    width: 100%;
    height: 100%;
}

.feature-info2 .communications-feature {
    min-height: 100%;
}

@media (max-width: 767px) {
    .feature-info2 .row > div {
        display: block;
    }

    .feature-info2 .feature-block2 {
        height: auto;
    }
}
/* ========================================
   MACBOOK / DESKTOP HEADER CTA FIX
======================================== */

@media (min-width: 992px) {

    .header-main .header-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 14px;
        width: 100%;
    }

    .header-main .header-login {
        flex: 0 0 auto;
        margin: 0 !important;
        white-space: nowrap;
    }

    .header-main .header-btn .btn-style1 {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 auto;

        width: auto !important;
        min-width: 188px;
        min-height: 48px;

        padding: 7px 7px 7px 19px;

        font-size: 14px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: left;
    }

    .header-main .header-btn .btn-style1 span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;

        width: 34px;
        height: 34px;
        margin-left: 12px;
    }

    .header-main .header-btn .btn-style1 span img {
        display: block;
        width: 15px;
        height: auto;
    }
}


/* ========================================
   SMALLER LAPTOP WIDTHS
======================================== */

@media (min-width: 992px) and (max-width: 1399px) {

    .header-main .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header-main .header-logo .logo {
        max-width: 195px;
    }

    .header-main .main-menu11.menu-style11 > ul {
        column-gap: 22px;
    }

    .header-main .main-menu11.menu-style11 > ul > li > a {
        font-size: 14px;
        white-space: nowrap;
    }

    .header-main .header-btn {
        gap: 10px;
    }

    .header-main .header-btn .btn-style1 {
        min-width: 175px;
        padding-left: 16px;
        font-size: 13px !important;
    }
}
.home-wow-visual {
    position: relative;
    width: min(1180px, calc(100% - 60px));
    margin: 55px auto 0;
    padding-bottom: 70px;
    overflow: visible !important;
}

.home-wow-visual-shell {
    position: relative;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    box-shadow: 0 35px 90px rgba(0,0,0,.42), 0 0 70px rgba(204,27,255,.08);
    overflow: visible !important;
}

.home-wow-image,
.home-wow-visual-shell img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    object-fit: contain;
}

.home-wow-float {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 205px;
    padding: 17px 19px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 17px;
    background: rgba(24,22,28,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(0,0,0,.32);
    color: #fff;
}

.home-wow-float small {
    color: rgba(255,255,255,.58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1.2;
}

.home-wow-float strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.home-wow-status {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 4px;
}

.home-wow-status.green {
    background: #79d43a;
    box-shadow: 0 0 15px rgba(121,212,58,.60);
}

.home-wow-status.purple {
    background: #cc1bff;
    box-shadow: 0 0 15px rgba(204,27,255,.65);
}

.home-wow-float-a {
    left: 25px;
    bottom: 25px;
}

.home-wow-float-b {
    top: 24px;
    right: 24px;
}

.home-wow-float-c {
    right: 25px;
    bottom: 25px;
}

@media (max-width: 1399px) {
    .home-wow-visual {
        width: min(1040px, calc(100% - 50px));
        margin-top: 45px;
        padding-bottom: 60px;
    }

    .home-wow-float {
        min-width: 180px;
        padding: 14px 16px;
    }

    .home-wow-float strong {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .home-wow-visual {
        width: calc(100% - 36px);
        padding-bottom: 30px;
    }

    .home-wow-float-a {
        left: 15px;
        bottom: 15px;
    }

    .home-wow-float-b {
        top: 15px;
        right: 15px;
    }

    .home-wow-float-c {
        right: 15px;
        bottom: 15px;
    }
}

@media (max-width: 575px) {
    .home-wow-visual {
        width: calc(100% - 24px);
        padding-bottom: 0;
    }

    .home-wow-visual-shell {
        padding: 6px;
        border-radius: 20px;
    }

    .home-wow-image,
    .home-wow-visual-shell img {
        border-radius: 15px;
    }

    .home-wow-float {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100%;
        margin-top: 8px;
    }
}
/* =====================================================
   CMSPOST GUIDED WORKFLOW
===================================================== */

.cmspost-guided-workflow {
    max-width: 1180px;
    margin: 75px auto 0;
}


/* Heading */

.cmspost-guided-workflow-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.cmspost-guided-pill {
    display: inline-flex;
    padding: 8px 13px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;

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

    color: rgba(255,255,255,.78);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cmspost-guided-workflow-heading h3 {
    margin: 18px 0 14px;

    color: #fff;

    font-size: clamp(32px,3vw,46px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.cmspost-guided-workflow-heading h3 span {
    color: #79d43a;
}

.cmspost-guided-workflow-heading p {
    max-width: 700px;
    margin: 0 auto;

    color: rgba(255,255,255,.58);

    font-size: 14px;
    line-height: 1.7;
}


/* Workflow grid */

.cmspost-guided-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap: 14px;
}


/* Individual step */

.cmspost-guided-step {
    position: relative;

    display: grid;
    grid-template-columns: 52px 1fr;

    gap: 16px;

    min-height: 185px;

    padding: 24px;

    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.cmspost-guided-step:hover {
    transform: translateY(-4px);

    border-color: rgba(204,27,255,.30);

    background:
        linear-gradient(
            145deg,
            rgba(204,27,255,.09),
            rgba(255,255,255,.025)
        );
}


/* Number */

.cmspost-guided-number {
    display: grid;
    place-items: center;

    width: 48px;
    height: 48px;

    border-radius: 14px;

    background: rgba(204,27,255,.12);

    border: 1px solid rgba(204,27,255,.20);

    color: #e69bff;

    font-size: 12px;
    font-weight: 900;

    box-shadow:
        0 0 24px rgba(204,27,255,.08);
}


/* Step text */

.cmspost-guided-step-content small {
    color: #c978ef;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: .08em;
}

.cmspost-guided-step-content h4 {
    margin: 7px 0 9px;

    color: #fff;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.2;
}

.cmspost-guided-step-content p {
    margin: 0;

    color: rgba(255,255,255,.56);

    font-size: 12px;
    line-height: 1.6;
}


/* Final step */

.cmspost-guided-step-final {
    border-color: rgba(121,212,58,.16);

    background:
        linear-gradient(
            145deg,
            rgba(121,212,58,.07),
            rgba(255,255,255,.018)
        );
}

.cmspost-guided-step-final
.cmspost-guided-number {
    background: rgba(121,212,58,.11);

    border-color: rgba(121,212,58,.20);

    color: #b8f596;
}


/* Result bar */

.cmspost-guided-result {
    display: grid;

    grid-template-columns:
        auto 1fr;

    gap: 7px 20px;

    align-items: center;

    margin-top: 16px;

    padding: 20px 24px;

    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;

    background:
        linear-gradient(
            90deg,
            rgba(204,27,255,.10),
            rgba(121,212,58,.06)
        );
}

.cmspost-guided-result > span {
    grid-row: 1 / 3;

    display: inline-flex;

    padding: 8px 11px;

    border-radius: 999px;

    background: #fff;

    color: #151018;

    font-size: 9px;
    font-weight: 900;

    letter-spacing: .06em;
}

.cmspost-guided-result strong {
    color: #fff;

    font-size: 17px;
    font-weight: 800;
}

.cmspost-guided-result small {
    color: rgba(255,255,255,.52);

    font-size: 10px;
}


/* Tablet */

@media (max-width: 991px) {

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


/* Mobile */

@media (max-width: 575px) {

    .cmspost-guided-workflow {
        margin-top: 55px;
    }

    .cmspost-guided-grid {
        grid-template-columns: 1fr;
    }

    .cmspost-guided-step {
        grid-template-columns: 46px 1fr;

        min-height: 0;

        padding: 20px;
    }

    .cmspost-guided-number {
        width: 42px;
        height: 42px;
    }

    .cmspost-guided-result {
        grid-template-columns: 1fr;
    }

    .cmspost-guided-result > span {
        grid-row: auto;

        width: max-content;
    }
}