/* BMR Calculator – live h8e / d8e parity */

body:has(.bmr-page) {
  background: #f3faff;
}
body:has(.bmr-page) .navbar-pc {
  background: #f3faff !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.bmr-page {
  background: #f3faff;
}
.bmr-page .bmr-hero {
  background: #f3faff !important;
  margin: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 1.5rem !important;
  overflow: hidden;
  display: flow-root;
}
.bmr-page .bmr-lower {
  background: #fff;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.brm-main-section {
  background: linear-gradient(180deg, #2d587b, #52a1e1);
  border: none !important;
  border-radius: 16px;
  color: #fff;
}
.brm-main-section label,
.brm-main-section .form-label {
  color: #fff;
  font-family: var(--base-font);
}
.brm-main-section input,
.brm-main-section .form-control {
  background-color: #254f73;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: .95rem;
}
.brm-main-section .form-select {
  background-color: #254f73;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: .95rem;
}
.brm-main-section .form-control::placeholder {
  color: #fff;
  opacity: .8;
}
.brm-main-section .form-control:focus,
.brm-main-section .form-select:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff6;
  background-color: #254f73;
  color: #fff;
}
.brm-main-section .form-select option {
  background: #254f73;
  color: #fff;
}
.brm-calculate-button {
  background-color: #fff;
  color: #2d587b;
  font-weight: 700;
  padding: 12px 36px !important;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
}
.brm-calculate-button:hover {
  background-color: #d3e6f7;
  color: #1b3c5a;
}
.BMR-output-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
  font-family: var(--base-font);
}
.bmr-page .bfc-toggle {
  background-color: #ffffff1a !important;
  color: #fff !important;
  border-radius: 12px !important;
  margin-right: 10px;
  font-weight: 500;
  padding: .5rem 1.5rem !important;
  border: 1px solid transparent !important;
}
.bmr-page input[type="radio"].btn-check:checked + .bfc-toggle {
  background-color: #fff !important;
  color: #2d587b !important;
  font-weight: 600;
}
.bmr-page .cbc-arrow {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgBjY49DoJAEIV3ErHWaGenxgNYehIvpAcw8RI2JraG0FIQjkDFOVi+IVNQ7ACTfCHh/ewLwS7GeIFNmDn1wDUlfOEF2UR4C0/1psQj5PCGfULfwQN+cPZe0JLKSrLR/5Wtq92ws2StRRYuUmHxSvh8oIQObnCHRkS6sORsyd/WnDyfTBSodhhMIq3n6wGrWItMTdKHUAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 7px;
  padding-right: 32px;
}
.bmr-page .calc-button {
  background-color: #fff;
  color: #2d587b;
  font-weight: 700;
  padding: 12px 36px !important;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.bmr-page .calc_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--base-font);
  box-shadow: 0 2px 10px #0000001a;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.bmr-page .calc_table thead th {
  background: linear-gradient(180deg, #2d587b, #52a1e1);
  color: #fff;
  text-align: left;
  padding: 12px;
  font-weight: 700;
}
.bmr-page .calc_table thead th:last-child {
  text-align: center;
}
.bmr-page .calc_table tbody td {
  padding: 12px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  color: #111;
}
.bmr-page .calc_table tbody td + td {
  border-left: 1px solid #ddd;
  text-align: center;
}
.bmr-page .calc_table tbody tr:nth-child(2n) td {
  background-color: #f9f9f9;
}

.bmr-page .content-heading-text {
  font-family: var(--base-font);
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
  color: #121212;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}
.bmr-page .content-heading-para {
  font-family: var(--base-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #6f6f6f;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .bmr-page .content-heading-text {
    font-size: 28px;
    line-height: 34px;
  }
}
