.draw-titles-single{
    width: 100%;
    margin-top: 8px;
}

.draw-titles-single .title-award{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.draw-titles-single .title-award-section{
    display: flex;
    align-items: center;
    gap: 10px;
}

.draw-titles-single .title-award-icon{
    font-size: 1.7em;
    line-height: 1;
}

.draw-titles-single .title-award h4{
    font-weight: 500;
    font-size: 1.2em;
}

.draw-titles-single .title-award p{
    font-size: .9em;
    font-weight: 300;
    margin-top: -3px;
}

.draw-titles-single .total-draw-titles{
    min-width: 82px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #24428f, #3e48d9);
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    font-size: .9em;
}

.draw-titles-single .total-draw-titles span{
    margin-bottom: -2px;
    font-size: .95em;
}

.draw-titles-single .total-draw-titles h5{
    font-size: 1em;
    font-weight: 600;
}

.draw-titles-single .draw-title-filter-bar{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.draw-titles-single .draw-title-filter{
    transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.draw-titles-single .draw-title-filter:hover{
    filter: brightness(1.06);
}

.draw-titles-single .draw-title-filter.active{
    transform: translateY(-1px);
    box-shadow: 0 8px 18px -14px rgba(0, 0, 0, .8);
}

.draw-titles-single .draw-title-filter-bar button{
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: .85em;
    font-weight: 700;
    padding: 7px 8px;
    cursor: pointer;
}

.draw-titles-single .draw-title-filter-bar .available-filter{
    background: linear-gradient(90deg, #27b75c, #00c5d8);
}

.draw-titles-single .draw-title-filter-bar .won-filter{
    background: linear-gradient(90deg, #ab3b3f, #e35a95);
}

.draw-titles-single .draw-titles-content{
    margin-top: 8px;
}

.draw-titles-single .draw-titles-content .title-content{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.draw-titles-single .draw-titles-content .title-content.draw-title-available{
    min-height: 23px;
    border-radius: 7px;
    margin-bottom: 3px;
    padding: 2px 7px;
    background:
        linear-gradient(#f5f6f8, #eef0f3) padding-box,
        repeating-linear-gradient(90deg, rgba(0, 0, 0, .14) 0 4px, transparent 4px 8px) border-box;
    border-top: 1px dashed rgba(0, 0, 0, .18);
    border-bottom: 1px dashed rgba(0, 0, 0, .18);
    color: #343434;
}

.draw-titles-single .draw-titles-content .title-content.draw-title-won{
    min-height: 45px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px 8px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .72), transparent 29%),
        linear-gradient(110deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .05)),
        var(--draw-title-color);
    border: 1px solid rgba(0, 0, 0, .22);
    box-shadow: 0 5px 12px -9px rgba(0, 0, 0, .85), inset 0 1px 0 rgba(255, 255, 255, .45);
    color: #181818;
}

.draw-titles-single .draw-titles-content .title-content .number-title{
    flex: 0 0 auto;
    min-width: 66px;
    color: #444;
    font-size: .72em;
    letter-spacing: 1.1px;
    font-weight: 800;
    text-align: center;
}

.draw-titles-single .draw-titles-content .title-content .draw-title-not-out{
    flex: 0 0 auto;
    color: #8d8d8d;
    font-size: .68em;
    font-weight: 700;
    white-space: nowrap;
}

.draw-titles-single .draw-titles-content .title-content .award-title{
    flex: 1 1 auto;
    min-width: 0;
    color: #333;
    font-size: .76em;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.draw-titles-single .draw-title-winner-icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    background: rgba(0, 0, 0, .86);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

.draw-titles-single .draw-title-winner-icon span{
    font-size: .88em;
    line-height: 1;
}

.draw-titles-single .draw-title-info{
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    line-height: 1.08;
}

.draw-titles-single .draw-title-buyer-name{
    color: #111;
    font-size: .86em;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.draw-titles-single .draw-title-prize{
    color: rgba(0, 0, 0, .72);
    font-size: .68em;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.draw-titles-single .draw-title-ticket-badge{
    flex: 0 0 auto;
    min-width: 74px;
    border-radius: 999px;
    padding: 2px 8px;
    background: rgba(0, 0, 0, .86);
    color: #fff;
    font-size: .69em;
    letter-spacing: 1px;
    font-weight: 900;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.draw-titles-single .draw-title-ticket-badge i{
    margin-right: 3px;
    color: rgba(255, 255, 255, .7);
}

.draw-titles-single .draw-titles-content .title-content .number-title a,
.draw-titles-single .draw-titles-content .title-content .award-title a,
.draw-titles-single .draw-titles-content .title-content .draw-title-not-out a,
.draw-titles-single .draw-titles-content .title-content .draw-title-buyer-name a,
.draw-titles-single .draw-titles-content .title-content .draw-title-prize a,
.draw-titles-single .draw-titles-content .title-content .draw-title-ticket-badge a,
.draw-titles-single a[x-apple-data-detectors] {
    color: inherit;
    text-decoration: none !important;
    -webkit-text-fill-color: currentColor;
}

@media (max-width: 420px){
    .draw-titles-single .draw-titles-content .title-content.draw-title-available{
        gap: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .draw-titles-single .draw-titles-content .title-content .number-title{
        min-width: 58px;
        font-size: .66em;
    }

    .draw-titles-single .draw-titles-content .title-content .draw-title-not-out{
        font-size: .62em;
    }

    .draw-titles-single .draw-titles-content .title-content .award-title{
        font-size: .69em;
    }

    .draw-titles-single .draw-title-ticket-badge{
        min-width: 65px;
        font-size: .63em;
        padding-left: 6px;
        padding-right: 6px;
    }
}

.draw-titles-single .load-more-titles-awards{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    border: none;
    outline: none;
    font-size: .85em;
    font-weight: 500;
}
