.elementor-648 .elementor-element.elementor-element-3c4bf15 > .elementor-container{max-width:1074px;}body.elementor-page-648:not(.elementor-motion-effects-element-type-background), body.elementor-page-648 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-988cbde *//* BODY LAYOUT & TEXT */
body {
  font-family: Arial, sans-serif !important;
  color: #000 !important;
  background-color: #fff !important;
  margin: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* INPUT FIELDS */
input[type="number"] {
  padding: 10px !important;
  margin: 8px 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 16px !important;
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

/* CHECKBOX STYLING */
input[type="checkbox"] {
  margin-right: 6px !important;
  transform: scale(1.2);
}

label {
  font-weight: bold !important;
  display: block;
  margin-top: 10px;
  color: #000 !important;
}

/* BLACK CALCULATE BUTTON */
button {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
  border: none !important;
  padding: 12px !important;
  font-size: 16px !important;
  width: 100% !important;
  display: block !important;
  cursor: pointer !important;
  text-align: center !important;
  margin-top: 10px;
}

button:hover {
  background-color: #222 !important;
}

/* SECTION SPACING */
.section {
  margin-top: 30px;
}

/* TABLES */
table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 20px;
  overflow-x: auto !important;
  display: block !important;
}

th, td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  text-align: left !important;
  font-size: 14px !important;
  color: #000 !important;
}

th {
  background-color: #f2f2f2 !important;
}

/* HEADINGS */
h2, h3, h4 {
  color: #333 !important;
  font-family: Arial, sans-serif !important;
}

/* PRICE SUMMARY HIGHLIGHT */
.highlight {
  color: green !important;
  font-weight: bold !important;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 600px) {
  h2 {
    font-size: 20px !important;
  }

  th, td {
    font-size: 13px !important;
    padding: 8px !important;
  }

  button {
    font-size: 16px !important;
  }
}/* End custom CSS */