.licence-sections { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-bottom: 2rem; }
.licence-content h2 { scroll-margin-top: 1.5rem; }
.licence-content summary { cursor: pointer; padding: 12px; min-height: 24px; overflow-wrap: anywhere; font-weight: 600; }
.licence-content summary:focus-visible { outline: 3px solid #bb552e; outline-offset: 3px; border-radius: 6px; }
.licence-content details { border: 1px solid #c9d2c3; border-radius: 8px; margin: 10px 0; }
.licence-content details details { margin: 12px; }
.licence-content details > p { margin: 12px; }
.licence-content pre { white-space: pre-wrap; overflow-wrap: anywhere; font: 13px/1.6 ui-monospace, monospace; padding: 16px; margin: 0; background: #e9eddf; color: #23352d; border-radius: 0 0 7px 7px; }
.dictionary-notice { white-space: pre-wrap; }
