body {}
.fwp-container { text-align:center; }
.fwp-wheel-wrap { position:relative; width:400px; margin:0 auto; }
.fwp-pointer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    z-index: 10;
    border-top: 26px solid red;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
#fwp-spin-btn { background:#e91e63; color:#fff; border:none; padding:12px 30px; font-size:16px; border-radius:6px; cursor:pointer; margin-top:15px; }
#fwp-result { margin-top:15px; font-size:18px; font-weight:bold; }
.fwp-popup { background:#fff; padding:30px; max-width:400px; margin:40px auto; border-radius:10px; text-align:center; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.fwp-btn { background:#e91e63; color:#fff; padding:10px 25px; border-radius:6px; text-decoration:none; display:inline-block; margin-top:15px; }

/*button#spinBtn*/
/*{*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*height: 80px;*/
    /*width: 80px;*/
    /*font-size: 14px;*/
    /*padding: 0;*/
    /*border-radius: 100px;*/
    /*box-shadow: inset 5px 5px 15px rgba(0, -5, -10, 0.5);*/
/*}*/
button#spinBtn, button.spinBtn{
    background: #d63384;
    background: radial-gradient(circle, #d63384 50%, rgba(0, 0, 0, 1) 100%);
    border: solid 8px rgba(0, 0, 0, .75);
    border-radius: 100% !important;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    color: #fff;
    font-family: "Staatliches", sans-serif;
    transition: all .3s;
}

.fwp-wheel-wrapper {
    position: relative;
}

canvas#fortuneWheel {
    width: 420px;
    height: 420px;
    overflow: visible;
}
.numbered-list {
    line-height: 21px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.numbered-list li
{
    position: relative;
    margin-left: 50px;
    line-height: 30px;
    text-align: left;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.numbered-list .number {
    position: absolute;
    top: 0px;
    left: -50px;
    display: inline-block;
    font-size: 30px;
    background: #d63384;
    color: #fff;
    font-weight: 600;
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
}
._row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;
}
._col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}
.text-section .title {
    color: #d63384;
    text-align: left;
    font-size: 44px;
    margin-bottom: 50px;
    font-weight: 500;
}
.fwp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #00000063;
    z-index: 999;
    right: 0;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

@media (max-width: 900px){
    ._col-md-6 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .text-section .title {
        font-size: 32px;
    }
    ul.numbered-list.text-start {
        padding-left: 0 !important;
    }
    button#spinBtn, button.spinBtn {
        font-size: 12px;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}
@media (max-width: 450px){
    ._col-md-6 {
        width: 100%;
    }
    canvas#fortuneWheel {
        width: 300px;
        height: 300px;
        overflow: visible;
    }
}