.ce-cleaner { font-family: Arial, sans-serif; max-width: 850px; margin: auto; }
.ce-cleaner form { display: grid; gap: 14px; margin: 18px 0; padding: 20px; border: 1px solid #b9e1df; border-radius: 14px; }
.ce-cleaner label { display: grid; gap: 6px; }
.ce-cleaner input, .ce-cleaner select, .ce-cleaner textarea { padding: 10px; border: 1px solid #98a2b3; border-radius: 9px; }
.ce-cleaner button { padding: 13px; border: 0; border-radius: 9px; background: #078fa3; color: white; }
.ce-cleaner button:disabled { opacity: .45; cursor: not-allowed; }
.ce-cleaner section { display: grid; gap: 14px; }
.ce-cleaner__points { display: grid; gap: 8px; }
.ce-cleaner input[type="checkbox"]{width:18px;height:18px;padding:0;justify-self:start}
.ce-cleaner [hidden] { display: none !important; }
.ce-cleaner__points-map{width:100%;height:360px;margin-top:10px;border:1px solid #b9e1df;border-radius:12px;overflow:hidden;background:#f4fbfb}
@media(max-width:640px){.ce-cleaner__points-map{height:300px}}

