
    /* * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: Inter, Arial, sans-serif;
        background: #f6f8fb;
        color: #111827;
        line-height: 1.6;
    }

    .page {
        width: min(600px, 94%);
        margin: auto;
        padding: 25px 0 65px;
    }

    .main {
        min-width: 0;
    }

    .section {
        margin-top: 42px;
    }

    .section:first-child {
        margin-top: 18px;
    }

    .section h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 9px;
    }

    .section-intro {
        color: #667085;
        margin-bottom: 16px;
    }

   
    .benefits {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .benefit {
        background: #fff;
        border: 1px solid #e1e5eb;
        border-radius: 10px;
        padding: 16px;
    }

    .benefit strong {
        display: block;
        margin-bottom: 3px;
    }

    .benefit span {
        font-size: 13px;
        color: #667085;
    }

   
    .steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .step {
        background: #fff;
        border: 1px solid #e1e5eb;
        border-radius: 10px;
        padding: 17px;
    }

    .step-num {
        font-size: 12px;
        font-weight: 900;
        color: #4f46e5;
        margin-bottom: 5px;
    }

    .step strong {
        display: block;
        margin-bottom: 4px;
    }

    .step p {
        font-size: 13px;
        color: #667085;
    }

  
    .about-box {
        background: #fff;
        border: 1px solid #e1e5eb;
        border-radius: 11px;
        padding: 21px;
    }

    .about-box h2 {
        color: #000;
        font-size: 20px;
        margin: 16px 0 8px;
    }

    .about-box h2:first-child {
        margin-top: 0;
    }

    .about-box p {
        color: #667085;
        margin-bottom: 10px;
    }

    .about-box p:last-child {
        margin-bottom: 0;
    }


    .faq {
        background: #fff;
        border: 1px solid #e1e5eb;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 9px;
    }

    .faq strong {
        display: block;
        margin-bottom: 4px;
    }

    .faq p {
        font-size: 13px;
        color: #667085;
    }

  
    @media (max-width: 900px) {
        .steps {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 650px) {

        .benefits,
        .steps {
            grid-template-columns: 1fr;
        }
    } */





    

        /* content */

 /* =========================================================
   CSS FILTER GENERATOR - CONTENT SECTION ONLY
========================================================= */



.css-filter-content {


    width: min(650px, calc(100% - 48px)) !important;
    /* width: min(900px, 94%); */
    margin: 35px auto 65px;
    color: #111827;
}

.css-filter-content,
.css-filter-content * {
    box-sizing: border-box;
}

/* Common Section */

.css-filter-content .content-section {
    margin-top: 38px;
}

.css-filter-content .content-section:first-child {
    margin-top: 0;
}

.css-filter-content h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin: 0 0 9px;
}

.css-filter-content .section-intro {
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
}


/* =========================================================
   BENEFITS
========================================================= */

.css-filter-content .benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.css-filter-content .benefit {
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 10px;
    padding: 17px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.30) !important;
}

.css-filter-content .benefit strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #111827;
    margin-bottom: 4px;
}

.css-filter-content .benefit span {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    color: #667085;
}


/* =========================================================
   HOW TO USE
========================================================= */

.css-filter-content .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.css-filter-content .step {
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 10px;
    padding: 17px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.30) !important;
}

.css-filter-content .step-num {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 6px;
}

.css-filter-content .step strong {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    margin-bottom: 5px;
}

.css-filter-content .step p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #667085;
}


/* =========================================================
   ABOUT CONTENT
========================================================= */

.css-filter-content .about-box {
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 11px;
    padding: 21px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.30) !important;
}

.css-filter-content .about-box + .about-box {
    margin-top: 20px;
}

.css-filter-content .about-box h2 {
    font-size: 20px;
    line-height: 1.35;
    /* color: #111827; */
    margin: 16px 0 8px;
}

.css-filter-content .about-box h2:first-child {
    margin-top: 0;
}

.css-filter-content .about-box p {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.7;
    color: #667085;
}

.css-filter-content .about-box p:last-child {
    margin-bottom: 0;
}

.css-filter-content .about-box code {
    padding: 2px 5px;
    border-radius: 4px;
    background: #f3f4f6;
    color: #374151;
    font-family: monospace;
    font-size: 12px;
}


/* =========================================================
   FAQ
========================================================= */

.css-filter-content .faq {
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.30) !important;
}

.css-filter-content .faq:last-child {
    margin-bottom: 0;
}

.css-filter-content .faq strong {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #111827;
    margin-bottom: 5px;
}

.css-filter-content .faq p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #667085;
}

.css-filter-content .faq code {
    padding: 2px 5px;
    border-radius: 4px;
    background: #f3f4f6;
    color: #374151;
    font-family: monospace;
    font-size: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 800px) {

    .css-filter-content .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .css-filter-content .benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 650px) {

    .css-filter-content {
        width: 94%;
        margin-top: 30px;
    }

    .css-filter-content .benefits,
    .css-filter-content .steps {
        grid-template-columns: 1fr;
    }

    .css-filter-content h2 {
        font-size: 22px;
    }

    .css-filter-content .about-box {
        padding: 17px;
    }
}


@media (max-width: 480px) {

    .css-filter-content {
        width: 94%;
        margin-bottom: 45px;
    }

    .css-filter-content .content-section {
        margin-top: 30px;
    }

    .css-filter-content h2 {
        font-size: 21px;
    }

    .css-filter-content .section-intro {
        font-size: 13px;
    }

    .css-filter-content .benefit,
    .css-filter-content .step,
    .css-filter-content .faq {
        padding: 15px;
    }
}





/* li */

/* =========================================================
   CONTENT LIST STYLE
   ========================================================= */

.css-filter-content .about-box ul {
    margin: 16px 0 18px;
    padding-left: 24px;
}

.css-filter-content .about-box ul li {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

.css-filter-content .about-box ul li::marker {
    color: #111827;
    font-size: 13px;
}

.css-filter-content .about-box ul li strong {
    color: #111827;
    font-weight: 600;
}

/* Last item spacing */
.css-filter-content .about-box ul li:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 600px) {

    .css-filter-content .about-box ul {
        padding-left: 21px;
        margin-top: 14px;
    }

    .css-filter-content .about-box ul li {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 9px;
        padding-left: 3px;
    }

}

/* ================================
   TEMPERATURE CONVERTER - ABOUT BOX
   ================================ */

.css-filter-content .about-box {
    width: 100%;
    box-sizing: border-box;
}

/* Headings */

.css-filter-content .about-box h2 {
    margin: 0 0 16px;
}

/* Paragraphs */

.css-filter-content .about-box p {
    margin: 0 0 16px;
    line-height: 1.7;
}


/* ================================
   TEMPERATURE TABLE
   ================================ */

.css-filter-content .about-box table {
    font-size: 12px;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 24px;
    table-layout: fixed;
}

.css-filter-content .about-box thead {
    display: table-header-group;
}

.css-filter-content .about-box tbody {
    display: table-row-group;
}

.css-filter-content .about-box tr {
    display: table-row;
}

.css-filter-content .about-box th,
.css-filter-content .about-box td {
    display: table-cell;
    padding: 5px 5px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    box-sizing: border-box;
}

.css-filter-content .about-box th {
    font-weight: 600;
}

.css-filter-content .about-box td:nth-child(1),
.css-filter-content .about-box th:nth-child(1) {
    width: 25%;
}

.css-filter-content .about-box td:nth-child(2),
.css-filter-content .about-box th:nth-child(2) {
    width: 15%;
}

.css-filter-content .about-box td:nth-child(3),
.css-filter-content .about-box th:nth-child(3) {
    width: 60%;
}


/* ================================
   CODE
   ================================ */

.css-filter-content .about-box code {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}


/* ================================
   MOBILE
   ================================ */

@media (max-width: 768px) {

    .css-filter-content .about-box table {
        table-layout: auto;
        font-size: 14px;
    }

    .css-filter-content .about-box th,
    .css-filter-content .about-box td {
        padding: 11px 10px;
    }

    .css-filter-content .about-box td:nth-child(1),
    .css-filter-content .about-box th:nth-child(1) {
        width: auto;
    }

    .css-filter-content .about-box td:nth-child(2),
    .css-filter-content .about-box th:nth-child(2) {
        width: auto;
    }

    .css-filter-content .about-box td:nth-child(3),
    .css-filter-content .about-box th:nth-child(3) {
        width: auto;
    }
}


@media (max-width: 600px) {

    .css-filter-content .about-box {
        overflow-x: hidden;
    }

    .css-filter-content .about-box table {
        width: 100%;
        font-size: 13px;
    }

    .css-filter-content .about-box th,
    .css-filter-content .about-box td {
        padding: 9px 7px;
        line-height: 1.4;
        word-break: normal;
        overflow-wrap: break-word;
    }
}


@media (max-width: 480px) {

    .css-filter-content .about-box table {
        font-size: 10px;
    }

    .css-filter-content .about-box th,
    .css-filter-content .about-box td {
        padding: 8px 6px;
    }
}

.points p {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.points p::before {
    content: "•";
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 18px;
}

/* :root {
    --heading-color: #111827;
} */

[data-theme="dark"] {
    --heading-color: #f8fafc !important;
}
.css-gradient-generator .tool-header h1 {

     color: var(--heading-color) !important;
 }


.css-gradient-generator .content-section h2 {
    color: #111827 !important;
}

[data-theme="dark"] .css-gradient-generator .content-section h2 {
    color: #f8fafc !important;
}


.mk{
    margin: 0 0 3px;
        color: #111827;
        font-size: 27px;
        line-height: 1.2;
        font-weight: 700;
}












   /*  */



   /* =========================================================
   FAQ ACCORDION
========================================================= */

.css-filter-content .faq {
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.30) !important;
}

.css-filter-content .faq:last-child {
    margin-bottom: 0;
}

/* FAQ Question */
.css-filter-content .faq-question {
    width: 100%;
    border: 0;
    outline: none;
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #111827;
}

/* Arrow */
.css-filter-content .faq-arrow {
    flex-shrink: 0;
    margin-left: 15px;
    font-size: 18px;
    color: #667085;
    transition: transform 0.3s ease;
}

/* Answer */
.css-filter-content .faq-answer {
    display: none;
    padding: 0 16px 16px;
}

.css-filter-content .faq-answer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #667085;
}

/* Active FAQ */
.css-filter-content .faq.active .faq-answer {
    display: block;
}

.css-filter-content .faq.active .faq-arrow {
    transform: rotate(180deg);
}

/* Code */
.css-filter-content .faq-answer code {
    padding: 2px 5px;
    border-radius: 4px;
    background: #f3f4f6;
    color: #374151;
    font-family: monospace;
    font-size: 12px;
}

/* Mobile */
@media (max-width: 600px) {
    .css-filter-content .faq-question {
        padding: 14px;
        font-size: 13px;
    }

    .css-filter-content .faq-answer {
        padding: 0 14px 14px;
    }

    .css-filter-content .faq-answer p {
        font-size: 12px;
    }
}














/*  */


/* ========================================
   CONTENT HEADINGS
======================================== */

.css-filter-content h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827 !important;
}

/* Dark Theme */
[data-theme="dark"] .css-filter-content h2 {
    color: #f8fafc !important;
}










body.dark-mode .hero h1, body.dark-mode .hero h2, body.dark-mode .hero h3, body.dark-mode .hero p {
    color: #ffffff !important;
}