/**
 * The SVG contains only the MEO mark. Product context stays real HTML so it
 * remains readable, adaptable and correctly contrasted on every surface.
 */
.meo-lockup{max-width:100%;display:inline-grid;grid-template-columns:minmax(0,1fr);justify-items:center;align-items:center;gap:3px;color:#18323c;line-height:1;text-decoration:none}
.meo-lockup>img{display:block;width:100%;height:auto;min-width:0}
.meo-lockup-label{display:block;max-width:100%;color:currentColor;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(8px,.62rem,10px);font-weight:650;line-height:1;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}
.meo-lockup-on-dark{color:#fff}
@media(forced-colors:active){.meo-lockup-label{color:CanvasText}}
