/* Layer legends explain the data and remain visible in stripped-down embeds. */
html.wsv2-embed .wsv2-legend.wsv2-legend--multi:not([hidden]) {
    display: grid !important;
    left: 10px;
    bottom: 28px;
    width: min(320px, calc(100vw - 20px));
    max-height: 40vh;
    overflow-y: auto;
    pointer-events: auto;
}
html.wsv2-embed .wsv2-legend--multi .wsv2-nl__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
}
html.wsv2-embed .wsv2-legend--multi .wsv2-nl__step {
    font-size: 12px;
}
