/* Downtack.com Lotteries Stylesheet */
.dt-uslotteries-widget {
    margin-bottom: 20px;
    font-family: inherit;
}
.dt-state-section {
    margin-bottom: 15px;
}
.dt-state-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.dt-games-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dt-game-item {
    padding: 10px;
    margin-bottom: 8px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.dt-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px 0;
}
.dt-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 6px;
    background-color: #eee;
    border-radius: 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.dt-number.dt-special {
    background-color: #ffca28;
    color: #fff;
    font-weight: bold;
}
.dt-jackpot {
    color: #2e7d32;
    font-weight: bold;
    white-space: nowrap;
}
.dt-draw-date {
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
}
.dt-custom-html {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}
.dt-group-title {
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.dt-group-play {
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #eee;
}
.dt-states-select {
    height: 100px;
}
.dt-games-select {
    height: 150px;
}
