div#tab-description {
    padding: 0;
}


/*.accordion-wpgenie {margin: -7px;} */

.accordion-wpgenie,
.modal-content,
.modal-logo {
    font-family: Helvetica, Arial, sans-serif;
}

.accordion__title-text,
.prize-cat {
    text-transform: uppercase;
}

.accordion-wpgenie .modal-content {
    display: none;
}

.accordion-wpgenie {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.accordion-wpgenie>div {
    flex: 50%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 3px;
    max-width: 50%;
}

.accordion-wpgenie .head img {
    border-radius: 20px 20px 0 0 !important;
    width: 100%;
}

.accordion__title-text {
    margin: 0 !important;
    background: #e5e5e5;
    color: black;
    text-align: center;
    font-size: 16px;
    padding: 2px 0;
    margin-top: -5px !important;
}

.prize-status {
    display: flex;
    padding: 0 5px;
}

.prize-status>span {
    flex: 50%;
}

.prize-status .status.left {
    text-align: right;
}

.prize-cat {
    display: flex;
    background: #383838;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 30px;
    font-size: 0.8em;
}

.prize-cat>span.cat,
.prize-cat>span a {
    display: block;
    padding: 7px;
}

.prize-cat .details {
    text-align: left;
    margin-left: auto;
    background: #f2c83b;
    position: relative;
    z-index: 10;
}

.prize-cat .details:before {
    z-index: 2;
    content: "";
    position: absolute;
    left: -3%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-30deg) scale(1.2);
    -moz-transform: skewX(-30deg) scale(1.2);
    -ms-transform: skewX(-30deg) scale(1.2);
    transform: skewX(-30deg) scale(1.2);
}

.prize-cat .details a {
    z-index: 10;
    position: relative;
}

.modal {
    padding: 15px;
    width: 100%
}

.modal-content nav {
    width: 100%
}

.modal-content .wrapper {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.modal-content .wrapper .ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 70px;
    background: linear-gradient(to right, #444444, #000000);
    color: white;
    font-size: 1em;
    border-radius: 8px;
}

.modal-content .wrapper .ticket::before,
.modal-content .wrapper .ticket::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content .wrapper .ticket::before {
    left: -15px;
}

.modal-content .wrapper .ticket::after {
    right: -15px;
}

.modal-content .busy .wrapper {
    opacity: 0.3 !important;
}

.modal-content .wrapper .ticket.won {
    background: #f2eb3b;
    background: linear-gradient(90deg, rgba(242, 234, 59, 1) 0%, rgba(242, 219, 59, 1) 50%, rgba(242, 201, 59, 1) 100%);
    color: #000;
}

.modal-logo h3 {
    text-align: center;
}

.modal-logo img {
    width: 30%;
    height: auto;
}

.modal-logo {
    text-align: center;
}

.ticket.won .label {
    text-align: center;
    top: 9px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}

@media only screen and (min-width: 1024px) {
    .modal-logo h3,
    .modal .page-numbers,
    .accordion-wpgenie,
    .modal-content .wrapper .ticket {
        font-weight: 800 !important;
    }
    .accordion-wpgenie>div {
        flex: 25%;
        margin-bottom: 5px;
        box-sizing: border-box;
        padding: 3px;
        max-width: 25%;
    }
    .accordion__title-text,
    .prize-status {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .ticket.won .label {
        width: 65px;
    }
    .modal a.close-modal {
        top: 2px;
        right: 2px
    }
    .modal-logo h3,
    .modal .page-numbers,
    .accordion-wpgenie,
    .modal-content .wrapper .ticket {
        font-weight: 800 !important;
    }
    .modal-content {
        font-size: 0.7em;
        font-weight: 500;
    }
}
