.checkbox-group{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:10px;margin-bottom:15px}.checkbox-label{display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;transition:background-color .3s,color .3s;text-align:center;padding:10px;font-size:16px;white-space:nowrap}.checkbox-group input[type=checkbox]{display:none}.checkbox-group input[type=checkbox]:checked+.checkbox-label{background-color:#6a1b9a;color:#fff;border:none}
