.elementor-10954 .elementor-element.elementor-element-2af2cb3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-775a791 *//* =========================================================
   Hustle Setup — Advanced Profit & Growth Simulator
   Scoped to #calculator.hscalc to reduce WordPress/Astra conflicts
   ========================================================= */

#calculator.hscalc,
#calculator.hscalc * {
  box-sizing: border-box;
}

#calculator.hscalc {
  --hs-bg: #07111f;
  --hs-panel: rgba(12, 25, 44, 0.94);
  --hs-panel-2: rgba(15, 32, 55, 0.94);
  --hs-soft: rgba(255, 255, 255, 0.055);
  --hs-soft-2: rgba(255, 255, 255, 0.085);
  --hs-border: rgba(255, 255, 255, 0.11);
  --hs-text: #f8fbff;
  --hs-muted: #b8c5d9;
  --hs-dim: #8ea2bf;
  --hs-gold: #f4c96a;
  --hs-gold-2: #ffd980;
  --hs-green: #30d7a9;
  --hs-blue: #62a8ff;
  --hs-red: #ff867e;
  --hs-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --hs-radius-xl: 30px;
  --hs-radius-lg: 22px;
  --hs-radius-md: 16px;
  --hs-radius-sm: 12px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: clamp(70px, 8vw, 118px) 0;
  color: var(--hs-text);
  background:
    radial-gradient(circle at 14% 12%, rgba(244, 201, 106, 0.15), transparent 31rem),
    radial-gradient(circle at 84% 24%, rgba(48, 215, 169, 0.13), transparent 27rem),
    linear-gradient(180deg, #07111f 0%, #081423 48%, #07111f 100%);
}

#calculator.hscalc .hs-calc-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.42;
  pointer-events: none;
  z-index: -1;
}

#calculator.hscalc .hs-calc-orb-a {
  width: 330px;
  height: 330px;
  top: 4%;
  left: -120px;
  background: rgba(244, 201, 106, 0.3);
}

#calculator.hscalc .hs-calc-orb-b {
  width: 420px;
  height: 420px;
  bottom: 8%;
  right: -170px;
  background: rgba(48, 215, 169, 0.2);
}

#calculator.hscalc .hs-calc-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

#calculator.hscalc .hs-calc-head {
  max-width: 920px;
  margin: 0 auto 36px;
  text-align: center;
}

#calculator.hscalc .hs-calc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 15px;
  border: 1px solid rgba(244, 201, 106, 0.28);
  border-radius: 999px;
  color: var(--hs-gold);
  background: rgba(244, 201, 106, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#calculator.hscalc .hs-calc-title,
#calculator.hscalc .hs-explainer h3,
#calculator.hscalc .hs-result-shell h3,
#calculator.hscalc .hs-mini-panel h4 {
  margin: 0;
  color: var(--hs-text);
  font-family: inherit;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

#calculator.hscalc .hs-calc-title {
  max-width: 920px;
  margin: 18px auto 14px;
  font-size: clamp(2rem, 4.8vw, 4.65rem);
  line-height: 1.02;
  font-weight: 900;
}

#calculator.hscalc .hs-calc-title span {
  color: var(--hs-gold);
}

#calculator.hscalc .hs-calc-intro {
  max-width: 860px;
  margin: 0 auto;
  color: var(--hs-muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.78;
}

#calculator.hscalc .hs-calc-trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#calculator.hscalc .hs-calc-trust-row span,
#calculator.hscalc #hsForecastBadge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--hs-border);
  border-radius: 999px;
  color: var(--hs-muted);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.88rem;
  font-weight: 700;
}

#calculator.hscalc .hs-calc-shell {
  overflow: hidden;
  border: 1px solid var(--hs-border);
  border-radius: var(--hs-radius-xl);
  background: linear-gradient(180deg, rgba(14, 29, 50, 0.96), rgba(8, 18, 32, 0.98));
  box-shadow: var(--hs-shadow);
}

#calculator.hscalc .hs-calc-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid var(--hs-border);
}

#calculator.hscalc .hs-calc-tab {
  min-height: 66px;
  border: 0;
  border-radius: 0;
  color: var(--hs-muted);
  background: rgba(9, 20, 36, 0.96);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

#calculator.hscalc .hs-calc-tab:hover,
#calculator.hscalc .hs-calc-tab:focus-visible {
  color: var(--hs-text);
  background: rgba(255, 255, 255, 0.08);
  outline: 3px solid rgba(244, 201, 106, 0.3);
  outline-offset: -3px;
}

#calculator.hscalc .hs-calc-tab.is-active {
  color: #081423;
  background: linear-gradient(135deg, var(--hs-gold), var(--hs-gold-2));
}

#calculator.hscalc .hs-calc-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 0;
}

#calculator.hscalc .hs-calc-form-wrap {
  padding: clamp(20px, 3vw, 34px);
  border-right: 1px solid var(--hs-border);
}

#calculator.hscalc .hs-calc-panel[hidden] {
  display: none !important;
}

#calculator.hscalc .hs-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#calculator.hscalc .hs-field-wide {
  grid-column: 1 / -1;
}

#calculator.hscalc .hs-field {
  display: grid;
  gap: 9px;
}

#calculator.hscalc .hs-field label {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--hs-text);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

#calculator.hscalc .hs-field label span {
  color: var(--hs-dim);
  font-size: 0.78rem;
  font-weight: 650;
}

#calculator.hscalc .hs-field input[type="number"],
#calculator.hscalc .hs-field select {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--hs-radius-sm);
  outline: none;
  color: var(--hs-text);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

#calculator.hscalc .hs-field select {
  cursor: pointer;
}

#calculator.hscalc .hs-field input[type="number"]:focus,
#calculator.hscalc .hs-field select:focus {
  border-color: rgba(244, 201, 106, 0.8);
  box-shadow: 0 0 0 4px rgba(244, 201, 106, 0.13);
  background: rgba(255, 255, 255, 0.08);
}

#calculator.hscalc .hs-range-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 0 12px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--hs-radius-sm);
  background: rgba(255, 255, 255, 0.055);
}

#calculator.hscalc .hs-range-pair:focus-within {
  border-color: rgba(244, 201, 106, 0.8);
  box-shadow: 0 0 0 4px rgba(244, 201, 106, 0.13);
}

#calculator.hscalc .hs-range-pair input[type="number"] {
  min-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  text-align: center;
}

#calculator.hscalc input[type="range"] {
  width: 100%;
  accent-color: var(--hs-gold);
  min-height: 28px;
  cursor: pointer;
}

#calculator.hscalc .hs-inline-note {
  margin-top: 20px;
  padding: 15px 16px;
  border: 1px solid rgba(98, 168, 255, 0.22);
  border-radius: var(--hs-radius-md);
  color: var(--hs-muted);
  background: rgba(98, 168, 255, 0.08);
  font-size: 0.92rem;
  line-height: 1.6;
}

#calculator.hscalc .hs-inline-note strong {
  color: var(--hs-blue);
}

#calculator.hscalc .hs-inline-note-warn {
  border-color: rgba(255, 134, 126, 0.24);
  background: rgba(255, 134, 126, 0.08);
}

#calculator.hscalc .hs-inline-note-warn strong {
  color: #ffb5ae;
}

#calculator.hscalc .hs-inline-note-strong {
  border-color: rgba(48, 215, 169, 0.24);
  background: rgba(48, 215, 169, 0.08);
}

#calculator.hscalc .hs-inline-note-strong strong {
  color: #81f0cf;
}

#calculator.hscalc .hs-calc-button {
  width: 100%;
  min-height: 66px;
  margin-top: 26px;
  border: 0;
  border-radius: 18px;
  color: #07111f;
  background:
    linear-gradient(135deg, var(--hs-gold) 0%, var(--hs-gold-2) 56%, #fff0bf 100%);
  box-shadow: 0 18px 44px rgba(244, 201, 106, 0.2);
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

#calculator.hscalc .hs-calc-button:hover,
#calculator.hscalc .hs-calc-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 24px 52px rgba(244, 201, 106, 0.28);
  outline: 3px solid rgba(255, 255, 255, 0.22);
  outline-offset: 4px;
}

#calculator.hscalc .hs-result-shell {
  min-height: 760px;
  padding: clamp(20px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.025)),
    rgba(8, 18, 32, 0.82);
}

#calculator.hscalc .hs-result-empty {
  min-height: 690px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: var(--hs-radius-lg);
  color: var(--hs-muted);
  background: rgba(255, 255, 255, 0.035);
}

#calculator.hscalc .hs-result-empty-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
  border-radius: 24px;
  background: rgba(244, 201, 106, 0.12);
  font-size: 2rem;
}

#calculator.hscalc .hs-result-empty h3 {
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

#calculator.hscalc .hs-result-empty p {
  max-width: 390px;
  margin: 0;
  color: var(--hs-muted);
  line-height: 1.7;
}

#calculator.hscalc .hs-report-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

#calculator.hscalc .hs-report-eyebrow {
  margin: 0 0 4px;
  color: var(--hs-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#calculator.hscalc .hs-report-top h3 {
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  line-height: 1.08;
}

#calculator.hscalc .hs-score-ring {
  --hs-score: 0%;
  position: relative;
  flex: 0 0 auto;
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0d1d33 56%, transparent 57%),
    conic-gradient(var(--hs-green) var(--hs-score), rgba(255, 255, 255, 0.12) 0);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#calculator.hscalc .hs-score-ring span {
  display: block;
  color: var(--hs-text);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 950;
}

#calculator.hscalc .hs-score-ring small {
  display: block;
  margin-top: 2px;
  color: var(--hs-dim);
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

#calculator.hscalc .hs-score-copy {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(48, 215, 169, 0.22);
  border-radius: var(--hs-radius-md);
  background: rgba(48, 215, 169, 0.08);
}

#calculator.hscalc .hs-score-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #8ff2d6;
  font-size: 1rem;
}

#calculator.hscalc .hs-score-copy p {
  margin: 0;
  color: var(--hs-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

#calculator.hscalc .hs-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

#calculator.hscalc .hs-metric-card,
#calculator.hscalc .hs-mini-panel,
#calculator.hscalc .hs-scenario-card,
#calculator.hscalc .hs-action-card,
#calculator.hscalc .hs-explainer article {
  border: 1px solid var(--hs-border);
  border-radius: var(--hs-radius-md);
  background: rgba(255, 255, 255, 0.045);
}

#calculator.hscalc .hs-metric-card {
  padding: 15px;
}

#calculator.hscalc .hs-metric-card span {
  display: block;
  color: var(--hs-dim);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#calculator.hscalc .hs-metric-card strong {
  display: block;
  margin: 7px 0 6px;
  color: var(--hs-text);
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  line-height: 1.1;
  font-weight: 950;
}

#calculator.hscalc .hs-metric-card p {
  margin: 0;
  color: var(--hs-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

#calculator.hscalc .hs-metric-card.is-positive strong {
  color: #8ff2d6;
}

#calculator.hscalc .hs-metric-card.is-warning strong {
  color: #ffd980;
}

#calculator.hscalc .hs-metric-card.is-danger strong {
  color: #ffb5ae;
}

#calculator.hscalc .hs-report-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

#calculator.hscalc .hs-mini-panel {
  padding: 17px;
}

#calculator.hscalc .hs-mini-panel h4 {
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.25;
}

#calculator.hscalc .hs-stat-list,
#calculator.hscalc .hs-action-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#calculator.hscalc .hs-stat-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--hs-muted);
  font-size: 0.9rem;
}

#calculator.hscalc .hs-stat-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#calculator.hscalc .hs-stat-list strong {
  color: var(--hs-text);
  font-weight: 900;
  text-align: right;
}

#calculator.hscalc .hs-forecast-panel {
  margin-bottom: 14px;
}

#calculator.hscalc .hs-mini-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

#calculator.hscalc .hs-mini-head h4 {
  margin-bottom: 0;
}

#calculator.hscalc .hs-chart-wrap {
  overflow: hidden;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(5, 13, 24, 0.78);
}

#calculator.hscalc #hsProjectionChart {
  display: block;
  width: 100%;
  height: auto;
}

#calculator.hscalc .hs-projection-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

#calculator.hscalc .hs-projection-summary article {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

#calculator.hscalc .hs-projection-summary span {
  display: block;
  color: var(--hs-dim);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#calculator.hscalc .hs-projection-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--hs-text);
  font-size: 1rem;
  font-weight: 950;
}

#calculator.hscalc .hs-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#calculator.hscalc .hs-scenario-card {
  padding: 13px;
}

#calculator.hscalc .hs-scenario-card span {
  display: block;
  color: var(--hs-dim);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#calculator.hscalc .hs-scenario-card strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--hs-text);
  font-size: 1.15rem;
  font-weight: 950;
}

#calculator.hscalc .hs-scenario-card p {
  margin: 0;
  color: var(--hs-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

#calculator.hscalc .hs-action-card {
  padding: 13px 14px;
  color: var(--hs-muted);
  font-size: 0.91rem;
  line-height: 1.58;
}

#calculator.hscalc .hs-action-card strong {
  color: var(--hs-text);
}

#calculator.hscalc .hs-calculator-disclaimer {
  margin: 16px 0 0;
  color: var(--hs-dim);
  font-size: 0.78rem;
  line-height: 1.6;
}

#calculator.hscalc .hs-explainer {
  margin-top: 38px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--hs-border);
  border-radius: var(--hs-radius-xl);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--hs-shadow);
}

#calculator.hscalc .hs-explainer-head {
  max-width: 840px;
  margin-bottom: 24px;
}

#calculator.hscalc .hs-explainer h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1.12;
}

#calculator.hscalc .hs-explainer p {
  margin: 0;
  color: var(--hs-muted);
  line-height: 1.75;
}

#calculator.hscalc .hs-explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#calculator.hscalc .hs-explainer article {
  padding: 18px;
}

#calculator.hscalc .hs-explainer h4 {
  margin: 0 0 9px;
  color: var(--hs-text);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.3;
}

#calculator.hscalc .hs-explainer article p {
  font-size: 0.92rem;
  line-height: 1.68;
}


/* ---------------------------------------------------------
   Designer refinement pass — report layout + hidden states
   --------------------------------------------------------- */
#calculator.hscalc .hs-result-empty[hidden],
#calculator.hscalc .hs-result-content[hidden] {
  display: none !important;
}

#calculator.hscalc .hs-calc-workspace {
  grid-template-areas: "form result";
  align-items: start;
}

#calculator.hscalc .hs-calc-form-wrap {
  grid-area: form;
  align-self: start;
}

#calculator.hscalc .hs-result-shell {
  grid-area: result;
  align-self: start;
  min-height: 560px;
}

#calculator.hscalc .hs-result-empty {
  min-height: 488px;
}

#calculator.hscalc.is-calculated .hs-calc-workspace {
  grid-template-columns: 1fr;
  grid-template-areas:
    "form"
    "result";
}

#calculator.hscalc.is-calculated .hs-calc-form-wrap {
  border-right: 0;
  border-bottom: 1px solid var(--hs-border);
}

#calculator.hscalc.is-calculated .hs-result-shell {
  min-height: auto;
  padding: clamp(24px, 3vw, 38px);
}

#calculator.hscalc.is-calculated .hs-result-content {
  width: 100%;
}

#calculator.hscalc.is-calculated .hs-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#calculator.hscalc.is-calculated .hs-action-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#calculator.hscalc.is-calculated .hs-action-card {
  min-height: 100%;
}

#calculator.hscalc.is-calculated .hs-chart-wrap {
  min-height: 290px;
}

@media (max-width: 1080px) {
  #calculator.hscalc.is-calculated .hs-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #calculator.hscalc.is-calculated .hs-action-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  #calculator.hscalc .hs-calc-workspace {
    grid-template-columns: 1fr;
  }

  #calculator.hscalc .hs-calc-form-wrap {
    border-right: 0;
    border-bottom: 1px solid var(--hs-border);
  }

  #calculator.hscalc .hs-result-shell {
    min-height: auto;
  }

  #calculator.hscalc .hs-result-empty {
    min-height: 360px;
  }

  #calculator.hscalc .hs-explainer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #calculator.hscalc {
    padding: 58px 0;
  }

  #calculator.hscalc .hs-calc-container {
    width: min(100% - 20px, 1180px);
  }

  #calculator.hscalc .hs-calc-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #calculator.hscalc .hs-calc-tab {
    min-height: 58px;
    font-size: 0.88rem;
  }

  #calculator.hscalc .hs-field-grid,
  #calculator.hscalc .hs-report-grid-two,
  #calculator.hscalc .hs-projection-summary,
  #calculator.hscalc .hs-scenario-grid,
  #calculator.hscalc .hs-explainer-grid,
  #calculator.hscalc .hs-metric-grid {
    grid-template-columns: 1fr;
  }

  #calculator.hscalc .hs-field-wide {
    grid-column: auto;
  }

  #calculator.hscalc .hs-report-top,
  #calculator.hscalc .hs-mini-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #calculator.hscalc .hs-range-pair {
    grid-template-columns: 1fr 82px;
  }

  #calculator.hscalc .hs-calc-button {
    min-height: 62px;
    font-size: 0.92rem;
  }
}

/* FIX: Hustle Category dropdown options visibility */
#calculator.hscalc select option,
#calculator.hscalc select optgroup {
  color: #101828 !important;
  background: #ffffff !important;
  font-weight: 600;
}

/* Keep the selected closed dropdown text readable */
#calculator.hscalc select {
  color: #ffffff !important;
}/* End custom CSS */