/* Il tema CamperSemplice contiene già gli stili principali dei tool.
   Queste regole rendono i tool leggibili anche con un altro tema. */
.cs-tool-shell{max-width:880px;margin:28px auto;padding:30px;background:#fff;border:1px solid #dce4ea;border-radius:20px;box-shadow:0 12px 30px rgba(18,59,89,.08)}
.cs-tool-field{margin-bottom:18px}.cs-tool-field label{display:block;font-weight:800;margin-bottom:7px;color:#123b59}.cs-tool-field input,.cs-tool-field select{width:100%;min-height:48px;padding:0 12px;border:1px solid #cbd7df;border-radius:12px;background:#fff}
.cs-tool-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cs-tool-shell .cs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:0;border-radius:12px;background:#f57c00;color:#fff;font-weight:800;cursor:pointer}.cs-tool-shell .cs-btn--navy{background:#123b59}.cs-result{margin-top:24px;padding:22px;border:1px solid #cfe6d6;border-radius:16px;background:#eff7f2}.cs-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cs-result-box{background:#fff;border:1px solid #dce9e0;border-radius:12px;padding:13px}.cs-disclaimer{font-size:.84rem;color:#657483}.cs-progress{height:8px;background:#edf1f4;border-radius:999px;overflow:hidden;margin-bottom:22px}.cs-progress span{display:block;height:100%;background:linear-gradient(90deg,#2f7d4a,#f57c00)}.cs-wizard-step{display:none}.cs-wizard-step.is-active{display:block}.cs-wizard-nav{display:flex;justify-content:space-between;gap:10px;margin-top:20px}
@media(max-width:640px){.cs-tool-options,.cs-result-grid{grid-template-columns:1fr}.cs-tool-shell{padding:20px}}
