.elementor-4406 .elementor-element.elementor-element-phero{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:12px 12px;--row-gap:12px;--column-gap:12px;--padding-top:76px;--padding-bottom:78px;--padding-left:20px;--padding-right:20px;}.elementor-4406 .elementor-element.elementor-element-phero:not(.elementor-motion-effects-element-type-background), .elementor-4406 .elementor-element.elementor-element-phero > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A3832;}.elementor-4406 .elementor-element.elementor-element-phero1{text-align:center;}.elementor-4406 .elementor-element.elementor-element-phero1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:800;color:#ffffff;}.elementor-4406 .elementor-element.elementor-element-phero2{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.8em;color:#F5F2E9;}.elementor-4406 .elementor-element.elementor-element-pbody{--display:flex;--padding-top:56px;--padding-bottom:64px;--padding-left:20px;--padding-right:20px;}.elementor-4406 .elementor-element.elementor-element-pbody:not(.elementor-motion-effects-element-type-background), .elementor-4406 .elementor-element.elementor-element-pbody > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2E9;}.elementor-4406 .elementor-element.elementor-element-pcbody{font-family:"Inter", Sans-serif;}.elementor-4406 .elementor-element.elementor-element-pcta{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:14px 14px;--row-gap:14px;--column-gap:14px;--padding-top:60px;--padding-bottom:66px;--padding-left:20px;--padding-right:20px;}.elementor-4406 .elementor-element.elementor-element-pcta:not(.elementor-motion-effects-element-type-background), .elementor-4406 .elementor-element.elementor-element-pcta > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-4406 .elementor-element.elementor-element-pcta1{text-align:center;}.elementor-4406 .elementor-element.elementor-element-pcta1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:700;color:#0A3832;}.elementor-4406 .elementor-element.elementor-element-pcta2{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.8em;color:#2B3A36;}.elementor-4406 .elementor-element.elementor-element-pctabtn .elementor-button{background-color:#E4D5A5;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:600;fill:#ffffff;color:#ffffff;border-radius:8px 8px 8px 8px;padding:16px 34px 16px 34px;}.elementor-4406 .elementor-element.elementor-element-pctabtn .elementor-button:hover, .elementor-4406 .elementor-element.elementor-element-pctabtn .elementor-button:focus{background-color:#0A3832;color:#ffffff;}.elementor-4406 .elementor-element.elementor-element-pctabtn .elementor-button:hover svg, .elementor-4406 .elementor-element.elementor-element-pctabtn .elementor-button:focus svg{fill:#ffffff;}@media(max-width:767px){.elementor-4406 .elementor-element.elementor-element-phero{--padding-top:50px;--padding-bottom:52px;--padding-left:16px;--padding-right:16px;}.elementor-4406 .elementor-element.elementor-element-phero1 .elementor-heading-title{font-size:27px;}.elementor-4406 .elementor-element.elementor-element-pbody{--padding-top:34px;--padding-bottom:40px;--padding-left:14px;--padding-right:14px;}.elementor-4406 .elementor-element.elementor-element-pcta{--padding-top:40px;--padding-bottom:44px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for container, class: .elementor-element-pbody */.post-content {
    height: 700px;
    overflow-y: scroll;
    background: white;
    border-radius: 10px;
    padding: 24px 28px;
    box-sizing: border-box;
    border: 1px solid #F5F2E9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}



/* ============================================
   VERTICAL SCROLL CONTAINER (like product template)
   ============================================ */

.post-content {
    height: 700px;
    overflow-y: scroll;
    background: white;
    border-radius: 10px;
    padding: 24px 28px;
    box-sizing: border-box;
}

.post-content::-webkit-scrollbar {
    width: 5px;
    background: #F5F2E9;
    border-radius: 10px;
}

.post-content::-webkit-scrollbar-thumb {
    background-color: #2F8B90;
    border-radius: 10px;
}


/* ============================================
   POST CONTENT — full styling
   ============================================ */

/* Base container */
.post-content {
    color: #2B3A36;
    font-size: 15.5px;
    line-height: 1.75;
}

/* Paragraph spacing */
.post-content p {
    margin: 0 0 18px 0;
}

/* ===== Headings ===== */
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #0A3832 !important;
    font-weight: 700 !important;
    margin: 32px 0 14px 0;
    position: relative;
    padding-bottom: 10px;
}

.post-content h2 { font-size: 24px !important; }
.post-content h3 { font-size: 20px !important; }
.post-content h4 { font-size: 18px !important; }
.post-content h5 { font-size: 16px !important; }
.post-content h6 { font-size: 14px !important; }

.post-content h2::after,
.post-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: #2F8B90;
    border-radius: 2px;
}

.post-content h2:first-child,
.post-content h3:first-child {
    margin-top: 4px;
}

/* Bold inline labels */
.post-content strong,
.post-content b {
    color: #0A3832 !important;
    font-weight: 700 !important;
}

/* Links */
.post-content a {
    color: #2F8B90 !important;
    font-weight: 500 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(232,103,42,0.35);
    transition: border-color 0.15s ease;
}

.post-content a:hover {
    border-bottom-color: #2F8B90;
}

/* ===== Lists ===== */
.post-content ul,
.post-content ol {
    margin: 0 0 20px 0;
    padding-left: 4px;
    list-style: none;
}

.post-content ul li,
.post-content ol li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.post-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #2F8B90;
    border-radius: 50%;
}

.post-content ol {
    counter-reset: cph-counter;
}

.post-content ol li::before {
    counter-increment: cph-counter;
    content: counter(cph-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #0A3832;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pull-quote styling */
.post-content blockquote,
.post-content p em:only-child {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 19px;
    color: #0A3832;
    margin: 28px auto;
    max-width: 80%;
    padding: 6px 0;
}

/* ============================================
   TABLES
   ============================================ */

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #F5F2E9;
    overflow: hidden;
}

.post-content thead th {
    background: #F5F2E9;
    color: #0A3832;
    font-weight: 700 !important;
    text-align: left;
    padding: 14px 18px;
    border-bottom: 1px solid #F5F2E9;
    white-space: nowrap;
}

.post-content tbody td {
    padding: 13px 18px;
    color: #2B3A36;
    border-bottom: 1px solid #EDEFF2;
    vertical-align: top;
}

.post-content tbody tr:nth-child(even) {
    background: #FAFAFC;
}

.post-content tbody tr:last-child td {
    border-bottom: none;
}

/* Label-style first column, e.g. "Additional information" spec tables */
.post-content table.info-table td:first-child,
.post-content table.info-table th:first-child {
    font-weight: 700 !important;
    color: #0A3832;
    width: 220px;
    background: #F7F8FA;
    white-space: nowrap;
}

/* ===== Horizontal scroll wrapper for wide tables ===== */
.post-content .table-scroll {
    overflow-x: auto;
    border-radius: 8px;
    margin: 20px 0 28px 0;
    -webkit-overflow-scrolling: touch;
}

.post-content .table-scroll table {
    margin: 0;
    min-width: 480px;
}

.post-content .table-scroll::-webkit-scrollbar {
    height: 5px;
    background: #F5F2E9;
    border-radius: 10px;
}

.post-content .table-scroll::-webkit-scrollbar-thumb {
    background-color: #2F8B90;
    border-radius: 10px;
}

/* Fallback: if a table isn't wrapped in .table-scroll, still scroll instead of breaking layout on mobile */
@media (max-width: 600px) {
    .post-content table:not(.table-scroll table) {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}/* End custom CSS */