/**
* Theme Name: Spin The Wheel Landing page
* Author: Easy Markets
* Description: Single landing page for Spin The Wheel
* Tested up to: 6.4
* Requires PHP: 7.0
* Version: 1.2
*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
}

.wp-lucky-wheel-shortcode-container {
    margin: 0 !important;
    padding: 0;
    height: 100vh;
}

.disabled {opacity: .5;pointer-events: none!important;filter: grayscale(1);}