#volet .volet-container { left: auto; right: var(--volet-spacing); bottom: 10rem; z-index: 99999; }
#volet .volet-panel { left: auto; right: var(--volet-spacing); transform-origin: bottom right; }
#volet .volet-bubble-has-tooltip:before { left: auto; right: calc(100% + .75rem); }

@media (max-width: 480px) {
    #volet .volet-container { right: 0.75rem; bottom: 10rem; }
    #volet .volet-panel { right: 0; left: 0; width: 100%; border-radius: 0.75rem 0.75rem 0 0; bottom: calc(var(--volet-bubble-size) + 1.5rem); }
    #volet .volet-bubble-has-tooltip:before { display: none; }
}
