/* Prisberegner v3 minimal styles */
#pb3_container{max-width:100%;margin:24px auto;font-family:Inter,Arial,Helvetica,sans-serif;}
.pb3-wrap{background:#404040;color:#fff;padding:22px;border-radius:12px;}
.pb3-topbar{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;margin-bottom:12px;background:#2f2f2f;border-radius:8px;font-weight:700;}
.pb3-progress{height:10px;background:#2b2b2b;border-radius:999px;overflow:hidden;margin-bottom:12px;}
.pb3-progress-bar{height:100%;background:#cf4523;width:0;transition:width .35s ease;}
.pb3-step{display:none;}
.pb3-step.active{display:block;}
.pb3-chip{display:inline-block;background:#fff;color:#000;padding:10px 16px;border-radius:999px;cursor:pointer;margin:6px 6px 6px 0;user-select:none;transition:all .12s;}
.pb3-chip.inactive{opacity:0.35;}
.pb3-chip.active{background:#cf4523;color:#fff;transform:scale(1.03);}
input,select,textarea{width:100%;padding:10px;border-radius:8px;border:none;margin:8px 0;background:#fff;color:#000;box-sizing:border-box;}
.pb3-nav{display:flex;gap:10px;margin-top:14px;align-items:center;}
#pb3-prev{flex:0 0 25%;max-width:25%;padding:12px;border-radius:8px;border:none;background:#fff;color:#000;cursor:pointer;font-weight:600;}
#pb3-next{flex:0 0 75%;max-width:75%;padding:12px;border-radius:8px;border:none;background:#CF4523;color:#fff;cursor:pointer;font-weight:700;}
#pb3-send{flex:0 0 75%;max-width:75%;padding:12px;border-radius:8px;border:none;background:#CF4523;color:#fff;cursor:pointer;font-weight:700;}
.pb3-consent{display:flex;align-items:center;gap:8px;margin-top:8px;color:#ddd;}
.pb3-consent input[type="checkbox"]{width:18px;height:18px;margin:0;accent-color:#CF4523;}
.pb3-feedback{margin-top:12px;padding:12px;background:#2f2f2f;border-radius:8px;color:#fff;}
@media (max-width:520px){ #pb3-prev,#pb3-next,#pb3-send{max-width:100%;flex-basis:100%;} .pb3-consent{flex-direction:row;} }
