.elementor-widget-spacer .neb-protected-content-message, .elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-30464 .elementor-element.elementor-element-e00382a{--spacer-size:68px;}.elementor-30464 .elementor-element.elementor-element-b161caf:not(.elementor-motion-effects-element-type-background), .elementor-30464 .elementor-element.elementor-element-b161caf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-30464 .elementor-element.elementor-element-b161caf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-30464 .elementor-element.elementor-element-b161caf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .neb-protected-content-message, .elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-30464 .elementor-element.elementor-element-b060284{text-align:center;}.elementor-30464 .elementor-element.elementor-element-716ab91{--spacer-size:75px;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for column, class: .elementor-element-edccc12 *//* Replace 'page-id-123' with your page's ID */
.page-id-123 .entry-content, .page-id-123 .wp-block-post-content {
    max-width: 100%; /* Full-width */
    padding: 20px; /* Match padding */
    background: #ffffff; /* White background */
    margin: 0 auto;
    box-sizing: border-box;
}
.ntreis-iframe {
    width: 100%;
    min-height: 1200px; /* From Step 1 */
    border: none;
    background: #ffffff;
}
.page-id-123 h1, .page-id-123 h2 {
    font-family: 'Roboto', sans-serif; /* Match font */
    font-size: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}
.page-id-123 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .ntreis-iframe {
        min-height: 800px;
    }
    .page-id-123 .entry-content {
        padding: 10px;
    }
    .page-id-123 h1, .page-id-123 h2 {
        font-size: 24px;
    }
}/* End custom CSS */