/* Custom UI Styles & Custom Cursor */

body:not(.elementor-editor-active) {
    cursor: none;
}

body:not(.elementor-editor-active) a,
body:not(.elementor-editor-active) button,
body:not(.elementor-editor-active) input,
body:not(.elementor-editor-active) textarea,
body:not(.elementor-editor-active) select {
    cursor: none;
}

.vs-custom-cursor {
    width: 36px;
    height: 36px;
    border: 1px solid #2a3d5c;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-custom-cursor::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #2a3d5c;
    border-radius: 50%;
    transition: opacity 0.2s ease;
}

.vs-custom-cursor.hover {
    width: 48px;
    height: 48px;
    background-color: rgba(42, 61, 92, 0.1);
}

.vs-custom-cursor.hover::after {
    opacity: 0;
}

/* Base widget UI fixes for a sleek look */
.elementor-widget-vape-station-spotlight,
.elementor-widget-vape-station-reviews,
.elementor-widget-vape-station-delivery {
    font-family: 'Space Grotesk', sans-serif;
}
