.elementor-20 .elementor-element.elementor-element-61e4cfb{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-20 .elementor-element.elementor-element-61e4cfb:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-61e4cfb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DF000008;}.elementor-20 .elementor-element.elementor-element-583eaa0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20 .elementor-element.elementor-element-886dcf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-4cf2c20{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-4cf2c20:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-4cf2c20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DF000008;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-583eaa0{--width:30%;}.elementor-20 .elementor-element.elementor-element-886dcf6{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-37dfaf8 */@import url('https://fonts.googleapis.com/css2?family=Boonhome&family=Noto+Sans+Lao:wght@400;600;700;800&display=swap');

.custom-container {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 30px auto;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 12px 40px rgba(84, 5, 28, 0.08);
    overflow: hidden;
    font-family: 'BoonHome', 'Noto Sans Lao', sans-serif;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.custom-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(84, 5, 28, 0.14);
}

.custom-header {
    background: linear-gradient(135deg, #6b0c23, #3a0210);
    color: #ffffff;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 4px solid #dfa263;
}

.custom-flag-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    padding: 5px;
    border-radius: 14px;
    border: 1px solid #dfa263;
    margin-right: 16px;
}

.custom-flag {
    width: 40px;
    height: 40px;
    display: block;
}

.custom-title-block {
    text-align: left;
}

.custom-title-block strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.custom-title-block span {
    display: block;
    font-size: 13px;
    color: #fbcfe8;
    margin-top: 4px;
    font-weight: 500;
}

.custom-body {
    padding: 26px 20px;
    background: linear-gradient(to bottom, #fff5f7, #ffffff);
}

.custom-section-title {
    font-size: 13px;
    font-weight: 700;
    color: #6b0c23;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-numbers {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
}

.custom-numbers div {
    background: linear-gradient(180deg, #ffffff, #fff0f3);
    color: #6b0c23;
    border: 1.5px solid #dfa263;
    border-radius: 14px;
    width: 54px;
    height: 68px;
    font-weight: 800;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(107, 12, 35, 0.08);
    transition: all 0.15s ease;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    border: 1px solid #e2e8f0;
}

.custom-table th {
    background-color: #4a0414;
    color: #fff0f3 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 16px !important;
    text-align: center;
}

.custom-table td {
    padding: 15px 16px !important;
    text-align: center;
    font-size: 15px;
    color: #1e293b !important;
    border-bottom: 1px solid #fff0f3;
}

.custom-table tbody tr:last-child td {
    border-bottom: none;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #fffbfb;
}

.custom-table td:first-child {
    font-weight: 600;
    color: #4a0414 !important;
    text-align: left;
    padding-left: 24px !important;
}

.custom-table td:last-child {
    font-weight: 700;
    font-size: 18px;
    color: #1e293b !important;
    text-align: right;
    padding-right: 24px !important;
}

.custom-table .highlight-prize {
    color: #be123c !important;
    font-size: 20px;
}

@media (max-width: 480px) {
    .custom-container {
        margin: 15px auto;
        border-radius: 16px;
    }
    .custom-header {
        padding: 18px 16px;
    }
    .custom-title-block strong {
        font-size: 19px;
    }
    .custom-numbers {
        gap: 6px;
    }
    .custom-numbers div {
        width: 46px;
        height: 58px;
        font-size: 32px;
        border-radius: 10px;
    }
    .custom-table td:first-child {
        padding-left: 16px !important;
    }
    .custom-table td:last-child {
        padding-right: 16px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5270dee */@import url('https://fonts.googleapis.com/css2?family=Boonhome&family=Noto+Sans+Lao:wght@400;600;700;800&display=swap');

#history-container {
    font-family: 'Boonhome', 'Noto Sans Lao', sans-serif;
    
    margin: 30px auto;
    padding: 24px;
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(84, 5, 28, 0.08);
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#history-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(84, 5, 28, 0.14);
}

.history-title-text {
    font-size: 18px;
    font-weight: 700;
    color: #4a0414;
    margin-bottom: 18px;
    text-align: left;
    border-left: 4px solid #dfa263;
    padding-left: 12px;
    line-height: 1.4;
}

.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #fff0f3;
    border-radius: 14px;
}

.table-responsive-wrapper::-webkit-scrollbar {
    height: 6px;
}

.table-responsive-wrapper::-webkit-scrollbar-track {
    background: #fff5f7;
}

.table-responsive-wrapper::-webkit-scrollbar-thumb {
    background: #dfa263;
    border-radius: 10px;
}

#history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
    background-color: #ffffff;
}

#history-table th, 
#history-table td {
    padding: 15px 12px;
    text-align: center;
    font-size: 15px;
}

#history-table th {
    background: linear-gradient(135deg, #6b0c23, #3a0210);
    color: #fff0f3;
    font-weight: 600;
    border: none;
}

#history-table td {
    color: #1e293b;
    border-bottom: 1px solid #fff0f3;
    white-space: nowrap;
}

#history-table tbody tr:last-child td {
    border-bottom: none;
}

#history-table tbody tr:nth-child(even) {
    background-color: #fffbfb;
}

#history-table tbody tr:hover td {
    background-color: #ffe4e6;
    color: #6b0c23;
}

#history-table td:first-child {
    font-weight: 600;
    color: #4a0414;
}

#history-table td:nth-child(2) {
    font-weight: 700;
    color: #be123c;
}

@media (max-width: 480px) {
    #history-container {
        padding: 18px;
        margin: 15px auto;
        border-radius: 16px;
    }
    .history-title-text {
        font-size: 16px;
    }
    #history-table th, 
    #history-table td {
        padding: 12px 8px;
        font-size: 14px;
    }
}/* End custom CSS */