.elementor-4088 .elementor-element.elementor-element-ba3a2ff{margin-top:100px;margin-bottom:0px;}.elementor-4088 .elementor-element.elementor-element-f8fb586 ul.hfe-breadcrumbs li{margin-right:10px;}/* Start custom CSS for html, class: .elementor-element-45ebb03 */.nb-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    /* Inherits WordPress default font */
}

.nb-content-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.nb-content-wrapper figure {
    margin: 2em 0;
    text-align: center;
}

.nb-content-wrapper figcaption {
    font-size: 0.9em;
    font-style: italic;
    color: #3F1801;
    margin-top: 8px;
    opacity: 0.8;
}

/* Headings */
.nb-content-wrapper h1, 
.nb-content-wrapper h2, 
.nb-content-wrapper h3 {
    color: #3F1801;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
}

.nb-content-wrapper h1 { font-size: 2.2em; border-bottom: 2px solid #860D01; padding-bottom: 10px; }
.nb-content-wrapper h2 { font-size: 1.8em; }
.nb-content-wrapper h3 { font-size: 1.4em; color: #860D01; }

/* Links */
.nb-content-wrapper a {
    color: #860D01;
    text-decoration: underline;
    text-decoration-color: rgba(134, 13, 1, 0.3);
    text-underline-offset: 3px;
    transition: all 0.3s ease;
}

.nb-content-wrapper a:hover {
    color: #267200;
    text-decoration-color: #267200;
}

/* Table of Contents */
.nb-toc-wrapper {
    background-color: #FCE2A9;
    border-left: 4px solid #3F1801;
    border-radius: 0 6px 6px 0;
    padding: 20px;
    margin: 2em 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.nb-toc-wrapper summary {
    font-size: 1.1em;
    font-weight: bold;
    color: #3F1801;
    cursor: pointer;
    outline: none;
    list-style: none; /* remove default arrow */
    display: flex;
    align-items: center;
}

.nb-toc-wrapper summary::before {
    content: "☰";
    margin-right: 10px;
    color: #860D01;
}

.nb-toc-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

.nb-toc-wrapper ul ul {
    padding-left: 20px;
    margin-top: 5px;
    border-left: 1px dashed rgba(63, 24, 1, 0.2);
}

.nb-toc-wrapper li { margin-bottom: 8px; }
.nb-toc-wrapper li a { color: #3F1801; text-decoration: none; }
.nb-toc-wrapper li a:hover { color: #860D01; text-decoration: underline; }

/* Table Styling */
.nb-table-container {
    overflow-x: auto;
    margin: 2em 0;
}

.nb-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.nb-table th, .nb-table td {
    padding: 14px 16px;
    border: 1px solid rgba(63, 24, 1, 0.1);
    text-align: left;
}

.nb-table th {
    background-color: #3F1801;
    color: #ffffff;
    font-weight: 600;
}

.nb-table tr:nth-child(even) { background-color: #FCE2A9; }
.nb-table tr:hover td { background-color: rgba(252, 226, 169, 0.5); }

/* Standard Lists */
.nb-content-wrapper ul.nb-list {
    list-style: none;
    padding-left: 0;
}
.nb-content-wrapper ul.nb-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}
.nb-content-wrapper ul.nb-list li::before {
    content: "▪";
    position: absolute;
    left: 0;
    color: #860D01;
    font-size: 1.2em;
    line-height: 1.2;
}

/* Reviews / Blockquotes */
.nb-review-box {
    background-color: #FCE2A9;
    border-left: 4px solid #267200;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 0 6px 6px 0;
    font-style: italic;
}
.nb-review-box strong {
    font-style: normal;
    color: #860D01;
    display: block;
    margin-bottom: 5px;
}

/* FAQs */
.nb-faq-container { margin: 2em 0; }
.faq-question {
    background-color: #ffffff;
    border: 1px solid rgba(63, 24, 1, 0.15);
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-question summary {
    background-color: #FCE2A9;
    padding: 16px 20px;
    font-weight: 700;
    color: #3F1801;
    cursor: pointer;
    list-style: none;
    position: relative;
}
.faq-question summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #860D01;
    font-size: 1.2em;
}
.faq-question[open] summary::after { content: "-"; }
.faq-answer {
    padding: 16px 20px;
    border-top: 1px solid rgba(63, 24, 1, 0.1);
    background-color: #ffffff;
}

/* Utilities */
.nb-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(63, 24, 1, 0), rgba(63, 24, 1, 0.3), rgba(63, 24, 1, 0));
    margin: 2.5em 0;
}
.nb-contact-card {
    background-color: #3F1801;
    color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    margin: 2em 0;
}
.nb-contact-card a { color: #FCE2A9; }
.nb-contact-card a:hover { color: #ffffff; }

/* Responsive Map */
.nb-map-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 6px;
    margin-top: 20px;
}
.nb-map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}/* End custom CSS */