    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html, body { overflow-x: hidden; }
    body {
      font-family: 'Inter', sans-serif;
      background: linear-gradient(135deg, #f2faf1 0%, #eef8ed 50%, #f0f9ff 100%);
      -webkit-text-size-adjust: 100%;
    }
    #eduurzaam-calculator-test {
      display: flex;
      justify-content: center;
    }
    #eduurzaam-calculator-test > div {
      width: 100%;
    }
    @media (min-width: 600px) {
      #eduurzaam-calculator-test {
        padding: 24px 16px;
      }
      #eduurzaam-calculator-test > div {
        border-radius: 20px !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
        max-width: 520px;
      }
    }
    @media (min-width: 900px) {
      #eduurzaam-calculator-test { padding: 40px 24px; }
    }
    input[type=range] { accent-color: #3b8d35; }
    #eduurzaam-calculator-test a { color: inherit; }
    #eduurzaam-calculator-test, #eduurzaam-calculator-test * { text-transform: none !important; }
    #eduurzaam-calculator-test button,
    #eduurzaam-calculator-test input,
    #eduurzaam-calculator-test textarea { font-family: 'Inter', sans-serif; }
    #eduurzaam-calculator-test .calc-toggle {
      display: inline-block !important;
      width: 32px !important; height: 18px !important;
      min-width: 32px !important; max-width: 32px !important;
      min-height: 18px !important; max-height: 18px !important;
      border-radius: 9px !important; padding: 0 !important;
      border: none !important; flex-shrink: 0 !important;
      position: relative !important; cursor: pointer !important;
      box-sizing: border-box !important; vertical-align: top !important;
    }
    #eduurzaam-calculator-test .calc-help-btn {
      width: 26px !important; height: 26px !important;
      min-width: 26px !important; max-width: 26px !important;
      min-height: 26px !important; max-height: 26px !important;
      border-radius: 50% !important; padding: 0 !important;
      flex-shrink: 0 !important; box-sizing: border-box !important;
      display: flex !important; align-items: center !important; justify-content: center !important;
      background: #fff !important; border: 2px solid #94a3b8 !important;
    }
    #eduurzaam-calculator-test .calc-close {
      width: 32px !important; height: 32px !important;
      min-width: 32px !important; max-width: 32px !important;
      min-height: 32px !important; max-height: 32px !important;
      border-radius: 50% !important; padding: 0 !important;
      flex-shrink: 0; box-sizing: border-box !important;
      display: flex !important; align-items: center !important; justify-content: center !important;
    }
    @media (min-width: 600px) {
      #eduurzaam-calculator-test .kwh-btn { padding: 7px 11px !important; font-size: 13px !important; }
    }
