:root {
    --ip-blue: #1e65f3;
    --ip-dark: #080808;
    --ip-text: #202124;
    --ip-muted: #68707c;
    --ip-border: #dfe3e8;
    --ip-light: #f5f7fa;
    --ip-white: #ffffff;
    --ip-orange: #ff9d3f;
}
.btn-primary{color:#fff;background:linear-gradient(82deg,#FD9950 0%,#ED661D 100%);padding: 9px 16px;display: inline-flex;align-items: center;justify-content: center;gap: 8px;}
.btn-primary:hover{filter: brightness(1.06);color: #ffffff; border-color:none;}
.article-hero {
position: relative;
    --lap: clamp(30px, 4vw, 52px);
    background: var(--blue) url(https://ipstack.com/wp-content/uploads/2025/10/Home-page.png) center / cover no-repeat;
    padding: clamp(40px, 5vw, 64px) 0 calc(clamp(30px, 4vw, 52px) + clamp(24px, 3vw, 38px));
    color: #fff;
}
.article-hero::after{content:"";position:absolute;inset:0;pointer-events:none;
    background:linear-gradient(97deg,rgb(14 41 216/.95) 0%,rgb(14 41 216/.86) 55%,rgb(14 41 216/.6) 100%)}
.article-breadcrumb {
display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    /* color: rgb(255 255 255 / .72); */
    margin-bottom: 18px;
}

.article-breadcrumb a { color: rgb(255 255 255 / .72); text-decoration: none; }
.article-breadcrumb span { opacity: .65; color: #fff;text-wrap: balance; }

.breadcrumb-current {
    overflow: hidden;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-header { max-width: 850px; }

.article-header h1 {
    margin: 0 0 25px;
    max-width: 46ch;
    font-size: clamp(30px, 3.8vw, 52px);
    line-height: 1.04;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #fff;
    text-wrap: balance;
}
.article-header p {
    margin-top: 14px;
    font-size: clamp(15.5px, 1.4vw, 17px);
    line-height: 1.55;
    color: rgb(255 255 255 / .9);
    max-width: 60ch;
}
.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
}

.article-meta > span,
.article-meta > a { color: #fff; }

.article-format {
    padding: 3px 9px;
    border: 1px solid rgb(255 167 102 / .55);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FFA766 !important;
    text-decoration: none;
}

.article-author { text-decoration: none; font-weight: 600; }

.article-featured-image {
    margin-top: 55px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 34px -18px rgb(0 0 0 / .34);
    border: 1px solid rgb(255 255 255 / .18);
}

.article-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 9999;
    background: transparent;
}

.reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--ip-orange);
}

.article-section { padding: 0px 0px; }

.article-layout {
    width: min(1180px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 240px minmax(0, 68ch);
    justify-content: center;
    gap: 70px;
    border-radius: 16px 16px 16px;
    padding-block: clamp(30px, 3.4vw, 46px) clamp(26px, 3vw, 38px);
    padding-inline: clamp(18px, 2.4vw, 34px);
    margin-top: -50px;
    background: #fff;
    z-index: 2;
    position: relative;
}

.article-toc {
    display: block !important;
    position: sticky;
    top: 80px;
    align-self: start;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.article-toc details {
   /* border: 1px solid var(--ip-border); */
    border-radius: 4px;
}

.article-toc summary {
    cursor: pointer;
    padding: 15px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6E737B;
}

.article-toc summary span {
    float: right;
    letter-spacing: 0;
    color: #8693A3;
    font-weight: 500;
}

.article-toc nav { display: flex; flex-direction: column; }

.article-toc a {
    padding: 7px 15px;
    color: var(--ip-muted);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    border-left: 2px solid transparent;
}

.article-toc a.toc-child { padding-left: 30px; }

.article-toc a:hover {
    color: #0E29D8;
    text-decoration: none;
}

.article-toc a.is-active {
    color: #0E29D8;
    background: #E7EAFC;
    font-weight: 640;
    text-decoration: none;
    border-radius: 6px;
}

.article-content {
    min-width: 0 !important;
    font-size: 17px;
    line-height: 1.68;
}

.article-content h2 {
    margin-top: 55px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    scroll-margin-top: 90px;
}

.article-content h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    scroll-margin-top: 90px;
}

.article-content p { margin: 0 0 25px; }

.article-content a { margin-left: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #E4EBEF;
    border-radius: 8px;
    background: #FFFFFF;
    color: #0E29D8;
    font-size: 13px;
    font-weight: 640;
    text-decoration: none;
    white-space: nowrap; }
    .article-content a:hover{
    border-color: #0E29D8;
    background: #E7EAFC;
    }

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-content ul,
.article-content ol {
    margin-bottom: 28px;
    padding-left: 25px;
}

.article-content li { margin-bottom: 8px; }

.code-block {
    margin: 10px 0;
    overflow: hidden;
    background: var(--ip-dark);
    border-radius: 4px;
}

.code-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px;
    color: #aaa;
    font-size: 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display:none;
}

.copy-code {
    cursor: pointer;
    padding: 5px 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #555;
    border-radius: 3px;
}

.copy-code:hover { border-color: #aaa; }

.code-block pre {
    margin: 0;
    padding: 20px;
    overflow-x: auto;
    color: #e9e9e9;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre;
}

.author-section {
    margin: 40px 0;
}
.author-card {
    display: flex;
    gap: 20px;
    padding: 28px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
}
.author-card .author-avatar,
.author-card img.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex-shrink: 0;
}
.author-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6E737B;
}
.author-name {
    display: block !important;
    text-decoration: none !important;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 19px !important;
    line-height: 25px;
    font-weight: 600 !important;
    color: #000000 !important;
    border: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
}
.author-name:hover {
    text-decoration: underline;
    background: transparent !important;
    min-height: 38px;
}
.author-title {
    margin: 2px 0 12px;
    font-size: 14px;
    color: #8a8a8a;
}
.author-bio {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    color: #33373D;
    max-width: 62ch;
}
.author-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.author-social {
    justify-content: center;
    display: grid !important;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: none;
    border: 1px solid #E4EBEF !important;
    border-radius: 5px !important;
    color: #33373D !important;
}
.author-social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.author-social:hover {
    border-color: #FFBF91 !important;
    color: #ED661D !important;
    background: #FFF4EC !important;
}
.author-archive {
    margin-left: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    /* color: #2b5fff !important; */
    text-decoration: none !important;
    border: unset !important;
}
.author-archive:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    background: transparent !important;
    border: unset;
}

.related-posts {
   padding: 80px 20px;
    /* background: var(--ip-light); */
    border-top: 1px solid #EAF1F5;
    padding-block: clamp(36px, 4vw, 58px);
}

.related-posts .container { max-width: 1200px; }

.section-heading { margin-bottom: 35px; }

.section-heading span {
    color: var(--ip-blue);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.section-heading h2 {
    margin: 8px 0 0;
    font-size: clamp(20px, 2.1vw, 26px);
    letter-spacing: -.024em;
    font-weight: 700;
    margin-bottom: 20px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(300px,100%),1fr));
    gap: 24px;
}
.related-posts-grid .post-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #EAF1F5;
    border-radius: 13px;
    overflow: hidden;
    background: #FFFFFF;
    transition: transform .18s cubic-bezier(.2, 0, 0, 1), box-shadow .18s cubic-bezier(.2, 0, 0, 1), border-color .18s cubic-bezier(.2, 0, 0, 1);
}
.related-posts-grid .post-card.a{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #EEF1F4;
}
.related-posts-grid .post-card img.attachment-medium_large.size-medium_large.wp-post-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s cubic-bezier(.2, 0, 0, 1);
}
.related-posts-grid .post-card-content{
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.related-posts-grid .post-card-content .post-card-category{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #AE4A05;
}
.related-posts-grid .post-card h3{
    font-size: 17px;
    line-height: 1.34;
    letter-spacing: -.015em;
    font-weight: 650;
}
.related-posts-grid .post-card h3 a{
    color: #000000;
    text-decoration: none;
}
.related-posts-grid .post-card:hover h3 a {
    color: #0E29D8;
}
.related-posts-grid .post-card p{
    font-size: 13.5px;
    line-height: 1.58;
    color: #6E737B;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-posts-grid .read-more{
    margin-top: auto;
    padding-top: 11px;
    border-top: 1px solid #EAF1F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13.5px;
    font-weight: 640;
    color: #0E29D8;
}
.post-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ip-border);
    border-radius: 4px;
}

.post-card-image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post-card-content { padding: 25px; }

.post-card-category {
    color: var(--ip-blue);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-card h3 {
    margin: 10px 0;
    font-size: 21px;
    line-height: 1.3;
}

.post-card h3 a {
    color: var(--ip-text);
    text-decoration: none;
}

.post-card p {
    color: var(--ip-muted);
    font-size: 14px;
    line-height: 1.6;
}

.read-more {
    color: var(--ip-blue);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.site-footer {
    padding: 70px 20px 25px;
    color: #fff;
    background: #080808;
}

.footer-inner {
    width: min(1200px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
    gap: 45px;
}

.footer-brand img { width: 110px; }

.footer-brand p {
    max-width: 280px;
    color: #999;
    font-size: 14px;
    line-height: 1.7;
}

.footer-column h3,
.footer-newsletter h3 {
    margin: 0 0 18px;
    font-size: 14px;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li { margin-bottom: 10px; }

.footer-column a {
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
}

.footer-column a:hover { color: #fff; }

.footer-bottom {
    width: min(1200px, 100%);
    margin: 70px auto 0;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #252525;
    color: #777;
    font-size: 12px;
}

.legal-links { display: flex; gap: 20px; }

.legal-links a {
    color: #777;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #111;
}

@media (max-width: 900px) {
    .menu-toggle { display: block; }

    .primary-nav {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        padding: 20px;
        background: #fff;
        border-bottom: 1px solid var(--ip-border);
    }

    .primary-nav.is-open { display: block; }

    .primary-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .article-toc {
        position: relative;
        top: 0;
        max-height: none;
    }

    .footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-newsletter { grid-column: 1 / -1; }

    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .container { width: calc(100% - 30px); }

    .article-hero { padding: 25px 0 40px; }

    .article-breadcrumb { margin-bottom: 25px; }

    .article-header h1 { font-size: 38px; }

    .article-meta { gap: 8px; }

    .article-section { padding: 40px 15px; }

    .article-content { font-size: 16px; }

    .article-content h2 { font-size: 27px; }

    .article-content h3 { font-size: 21px; }

    .author-card { flex-direction: column; }

    .related-posts-grid { grid-template-columns: 1fr; }

    .footer-inner { grid-template-columns: 1fr; }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .legal-links { flex-wrap: wrap; }
}
/* =========================================================
   ARTICLE 3 COLUMN LAYOUT
========================================================= */

.article-layout {
    margin: 0 auto;
    align-items: start;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 205px minmax(0,1fr) 235px;
    gap: clamp(24px, 2.8vw, 42px);
    margin-top: calc(-1 * clamp(30px, 4vw, 52px));
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding-block: clamp(30px, 3.4vw, 46px) clamp(26px, 3vw, 38px);
    padding-inline: clamp(18px, 2.4vw, 34px);
}


/* =========================================================
   RIGHT SIDEBAR
========================================================= */

.article-right-sidebar {
    display: block !important;
    min-width: 0 !important;
    position: sticky;
    top: 110px;
}


/* =========================================================
   SHARE
========================================================= */

.article-share {
    width: 100%;
}

.sidebar-heading {
   font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6E737B;
    font-weight: 500;
    margin-bottom: 14px;
}

.sidebar-heading span {
    color: #6E737B;
}


.share-buttons {
    display: flex;
    gap: 7px;
}


.share-button {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #EAF1F5;
    display: grid;
    place-items: center;
    color: #6E737B;
    text-decoration: none;
    background: #FFFFFF;
}

.share-button.copy-article-link{justify-content: center;}
.share-button:hover {
    background: #f8faff;
    border-color: #0E29D8;
    color: #0E29D8;
}
.share-button:hover svg {
    fill: #0E29D8;
}
.share-button:focus{
   background: #f8faff; 
}
a.share-button:hover{border-color: #0E29D8;color: #0E29D8;}
a.share-button:hover svg{fill: #0E29D8;}
.share-button svg {
    width: 15px;
    height: 15px;
    fill: rgb(110, 115, 123);
}


/* =========================================================
   DIVIDER
========================================================= */

.sidebar-divider {
    width: 100%;
    height: 1px;

    margin: 25px 0 27px;

    background: #e2e7ed;
}


/* =========================================================
   RELATED SIDEBAR
========================================================= */

.more-on-sidebar {
    width: 100%;
}


.sidebar-related-post {
    display: grid;
    grid-template-columns: 91px minmax(0, 1fr);
    gap: 13px;
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e2e7ed;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    padding-block: 12px;
}


.sidebar-related-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


/* =========================================================
   SIDEBAR IMAGE
========================================================= */

.sidebar-related-image {
    display: block;
    width: 74px;
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    overflow: hidden;
    background: #EEF1F4;
    border: 1px solid #EAF1F5;
    transition: border-color .15s cubic-bezier(.2, 0, 0, 1);
}


.sidebar-related-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   SIDEBAR CONTENT
========================================================= */

.sidebar-related-content {
    min-width: 0;
}


.sidebar-related-category {
    display: block;

    margin-bottom: 5px;

    color: #0018ff;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.25;

    text-decoration: none;
}


.sidebar-related-content h3 {
font-size: 13px;
    line-height: 1.34;
    font-weight: 640;
    color: #000000;
}


.sidebar-related-content h3 a {
    color: inherit;
    text-decoration: none;
}


.sidebar-related-content h3 a:hover {
    color: #0018ff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .article-layout {
        grid-template-columns:
            150px
            minmax(0, 1fr)
            250px;

        gap: 25px;
    }


    .article-right-sidebar {
        width: 250px;
    }


    .sidebar-related-post {
        grid-template-columns: 75px minmax(0, 1fr);
        gap: 10px;
    }


    .sidebar-related-image {
        width: 75px;
        height: 45px;
    }


    .sidebar-related-content h3 {
        font-size: 14px;
    }

}


@media (max-width: 900px) {

    .article-layout {
        grid-template-columns:
            180px
            minmax(0, 1fr);

        gap: 30px;
    }


    .article-right-sidebar {
        width: 100%;

        grid-column: 1 / -1;

        position: static;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 30px;
    }


    .sidebar-divider {
        display: none;
    }


    .more-on-sidebar {
        border-left: 1px solid #e2e7ed;

        padding-left: 30px;
    }

}


@media (max-width: 640px) {

    .article-layout {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }


    .article-toc {
        margin-bottom: 30px;
    }


    .article-right-sidebar {
        display: block;

        margin-top: 40px;
    }


    .more-on-sidebar {
        margin-top: 30px;

        padding-left: 0;
        padding-top: 25px;

        border-left: 0;
        border-top: 1px solid #e2e7ed;
    }

}

/* ==========================================================
   IPSTACK PROMO
   ========================================================== */

.promo {
   margin-top: 15px;
    border: 1px solid var(--line-2);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(150deg, #F3F8FE 0%, #E9F1FC 100%);
}

.promo-in {
    width: min(100%, 900px);
    margin: 0 auto;
    padding: 28px 32px;

    display: flex;
    align-items: center;
    gap: 22px;

    background: #f3f7ff;
    border: 1px solid #dbe7ff;
    border-radius: 12px;
}

.promo .pm {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;

    color: #1643d8;
}

.promo .pt {
    flex: 1;
    min-width: 0;
}

.promo .pt h3 {
margin: 0 0 6px;
    /* font-size: 20px; */
    line-height: 1.3;
    /* font-weight: 700; */
    /* color: #111827; */
    font-size: 19px;
    letter-spacing: -.018em;
    font-weight: 700;
    color: #000000;
}

.promo .pt p {
margin: 0;
    line-height: 1.6;
    margin-top: 5px;
    font-size: 14.5px;
    color: #33373D;
}

.promo .btn-primary {
    color: #fff;
    background: linear-gradient(82deg, #FD9950 0%, #ED661D 100%);
    /* padding: 9px 16px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 3px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: .2s;
}

.promo .btn-primary:hover {
    filter: brightness(1.06);
    color: #ffffff;
    /* border-color: unset; */
    border: 1px solid transparent;
    background: linear-gradient(82deg, #FD9950 0%, #ED661D 100%);
}

.promo .chev {
    width: 6px;
    height: 8px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .promo {
        margin-top: 32px;
        padding: 0 16px;
    }

    .promo-in {
        padding: 24px 20px;

        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .promo .pm {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .promo .pt h3 {
        font-size: 18px;
    }

    .promo .pt p {
        font-size: 13px;
    }

    .promo .btn-primary {
        width: 100%;
    }
}

/* ==========================================================
   FAQ
   ========================================================== */

.faq {
    width: min(100%, 900px);
    margin: 56px auto 0;
    padding: 0 0px;
}

.faq > h2 {
    margin: 0 0 26px;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;

    color: #080808;
}

#faqList {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#faqList details {
    border: 1px solid #dfe7ef;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

#faqList summary {
    cursor: pointer;
    padding: 15px 18px;
    font-size: 16px;
    font-weight: 640;
    color: #000000;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

#faqList summary::-webkit-details-marker {
    display: none;
}

#faqList summary::marker {
    display: none;
}

#faqList .faq-plus {
    flex: 0 0 auto;

    margin-left: 20px;

    font-size: 25px;
    line-height: 1;
    font-weight: 500;

    color: #ff5b19;

    transition: transform .2s ease;
}
#faqList details[open] {
    border-color: #E4EBEF;
    background: #EEF1F4;
}
#faqList details[open] .faq-plus {
    transform: rotate(45deg);
}

#faqList .ans {
    padding: 0 18px 17px;
    font-size: 15.5px;
    line-height: 1.68;
    color: #33373D;
}

#faqList details[open] summary {
    padding-bottom: 14px;
}


/* ==========================================================
   FAQ MOBILE
   ========================================================== */

@media (max-width: 767px) {
    .tax-related{
        grid-template-columns: 1fr !important;
    }
    .post-tax-head {flex-wrap: wrap !important;}
    .article-hero-layout{
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .faq {
        margin-top: 40px;
        padding: 0 16px;
    }

    .faq > h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    #faqList {
        gap: 10px;
    }

    #faqList summary {
        min-height: 64px;
        padding: 18px;

        font-size: 17px;
    }

    #faqList .faq-plus {
        margin-left: 12px;
        font-size: 22px;
    }

    #faqList .ans {
        padding: 0 18px 18px;
        font-size: 14px;
    }
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
    border: unset !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}
.elementor a:hover {
    background: transparent;
}
.post-tax {
    margin: 32px 0;
    padding: 28px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #f7f8fa;
}
.post-tax-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
   /* flex-wrap: wrap; */
}
.tax-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.tax-title svg {
    width: 22px;
    height: 22px;
    fill: #2b5fff;
    color: #2b5fff;
    flex-shrink: 0;
}
.tax-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}
.post-tax-copy {
    margin: 0;
    max-width: 60ch;
    font-size: 15px;
    line-height: 1.6;
    color: #55575c;
}
.tax-browse {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #2b5fff;
    text-decoration: none;
    white-space: nowrap;
}
.tax-browse:hover {
    border-color: #2b5fff;
}
.tax-related {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px 16px;
    padding-top: 16px;
    border-top: 1px solid #EAF1F5;
}
.tax-related > span {
    font: 500 9.5px ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6E737B;
    white-space: nowrap;
}
.tax-links {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.tax-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 9px 6px 11px;
    border: 1px solid #EAF1F5;
    border-radius: 7px;
    background: #FFFFFF;
    color: #33373D;
    font-size: 12.5px;
    font-weight: 590;
    text-decoration: none;
}
.tax-links a:hover {
    border-color: #AFC9EE;
    color: #0E29D8;
    background: #E7EAFC;
}
.tax-links a b {
    font: 500 9.5px ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
    color: #6E737B;
    background: #EEF1F4;
    border-radius: 4px;
    padding: 2px 5px;
}

/***************** Blog Style ***********************/

.takeaways {
    background: #FFF4EC;
    border: 1px solid #E4EBEF;
    border-radius: 11px;
    padding: 19px 21px;
    margin-top: 0;
    box-shadow: 0 12px 30px -28px rgb(14 24 38 / .55);
}
.takeaways h2 {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.takeaways ul {
    display: grid;
    gap: 9px;
        list-style-type: none;
}
.takeaways li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #33373D;
}
.takeaways li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: .55em;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #0E29D8;
    transform: rotate(45deg);
}
.prose {
    max-width: 68ch;
    margin-top: 34px;
    font-size: 17px;
    line-height: 1.68;
    color: #33373D;
}
.prose h2 {
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.24;
    letter-spacing: -.004em;
    font-weight: 700;
    color: #000000;
    margin-top: 44px;
    scroll-margin-top: 86px;
}
.prose h3 {
    font-size: clamp(18px, 1.6vw, 21px);
    line-height: 1.3;
    letter-spacing: -.004em;
    font-weight: 660;
    color: #000000;
    margin-top: 30px;
    scroll-margin-top: 86px;
}
.prose a {
    color: #0E29D8;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.prose > * + * {
    margin-top: 18px;
}
.prose .codeblock {
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background: #080808;
    margin-block: 22px;
}
.prose .codebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 14px;
    background: #111111;
    color: rgb(255 255 255 / .62);
    font-family: ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / .09);
}
.prose .copy-code {
    background: none;
    border: 1px solid rgb(255 255 255 / .24);
    border-radius: 3px;
    padding: 3px 10px;
    font-family: ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
    font-size: 11px;
    letter-spacing: .04em;
    color: rgb(255 255 255 / .78);
    cursor: pointer;
    min-height: 26px;
}
.prose pre {
    background: transparent;
    color: #E8EDF5;
    border-radius: 0;
    padding: 15px 18px 17px;
    overflow-x: auto;
    font-family: ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
    font-size: 13px;
    line-height: 1.72;
}
.prose pre code {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
}
.tok-operator, .tok-punctuation {
    color: rgb(255 255 255 / .5);
}
.tok-string, .tok-variable {
    color: #8FE6B0;
}
.tok-keyword, .tok-command {
    color: #FD9950;
    font-weight: 600;
}
.tok-builtin {
    color: #93B4FF;
}
.tok-property, .tok-function {
    color: #93B4FF;
    font-weight: 600;
}
.tok-comment {
    color: #7E8BA3;
    font-style: italic;
}
.tok-number, .tok-literal, .tok-option {
    color: #F3C98B;
}

.copy-article-link {
    position: relative; /* also set via JS above, but good to have in CSS too */
}

.copy-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #1B1F23;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 20;
}

.copy-tooltip.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* small arrow under the tooltip */
.copy-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1B1F23;
}