#sheetz-calculator-scope,#sheetz-calculator-scope *{all:revert;box-sizing:border-box}#sheetz-calculator-scope .sheetz-calculator{max-width:720px;margin:20px auto;padding:20px;background:#fff;border-radius:16px;box-shadow:0 6px 25px rgb(0 0 0 / .1);font-family:system-ui,Arial,sans-serif;overflow-x:auto}#sheetz-calculator-scope .sheetz-calculator h2{text-align:center;color:#BE530B;margin-bottom:20px;font-size:22px}#sheetz-calculator-scope .meal-row{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto}#sheetz-calculator-scope select,#sheetz-calculator-scope input{padding:10px;border-radius:8px;border:1px solid #ccc;min-width:140px;font-size:14px}#sheetz-calculator-scope button{background:#BE530B;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;margin:5px;font-size:14px}#sheetz-calculator-scope button.secondary{background:#ddd;color:#333}#sheetz-calculator-scope .remove-btn{background:#999;color:#fff}#sheetz-calculator-scope .filters{margin-top:10px}#sheetz-calculator-scope .filters label{margin-right:12px;font-weight:600;font-size:14px}#sheetz-calculator-scope .results{display:none;margin-top:20px;padding:15px;border-radius:12px;border:1px solid #BE530B;background:#fff7f2}