#custom-legend ul{display:grid;grid-template-columns:auto auto;grid-gap:5px;align-items:center;margin-bottom:10px}@media screen and (max-width:376px){#custom-legend ul{grid-template-columns:auto}}ul{list-style:none;padding:0;margin:0}li{display:flex;gap:20px;align-items:center}.legend-color{display:inline-block;width:13px;height:13px;border-radius:100%}.legend-content{display:grid;grid-template-rows:auto auto}.legend-label{font-weight:700}