.format-glossary-grid{display:grid;font-family:inherit;gap:1rem;grid-template-columns:repeat(5,1fr);margin:2rem 0}.format-glossary-category{background:#fff;border:1px solid #e8edf5;border-radius:8px;overflow:hidden}.format-glossary-category h3{background:#e8edf5;border-bottom:1px solid #e8edf5;color:#1f2933;font-size:1rem;font-weight:700;margin:0;padding:.9rem 1rem}.format-glossary-category ul{list-style:none;margin:0;padding:1rem}.format-glossary-category li{margin:0 0 .6rem}.format-glossary-category li:last-child{margin-bottom:0}@media (max-width:768px){.format-glossary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.format-glossary-grid{gap:.75rem}.format-glossary-category h3{font-size:.95rem;padding:.75rem}.format-glossary-category ul{padding:.75rem}}