.elementor-4090 .elementor-element.elementor-element-ba3a2ff{margin-top:100px;margin-bottom:0px;}.elementor-4090 .elementor-element.elementor-element-f8fb586 ul.hfe-breadcrumbs li{margin-right:10px;}/* Start custom CSS for html, class: .elementor-element-45ebb03 */.nb-content-wrapper {
        font-family: inherit; /* Inherits WordPress theme font */
        color: #000000;
        line-height: 1.7;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        scroll-behavior: smooth;
    }

    /* Typography & Colors */
    .nb-content-wrapper h1, 
    .nb-content-wrapper h2, 
    .nb-content-wrapper h3 {
        color: #3F1801; /* Primary Color 1 */
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        line-height: 1.3;
    }

    .nb-content-wrapper h1 {
        font-size: 2.2em;
        border-bottom: 2px solid #FCE2A9;
        padding-bottom: 10px;
    }

    .nb-content-wrapper h2 {
        font-size: 1.8em;
    }

    .nb-content-wrapper h3 {
        font-size: 1.4em;
        color: #860D01; /* Primary Color 2 */
    }

    .nb-content-wrapper p {
        margin-bottom: 1.2em;
    }

    .nb-content-wrapper a {
        color: #860D01;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .nb-content-wrapper a:hover {
        color: #267200; /* Secondary Color */
        text-decoration: underline;
    }

    .nb-content-wrapper strong {
        color: #3F1801;
    }

    .nb-content-wrapper em {
        color: #555555;
    }

    /* Content Map (TOC) - Collapsed by default */
    .nb-toc {
        background-color: #FCE2A9; /* Rare BG Type Color */
        border-left: 5px solid #3F1801;
        border-radius: 4px;
        padding: 15px 20px;
        margin: 30px 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .nb-toc summary {
        font-size: 1.2em;
        font-weight: 600;
        color: #3F1801;
        cursor: pointer;
        list-style: none;
        display: flex;
        align-items: center;
        outline: none;
    }

    .nb-toc summary::-webkit-details-marker {
        display: none;
    }

    .nb-toc summary::before {
        content: '+';
        display: inline-block;
        margin-right: 10px;
        font-size: 1.4em;
        color: #860D01;
        font-weight: normal;
    }

    .nb-toc[open] summary::before {
        content: '-';
    }

    .nb-toc ul {
        margin-top: 15px;
        padding-left: 20px;
        list-style-type: square;
    }

    .nb-toc ul li {
        margin-bottom: 8px;
    }

    .nb-toc ul ul {
        margin-top: 5px;
        list-style-type: circle;
    }

    /* Sections */
    .nb-section {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 20px;
        border-top: 1px solid #eaeaea;
    }

    /* Images */
    .nb-image-block {
        margin: 30px 0;
        text-align: center;
    }

    .nb-image-block img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        display: block;
        margin: 0 auto;
    }

    .nb-image-block figcaption {
        font-size: 0.9em;
        color: #555;
        margin-top: 10px;
        font-style: italic;
    }

    /* Tables */
    .nb-table-wrap {
        overflow-x: auto;
        margin: 25px 0;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .nb-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

    .nb-table th {
        background-color: #3F1801;
        color: #FCE2A9;
        padding: 15px;
        text-align: left;
        font-weight: 600;
        border: 1px solid #3F1801;
    }

    .nb-table td {
        padding: 12px 15px;
        border: 1px solid #ddd;
        color: #000;
    }

    .nb-table tr:nth-child(even) {
        background-color: #fafafa;
    }
    
    .nb-table tr:hover {
        background-color: #f5f5f5;
    }

    /* Blockquotes / Reviews */
    .nb-content-wrapper blockquote {
        background-color: #FCE2A9;
        border-left: 5px solid #267200; /* Secondary Color */
        padding: 20px 25px;
        margin: 25px 0;
        font-style: italic;
        border-radius: 0 6px 6px 0;
    }

    .nb-content-wrapper blockquote p {
        margin: 0;
    }

    /* WordPress Style Icon List Emulator */
    .nb-icon-list {
        list-style: none;
        padding-left: 0;
    }

    .nb-icon-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
    }

    .nb-icon-list li::before {
        content: "■";
        color: #267200;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 0.8em;
        line-height: 2;
    }

    /* Video Embed */
    .nb-review-video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin: 30px 0;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        background-color: #000;
    }

    .nb-review-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    /* FAQs Accordion */
    .nb-faq {
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
        transition: box-shadow 0.3s ease;
    }

    .nb-faq:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .nb-faq summary {
        padding: 18px 20px;
        font-weight: 600;
        cursor: pointer;
        color: #3F1801;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        outline: none;
    }

    .nb-faq summary::-webkit-details-marker {
        display: none;
    }

    .nb-faq summary::after {
        content: '+';
        color: #267200;
        font-size: 1.5em;
        font-weight: normal;
    }

    .nb-faq[open] summary::after {
        content: '−';
        color: #860D01;
    }

    .nb-faq p {
        padding: 0 20px 20px 20px;
        margin: 0;
        color: #333;
        border-top: 1px solid #eaeaea;
        padding-top: 15px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .nb-content-wrapper h1 { font-size: 1.8em; }
        .nb-content-wrapper h2 { font-size: 1.5em; }
        .nb-content-wrapper h3 { font-size: 1.2em; }
        .nb-table th, .nb-table td { padding: 10px; font-size: 0.95em; }
    }/* End custom CSS */