.lottery-main-body {
    border-radius: 10px;
    background-color: #714D11;    
    position: relative;
}

.lottery-header {
    background: #50350B;
    border-radius: 5px 5px 15px 15px;
    padding: 5px;
    width: 100%;
}

.lottery-title {
    font-size: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.title-color {
    color: inherit;
    font-weight: 800;
}

.lottery-body {
    margin: 5px 0 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lottery-body i {
    margin-right: 15px;
}

.lottery-body .ball-container {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.lottery-more-button {
    width: 80%;
    border-radius: 15px;
    background: white;
    position: absolute;
    bottom: -7px;
    left: 4.6vw;
}

.lottery-more-button-text {
    color: black;
}

.lottery-main-body .lottery-more-button a {
    width: 100%;
}

@media only screen and (min-width: 620px) {
    .lottery-more-button {
        left: 3.1vw;
    }
}