/* Gridinsoft Security Shortcodes Styles */

.single-post .entry-title,
.single-post .post-title,
.single-post .s-title,
.single-post .breadcrumb,
.single-post .breadcrumbs,
.single-post h1,
.single-post h2,
.single-post .entry-content,
.single-post .post-content,
.single-post article,
.blog-summary-box {
    max-width: 100%;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word;
}

.single-post .s-title *,
.single-post .breadcrumb *,
.single-post .breadcrumbs *,
.blog-summary-box * {
    max-width: 100%;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word;
}

.blog-summary-box {
    box-sizing: border-box;
    margin: 28px 0;
    max-width: 100%;
    padding: 18px 22px;
    border: 1px solid #dfe7f1;
    border-top: 3px solid #8bb8e8;
    background: #f8fbff;
    width: 100%;
}

.blog-summary-box h2 {
    margin-top: 0;
    font-size: 1.35em;
    line-height: 1.25;
}

.blog-summary-box ul {
    margin-bottom: 0;
    padding-left: 1.2em;
}

.blog-summary-box p,
.blog-summary-box li,
.blog-summary-box code,
.blog-summary-box a,
.blog-summary-box strong {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word;
}

@media (max-width: 600px) {
    .blog-summary-box {
        display: block;
        margin: 24px 0;
        padding: 16px;
        width: 100%;
    }
}

.gs-shortcode-section {
    border-left: 5px solid #ccd0d4;
    padding: 2px 0 2px 20px;
    margin: 30px 0;
}

.gs-shortcode-section.gs-accent-windows,
.gs-shortcode-section.gs-accent-edge,
.gs-shortcode-section.gs-accent-registry {
    border-left-color: #0078d4;
}

.gs-shortcode-section.gs-accent-mac {
    border-left-color: #111;
}

.gs-shortcode-section.gs-accent-safari {
    border-left-color: #007aff;
}

.gs-shortcode-section.gs-accent-chrome {
    border-left-color: #4285f4;
}

.gs-shortcode-section.gs-accent-android {
    border-left-color: #3ddc84;
}

.gs-shortcode-section.gs-accent-firefox {
    border-left-color: #ff7139;
}

.gs-shortcode-section.gs-accent-brave {
    border-left-color: #fb542b;
}

.gs-shortcode-section.gs-accent-opera {
    border-left-color: #ff1b2d;
}

.gs-shortcode-title {
    font-size: 1.15em;
    font-weight: 700;
    color: #1a1a1b;
    margin-bottom: 12px;
}

.gs-shortcode-info-box {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 2px solid #ffc107;
    background: #fffcf0;
    color: #555;
    font-size: 0.95em;
    line-height: 1.6;
}

.gs-shortcode-tip {
    margin: 15px 0;
    padding: 10px 15px;
    background: #f1f8ff;
    border-left: 2px solid #0074e0;
    font-size: 0.9em;
    color: #24292e;
}

.gs-shortcode-warning {
    margin: 15px 0;
    padding: 10px 15px;
    background: #fff5f5;
    border-left: 2px solid #d73a49;
    font-size: 0.9em;
    color: #3e1212;
}

.gs-shortcode-policy-list,
.gs-list-flat {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    word-break: break-all;
}

.gs-shortcode-policy-list li,
.gs-list-flat li {
    margin-bottom: 8px;
}

.gs-product-cta {
    box-sizing: border-box;
    margin: 28px 0;
    padding: 20px 22px;
    border: 1px solid #d6dde7;
    border-top: 3px solid #1f6feb;
    border-radius: 8px;
    background: #f8fbff;
    color: #121826;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.gs-product-cta-placeholder {
    display: none;
}

.gs-product-cta--js {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.gs-product-cta--js.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gs-product-cta__media {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.gs-product-cta__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin-top: 2px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(31, 111, 235, 0.18));
}

.gs-product-cta__body {
    flex: 1 1 auto;
    min-width: 0;
}

.gs-removal-note {
    box-sizing: border-box;
    margin: 24px 0 32px;
    padding: 16px 18px;
    border: 1px solid #dbe3ee;
    border-left: 4px solid #1f6feb;
    border-radius: 8px;
    background: #f8fbff;
    color: #374151;
    font-size: 0.98rem;
    line-height: 1.6;
}

.gs-removal-note p {
    margin: 8px 0 0 !important;
    color: #4b5563;
}

.gs-removal-note__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-height: 40px;
    padding: 9px 15px;
    border: 1px solid #1f6feb;
    background: #1f6feb;
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
}

.gs-removal-note__button:hover {
    background: #1757bf;
    border-color: #1757bf;
}

.gs-product-cta__eyebrow {
    margin-bottom: 8px;
    color: #1f6feb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gs-product-cta__title {
    margin: 0 0 8px !important;
    color: #0f172a;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.3;
}

.gs-product-cta__text {
    margin: 0 !important;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.55;
}

.gs-product-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.gs-product-cta__primary,
.gs-product-cta__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #1f6feb;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
}

.gs-product-cta__primary {
    background: #1f6feb;
    color: #fff !important;
}

.gs-product-cta__secondary {
    background: #fff;
    color: #1f2937 !important;
}

.gs-product-cta__primary:hover {
    background: #1757bf;
    border-color: #1757bf;
}

.gs-product-cta__secondary:hover {
    background: #eef4ff;
}

.gs-exit-modal,
.gs-exit-modal * {
    box-sizing: border-box;
}

.gs-exit-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
    color: #26364d;
    font-family: inherit;
}

.gs-exit-modal.is-visible {
    display: flex;
}

.gs-exit-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.62);
}

.gs-exit-modal__dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(100vh - 56px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.24);
    transform: translateY(12px);
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease;
}

.gs-exit-modal.is-visible .gs-exit-modal__dialog {
    transform: translateY(0);
    opacity: 1;
}

.gs-exit-modal__head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 32px 26px;
    background: #12233d;
    color: #fff;
}

.gs-exit-modal__head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #28d0be 0%, #ffcf3f 100%);
}

.gs-exit-modal__subject {
    margin-bottom: 8px;
    color: #9ee7df;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gs-exit-modal__title {
    max-width: 430px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.16;
}

.gs-exit-modal__close {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: -2px -8px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.gs-exit-modal__close span::before,
.gs-exit-modal__close span::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 5px;
    width: 23px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
}

.gs-exit-modal__close span::before {
    transform: rotate(45deg);
}

.gs-exit-modal__close span::after {
    transform: rotate(-45deg);
}

.gs-exit-modal__body {
    padding: 28px 32px 30px;
}

.gs-exit-modal__intro {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 18px;
}

.gs-exit-modal__product {
    flex: 0 0 122px;
    width: 122px;
    max-width: 24%;
    height: auto;
    margin-top: 5px;
    object-fit: contain;
}

.gs-exit-modal__intro p {
    margin: 0 !important;
    color: #26364d;
    font-size: 16px;
    line-height: 1.5;
}

.gs-exit-modal__list {
    display: block;
    margin: 4px 0 22px !important;
    padding: 0 !important;
    list-style: none !important;
    color: #3f4f66;
    font-size: 15px;
    line-height: 1.35;
}

.gs-exit-modal__list li {
    position: relative;
    margin: 10px 0 !important;
    padding: 0 0 0 25px !important;
}

.gs-exit-modal__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #8ddfd4;
    border-radius: 50%;
    background: #e7fbf8;
}

.gs-exit-modal__list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 8px;
    border: solid #159b8d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gs-exit-modal__promo {
    margin-bottom: 18px;
    padding: 13px 16px;
    border: 1px solid #f1d98c;
    border-radius: 6px;
    background: #fff8dc;
    color: #4e3b08;
    font-size: 15px;
    line-height: 1.35;
}

.gs-exit-modal__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.gs-exit-modal__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 6px;
    background: #df2cc4;
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
}

.gs-exit-modal__primary:hover {
    background: #c725ac;
    color: #fff !important;
}

.gs-exit-modal__discount {
    color: #12233d !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: underline !important;
}

.gs-exit-modal-open {
    overflow: hidden;
}

.gs-hub-lede {
    margin: 28px 0;
    padding: 22px 24px;
    border: 1px solid #dfe7f1;
    border-top: 4px solid #1f6feb;
    background: #f8fbff;
    color: #121826;
}

.gs-hub-lede p {
    margin: 0 !important;
    color: #374151;
    font-size: 1.02rem;
    line-height: 1.7;
}

.gs-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0 34px;
}

.gs-hub-card {
    padding: 18px 18px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.gs-hub-card h3 {
    margin: 0 0 10px !important;
    color: #0f172a;
    font-size: 1.08rem;
    line-height: 1.35;
}

.gs-hub-card p,
.gs-hub-card li {
    color: #4b5563;
    font-size: 0.96rem;
    line-height: 1.6;
}

.gs-hub-card p {
    margin: 0 !important;
}

.gs-hub-card ul {
    margin: 0 !important;
    padding-left: 1.15rem !important;
}

.gs-hub-list {
    margin: 22px 0 34px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.gs-hub-list__item {
    display: grid;
    grid-template-columns: minmax(180px, 32%) 1fr;
    gap: 18px;
    padding: 18px 20px;
    border-top: 1px solid #e5e7eb;
}

.gs-hub-list__item:first-child {
    border-top: 0;
}

.gs-hub-list__item a {
    color: #0f172a !important;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.gs-hub-list__item p {
    margin: 0 !important;
    color: #4b5563;
    font-size: 0.96rem;
    line-height: 1.6;
}

.gs-hub-steps {
    margin: 22px 0 34px !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: gs-hub-step;
}

.gs-hub-steps li {
    position: relative;
    margin: 0 0 12px !important;
    padding: 14px 16px 14px 58px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.98rem;
    line-height: 1.55;
    counter-increment: gs-hub-step;
}

.gs-hub-steps li::before {
    content: counter(gs-hub-step, decimal-leading-zero);
    position: absolute;
    top: 15px;
    left: 18px;
    color: #e91e63;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

@media (max-width: 820px) {
    .gs-hub-grid {
        grid-template-columns: 1fr;
    }

    .gs-hub-list__item {
        display: block;
    }

    .gs-hub-list__item p {
        margin-top: 8px !important;
    }
}

@media (max-width: 600px) {
    .gs-exit-modal {
        padding: 14px;
    }

    .gs-exit-modal__head {
        padding: 20px 24px 24px;
    }

    .gs-exit-modal__title {
        font-size: 21px;
    }

    .gs-exit-modal__body {
        padding: 24px;
    }

    .gs-exit-modal__intro {
        flex-direction: column;
        gap: 16px;
    }

    .gs-exit-modal__product {
        width: 128px;
        max-width: 42%;
        margin-top: 0;
    }

    .gs-exit-modal__actions {
        display: grid;
    }

    .gs-exit-modal__primary {
        width: 100%;
    }

    .gs-product-cta {
        padding: 18px 16px;
    }

    .gs-product-cta__media {
        gap: 12px;
    }

    .gs-product-cta__icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .gs-product-cta__actions {
        display: grid;
    }

    .gs-product-cta__primary,
    .gs-product-cta__secondary {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .gs-product-cta__media {
        display: block;
    }

    .gs-product-cta__icon {
        display: block;
        margin: 0 0 12px;
    }
}

.single-post .entry-content table.table-summary,
.single-post .post-content table.table-summary,
table.table-summary {
    width: 100% !important;
    margin: 24px 0 32px !important;
    border: 1px solid #e2e8f0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04) !important;
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
    overflow: hidden !important;
}

.single-post .entry-content table.table-summary tr,
.single-post .post-content table.table-summary tr,
table.table-summary tr {
    border: 0 !important;
    background: #fff !important;
}

.single-post .entry-content table.table-summary tr:nth-child(even),
.single-post .post-content table.table-summary tr:nth-child(even),
table.table-summary tr:nth-child(even) {
    background: #fbfdff !important;
}

.single-post .entry-content table.table-summary td,
.single-post .post-content table.table-summary td,
table.table-summary td {
    padding: 14px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #1f2937 !important;
    vertical-align: top !important;
}

.single-post .entry-content table.table-summary tr:last-child td,
.single-post .post-content table.table-summary tr:last-child td,
table.table-summary tr:last-child td {
    border-bottom: 0 !important;
}

.single-post .entry-content table.table-summary td:first-child,
.single-post .post-content table.table-summary td:first-child,
table.table-summary td:first-child {
    width: 30% !important;
    min-width: 160px !important;
    border-right: 1px solid #e2e8f0 !important;
    background: #f6f8fb !important;
    color: #0f172a !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
}

.single-post .entry-content table.table-summary td:last-child,
.single-post .post-content table.table-summary td:last-child,
table.table-summary td:last-child {
    background: transparent !important;
}

.single-post .entry-content table.table-summary code,
.single-post .post-content table.table-summary code,
table.table-summary code {
    padding: 2px 5px !important;
    border-radius: 4px !important;
    background: #f1f5f9 !important;
    color: #111827 !important;
    font-size: 0.94em !important;
}

@media (max-width: 640px) {
    .single-post .entry-content table.table-summary,
    .single-post .post-content table.table-summary,
    table.table-summary {
        font-size: 0.95rem !important;
    }

    .single-post .entry-content table.table-summary tr,
    .single-post .post-content table.table-summary tr,
    table.table-summary tr {
        display: block !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .single-post .entry-content table.table-summary tr:last-child,
    .single-post .post-content table.table-summary tr:last-child,
    table.table-summary tr:last-child {
        border-bottom: 0 !important;
    }

    .single-post .entry-content table.table-summary td,
    .single-post .post-content table.table-summary td,
    table.table-summary td,
    .single-post .entry-content table.table-summary td:first-child,
    .single-post .post-content table.table-summary td:first-child,
    table.table-summary td:first-child {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        border-right: 0 !important;
    }

    .single-post .entry-content table.table-summary td:first-child,
    .single-post .post-content table.table-summary td:first-child,
    table.table-summary td:first-child {
        padding-bottom: 6px !important;
        border-bottom: 0 !important;
    }

    .single-post .entry-content table.table-summary td:last-child,
    .single-post .post-content table.table-summary td:last-child,
    table.table-summary td:last-child {
        padding-top: 0 !important;
    }
}

/* Foxiz can float the entry-bottom related widget into the article body.
   Keep post-bottom widgets below the article so they cannot squeeze the
   opening paragraphs or appear beside inline CTA blocks. */
.single-post .entry-bottom {
    clear: both;
}

.single-post .entry-bottom .related-sec.is-width-right {
    float: none;
    max-width: 100%;
    margin-left: 0;
}

/*
 * Older evergreen explainers still use wide 2021-2023 banner art as the
 * featured image. Keep the visual asset readable and proportionate while
 * preventing it from dominating the page width.
 */
body.postid-8267 .s-feat-outer,
body.postid-8227 .s-feat-outer,
body.postid-10885 .s-feat-outer,
body.postid-8398 .s-feat-outer,
body.postid-6822 .s-feat-outer,
body.postid-14180 .s-feat-outer {
    max-width: 702px;
    margin: 12px auto 22px;
}

body.postid-8267 .s-feat,
body.postid-8227 .s-feat,
body.postid-10885 .s-feat,
body.postid-8398 .s-feat,
body.postid-6822 .s-feat,
body.postid-14180 .s-feat {
    overflow: visible;
    border-radius: 10px;
    background: #f4f7fb;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

body.postid-8267 .s-feat img.wp-post-image,
body.postid-8227 .s-feat img.wp-post-image,
body.postid-10885 .s-feat img.wp-post-image,
body.postid-8398 .s-feat img.wp-post-image,
body.postid-6822 .s-feat img.wp-post-image,
body.postid-14180 .s-feat img.wp-post-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

body.postid-14180 .s-feat-outer .feat-caption {
    display: none;
}

@media (max-width: 767px) {
    body.postid-8267 .s-feat-outer,
    body.postid-8227 .s-feat-outer,
    body.postid-10885 .s-feat-outer,
    body.postid-8398 .s-feat-outer,
    body.postid-6822 .s-feat-outer,
body.postid-14180 .s-feat-outer {
        display: none;
    }
}

.single-post .entry-content .gs-faq-block,
.single-post .post-content .gs-faq-block,
.gs-faq-block {
    margin: 22px 0 36px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    counter-reset: gs-faq;
}

.single-post .entry-content .gs-faq-block h3,
.single-post .post-content .gs-faq-block h3,
.gs-faq-block h3 {
    position: relative;
    margin: 0 !important;
    padding: 20px 24px 8px 68px;
    border-top: 1px solid #e5e7eb;
    color: #0f172a;
    font-size: 1.18rem;
    line-height: 1.35;
    counter-increment: gs-faq;
}

.single-post .entry-content .gs-faq-block h3:first-child,
.single-post .post-content .gs-faq-block h3:first-child,
.gs-faq-block h3:first-child {
    border-top: 0;
}

.single-post .entry-content .gs-faq-block h3::before,
.single-post .post-content .gs-faq-block h3::before,
.gs-faq-block h3::before {
    content: counter(gs-faq, decimal-leading-zero);
    position: absolute;
    top: 21px;
    left: 24px;
    min-width: 28px;
    color: #e91e63;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.single-post .entry-content .gs-faq-block h3::after,
.single-post .post-content .gs-faq-block h3::after,
.gs-faq-block h3::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 56px;
    width: 1px;
    height: 18px;
    background: #dbe3ee;
}

.single-post .entry-content .gs-faq-block p,
.single-post .post-content .gs-faq-block p,
.gs-faq-block p {
    margin: 0 !important;
    padding: 0 24px 22px 68px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.65;
}

.single-post .entry-content .gs-action-card,
.single-post .post-content .gs-action-card,
.gs-action-card {
    margin: 24px 0 28px;
    padding: 22px 24px;
    border: 1px solid #dbe7f5;
    border-left: 4px solid #1d70f5;
    border-radius: 8px;
    background: #f8fbff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.single-post .entry-content .gs-action-card h4,
.single-post .post-content .gs-action-card h4,
.gs-action-card h4 {
    margin: 0 0 10px !important;
    color: #0f172a;
    font-size: 1.12rem;
    line-height: 1.3;
}

.single-post .entry-content .gs-action-card p,
.single-post .post-content .gs-action-card p,
.gs-action-card p {
    margin: 0 0 16px !important;
    color: #405066;
    font-size: 0.98rem;
    line-height: 1.55;
}

.single-post .entry-content .gs-action-card ol,
.single-post .post-content .gs-action-card ol,
.gs-action-card ol {
    display: grid;
    gap: 10px;
    margin: 0 0 18px !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: gs-action-step;
}

.single-post .entry-content .gs-action-card li,
.single-post .post-content .gs-action-card li,
.gs-action-card li {
    position: relative;
    min-height: 34px;
    margin: 0 !important;
    padding: 2px 0 0 46px !important;
    color: #334155;
    line-height: 1.45;
    counter-increment: gs-action-step;
}

.single-post .entry-content .gs-action-card li::before,
.single-post .post-content .gs-action-card li::before,
.gs-action-card li::before {
    content: counter(gs-action-step);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1d70f5;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
}

.single-post .entry-content .gs-action-card li strong,
.single-post .post-content .gs-action-card li strong,
.gs-action-card li strong {
    display: block;
    color: #0f172a;
    font-size: 0.98rem;
}

.single-post .entry-content .gs-action-card li span,
.single-post .post-content .gs-action-card li span,
.gs-action-card li span {
    display: block;
    margin-top: 2px;
    color: #475569;
    font-size: 0.96rem;
}

.single-post .entry-content .gs-action-card__button,
.single-post .post-content .gs-action-card__button,
.gs-action-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    background: #1d70f5;
    color: #fff !important;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(29, 112, 245, 0.22);
}

.single-post .entry-content .gs-action-card__button:hover,
.single-post .post-content .gs-action-card__button:hover,
.gs-action-card__button:hover {
    background: #155dcc;
    color: #fff !important;
}

@media (max-width: 640px) {
    .single-post .entry-content .gs-faq-block h3,
    .single-post .post-content .gs-faq-block h3,
    .gs-faq-block h3 {
        padding: 18px 18px 8px 54px;
        font-size: 1.05rem;
    }

    .single-post .entry-content .gs-faq-block h3::before,
    .single-post .post-content .gs-faq-block h3::before,
    .gs-faq-block h3::before {
        left: 18px;
    }

    .single-post .entry-content .gs-faq-block h3::after,
    .single-post .post-content .gs-faq-block h3::after,
    .gs-faq-block h3::after {
        left: 46px;
    }

    .single-post .entry-content .gs-faq-block p,
    .single-post .post-content .gs-faq-block p,
    .gs-faq-block p {
        padding: 0 18px 20px 54px;
    }

    .single-post .entry-content .gs-action-card,
    .single-post .post-content .gs-action-card,
    .gs-action-card {
        padding: 18px;
    }
}
