.mm-results-table {
    width: 100%;
}

ii {
    display: inline-flex;
    border: 1px solid gray;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle farthest-side at 30% 25%, #fffdd5 0%, #ffce00 100%)
}

.mm-results-table .dr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mm-results-table .dd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-results-last-row {
    padding-top: 24px;
    text-align: center;
}

.mm-draw {
    display: inline;
    margin-right: 5px;
}

[id^="mm-draws-ago"] {
    display: inline;
}

.table-of-contents {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    flex-direction: column;
}

[id="mm-generated-combination"] {
    display: inline;
}

.mm-draw i, .dr i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ccc;
    margin: 2px;
    font-style: normal;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    background: radial-gradient(circle farthest-side at 30% 25%, #fffff8 0%, #dcdcdc 100%)
}

.mm-draw i.mega-ball, .dr i.mega-ball {
    /*background-color: #f1c40f !important;*/
    color: #000 !important;
    /*border-color: #f39c12 !important;*/
    background: radial-gradient(circle farthest-side at 30% 25%, #fffdd5 0%, #ffce00 100%);
}

.combination-generator { margin-top: 30px; padding: 20px; border: 1px solid #ddd; border-radius: 8px; }
.filter-groups { display: flex; flex-wrap: wrap; gap: 20px; }
.filter-group { flex: 1; min-width: 280px; padding: 15px; border: 1px solid #eee; border-radius: 5px; }
.filter-group h4 { margin-top: 0; }
.filter-group label { display: block; margin-bottom: 8px; cursor: pointer; font-weight: normal; }
.generate-button { font-size: 1.2em; padding: 10px 20px; cursor: pointer; border-radius: 5px; border: none; background-color: #2a7de2; color: white; margin-top: 20px;}
.generate-button:hover { background-color: #256bb8;}
#mm-generated-combination .mm-draw { margin-top: 15px; }
#mm-generated-combination {display: inline-block}
#mm-generator-error { color: #c00; font-weight: bold; margin-top: 15px; display: none; }