body.lotteries .custom-sidebar.background {
    /* background-color: #941c1d;*/
}

body.lotteries main {
    background-color: #941c1d !important;
    color: #fff;
    background-image: url('images/cristals2.png');
    background-size: 1200px;
    position: relative;
}

body.lotteries main h1, body.lotteries main h3, body.lotteries main div, body.lotteries main p {
    color: #fff;
}

body.lotteries main h3 {
    font-size: 1.2em;
    font-weight: bold;
}

body.lotteries .btn-lotteries-buy {
    background-color: var(--color-highlight);
    color: black;
}

.lottery-prizes-list {
    margin: 20px 0;
    text-align: center;
}

.lottery-prizes-list img {
    max-width: 300px;
    max-height: 300px;
}

.lottery-footer {
}

.lottery-bottom {
    height: 300px;
    background-image: url('images/AdobeStock_415192937.png');
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center bottom;
}

.lottery-winner {
    width: 100%;
}

.lottery-image {
    max-width: 80%;
}

.lottery-terms {
    padding-bottom: 200px;
}

body.lotteries main hr {
    margin: 30px 0;
    border-bottom: 1px solid white;
    box-shadow: 0 -2px 2px #000;
    opacity: 0.7;
}

.lottery-frame {
    display: inline-block;
    box-shadow: inset 4px 4px 4px -2px black, inset -2px -2px 4px -2px white;
}

.lottery-frame img {
    border: 2px solid black;
    margin: 2px;
}

.lottery-empty {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid black;
    margin: 2px;
}

.bauble {
    color: var(--color-highlight) !important;

    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    left: 5px;
    top: 5px;
    background-color: #580000;
    border-radius: 50%;
    box-shadow: inset -25px -25px 40px rgba(0, 0, 0, .5);
    background-image: -webkit-linear-gradient(-45deg, rgba(237, 136, 18, .3) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(237, 136, 18, .3) 0%, transparent 100%);
    background-image: -o-linear-gradient(-45deg, rgba(237, 136, 18, .3) 0%, transparent 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(237, 136, 18, .3) 0%, transparent 100%);
}

.lottery-ticket-list > div {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    line-height: 90px;
    font-weight: bold;
}

.lottery-ticket-list > div .label {
    position: absolute;
    left: 0;
    right: 0;
    color: var(--color-highlight) !important;
    top: 4px;
    line-height: 1em;
    transform: rotate(350deg);
    text-align: left;
}

/* widget */
.widget-linklotterywidget .widget-body {
    background-color: #941c1d;
    color: #fff;
    padding: 0;
}
.lottery-widget-link {
    position: relative;
    display: block;
    text-align: right;
}
.lottery-widget-link img {
    max-width: 600px;
}
.lottery-widget-link span {
    text-align: left;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    right: 10px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3em;
}
.lottery-widget-link h4 {
    font-size: 2.5rem;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.lottery-widget-link strong {
    font-size: 4.3rem;
    line-height: 1.1em;
}
.lottery-widget-link p {
    font-size: 1.3rem;
    padding-top: .6rem;
    line-height: 1.5em;
    padding-right: 60%;
}
@media screen and (max-width: 500px) {
    .lottery-widget-link p {
        padding-right: 30%;
    }
}
