.elementor-3982 .elementor-element.elementor-element-8a0be34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3982 .elementor-element.elementor-element-fc928ea > .elementor-widget-container{margin:-50px 0px 0px 0px;}.elementor-3982 .elementor-element.elementor-element-fc928ea{text-align:center;}/* Start custom CSS for html, class: .elementor-element-8aded73 */#slotMachine {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 44px;
            font-weight: 600;
            padding: 20px;
            background-color: #f0f0f0;
            border-radius: 10px;
            height: 150px;
            overflow: hidden;
        }

        #typeDisplay {
            display: block;
            position: relative;
            justify-content: center;
            top: -90px;
            text-align: center;
            align-items: center;
            width: 100%;
            font-size: 34px;
            margin-top: 20px;
            visibility: hidden;
            transition: top 1s ease-out;
        }

        .column {
            display: inline-block;
            width: 30px;
            height: 100px;
            position: relative;
            overflow: hidden;
            margin: 0 5px;
        }

        .slot {
            position: absolute;
            width: 100%;
            top: 0;
            transition: top 1s ease-out;
        }

        .slot span {
            display: block;
            height: 49px;
            text-align: center;
        }

        button {
            padding: 10px 20px;
            font-size: 16px;
            margin-top: 20px;
            width: 100%;
            cursor: pointer;
        }/* End custom CSS */