.elementor-304 .elementor-element.elementor-element-17720d3b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-304 .elementor-element.elementor-element-33ec505f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:800;color:#000000;}.elementor-304 .elementor-element.elementor-element-54730af{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for shortcode, class: .elementor-element-7642c68b */.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 16px;
}

.pagination a {
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination a.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.accordion-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.accordion__Header-sc-8r3m9y-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.accordion__Flex-sc-8r3m9y-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.accordion__FlexColumn-sc-8r3m9y-16 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion__Title-sc-8r3m9y-6 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.accordion__Jackpot-sc-8r3m9y-4 {
    font-size: 16px;
    color: #333;
}

.accordion__BallContainer-sc-8r3m9y-4 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.accordion__Ball-sc-8r3m9y-17 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.accordion__Plus-sc-8r3m9y-18 {
    font-size: 18px;
    color: #333;
}

.combined-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.accordion__ArrowIcon-sc-8r3m9y-12 {
    display: flex;
    align-items: center;
}

.accordion__ArrowIcon-sc-8r3m9y-12 svg {
    width: 20px;
    height: 20px;
}/* End custom CSS */