.pm-bonus-wrapper{

    background:
    linear-gradient(
        135deg,
        rgba(120,0,40,.25),
        rgba(0,30,70,.35)
    );

    border-radius:30px;

    padding:30px;

    color:#fff;

}

.pm-bonus-wrapper h2{

    font-size:34px;

    margin-bottom:10px;

}

.pm-bonus-subtitle{

    color:#c8d0e0;

    margin-bottom:30px;

}

.pm-bonus-card{

    background:
    rgba(255,255,255,.04);

    border:
    1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:24px;

    margin-bottom:22px;

}

.pm-bonus-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:10px;

}

.pm-bonus-top h3{

    margin:0;

    font-size:24px;

}

.pm-bonus-top span{

    background:
    linear-gradient(
        90deg,
        #ff004c,
        #ff7b00
    );

    padding:8px 14px;

    border-radius:14px;

    font-weight:700;

}

.pm-bonus-deadline{

    color:#9fb3d7;

    margin-bottom:18px;

    font-size:14px;

}

.pm-bonus-card select{

    width:100%;

    padding:16px;

    border-radius:16px;

    background:
    rgba(0,0,0,.45);

    border:
    1px solid rgba(255,255,255,.1);

    color:#fff;

    font-size:16px;

}

.pm-bonus-button{

    width:100%;

    border:none;

    padding:18px;

    border-radius:20px;

    font-size:20px;

    font-weight:700;

    color:#fff;

    cursor:pointer;

    background:
    linear-gradient(
        90deg,
        #ff004c,
        #ff6a00
    );

    box-shadow:
    0 0 25px rgba(255,0,80,.35);

}