.ws-spotlight-v2 {
    overflow: hidden;
    position: relative;
}

.ws-spotlight-v2__spotlight {
    overflow: unset !important;
    pointer-events: none;
    position: absolute;
    min-width: var(--width) !important;
    min-height: var(--height) !important;
    max-width: var(--width) !important;
    max-height: var(--height) !important;
    opacity: 0;
    transform: translate(-72%, -62%) scale(var(--from-scale));
}

.ws-spotlight-v2__svg {
    width: 100%;
    height: 100%;
}

.ws-spotlight-v2__content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
