.elementor-5491 .elementor-element.elementor-element-11cbc3d{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6c27e10 */body { background-color: #f8f9fa; }
    .calculator-container {
      max-width: 900px;
      margin: 30px auto;
      padding: 20px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .result-box {
      margin-top: 20px;
      padding: 15px;
      background: #e9ecef;
      border-radius: 8px;
    }
    .tbl-style {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }
    .tbl-style th, .tbl-style td {
      border: 1px solid #dee2e6;
      padding: 8px;
      text-align: center;
    }
    .tbl-style caption {
      caption-side: top;
      text-align: left;
      font-weight: bold;
      margin-bottom: 8px;
    }/* End custom CSS */