/* ========================================================= QUALITYLINE CPK PAGE — GLOBAL + PAGE CSS ========================================================= */ /* Fix WPBakery row spacing */ body .vc_row, body .wpb_row, body .vc_row-fluid{ margin-left:0!important; margin-right:0!important; } body .vc_row .vc_column_container, body .wpb_row .vc_column_container{ padding-left:0!important; padding-right:0!important; } /* Remove container width restriction */ .sh-content, .sh-content-container, .sh-page-container, .sh-content-container > .container, .sh-content-container > .container-fluid{ max-width:100%!important; width:100%!important; } /* Page wrapper */ .ql-full{ width:100%; } .ql-block{ width:100%; padding:80px 20px; } /* Content container */ .ql-container{ max-width:1200px; margin:0 auto; } /* Typography */ .ql-block h2{ font-size:32px; margin-bottom:20px; } .ql-block p{ font-size:16px; line-height:1.6; } /* Calculator styling */ .ql-calculator{ background:#f7f9fb; padding:30px; border-radius:8px; } .ql-calculator input{ width:100%; padding:10px; margin-bottom:10px; border:1px solid #ccc; border-radius:4px; } .ql-calculator button{ background:#3bb3c3; color:#fff; border:none; padding:12px 20px; border-radius:4px; cursor:pointer; }