
/* addons.mobile.css — Mobile-UX Feinschliff, strikt entkoppelt */
@media (max-width: 720px){
  .actions{
    position: sticky;
    bottom: 0;
    z-index: 1000;
    background: var(--panel, #fff);
    border-top: 1px solid var(--br, #e5e7eb);
    box-shadow: 0 -8px 18px rgba(0,0,0,.08);
    padding-top: 8px;
    padding-bottom: 8px;
  }
  main, #calc-form{
    padding-bottom: 84px;
  }
  .calc-label .calc-ico{ position: relative; }
  .calc-label .calc-ico::after{
    content:"";
    position:absolute; left:50%; top:50%; transform: translate(-50%,-50%);
    width:56px; height:56px; border-radius:9999px; background: transparent;
  }
}
