.js-popover-target {
    position: relative;
}

[popover] {
    margin: 0;
    position: fixed;
    /* transform: translateX(-50%); */
    white-space: nowrap;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #f3f4f4;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
}

#spinner:popover-open {
    transform: none;
    inset: 0;
    margin: 0;
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    border: none;
    box-shadow: none;
}