.eclipse-popup {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none; /* SVG itself handles the visual boundary */
    max-width: 90vw; /* optional: prevent overflowing the viewport */
}
.eclipse-popup svg {
    display: block;      /* remove inline spacing */
    width: 100%;         /* scale to fit container width */
    height: auto;        /* maintain aspect ratio */
}
