.elementor-18 .elementor-element.elementor-element-c4f85d1{--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-18 .elementor-element.elementor-element-c4f85d1:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-c4f85d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#005BB512;}.elementor-18 .elementor-element.elementor-element-17ab7ee{--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-18 .elementor-element.elementor-element-43fbb59 img{width:100%;}.elementor-18 .elementor-element.elementor-element-4abd993{--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-18 .elementor-element.elementor-element-f9c6614 img{width:100%;}.elementor-18 .elementor-element.elementor-element-7531835 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-18 .elementor-element.elementor-element-42a78aa img{width:100%;}.elementor-18 .elementor-element.elementor-element-e2016bf{--display:flex;}.elementor-18 .elementor-element.elementor-element-e2016bf:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-e2016bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#005BB512;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-17ab7ee{--width:50%;}.elementor-18 .elementor-element.elementor-element-4abd993{--width:40%;}}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-c4f85d1{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}}/* Start custom CSS for html, class: .elementor-element-7531835 */@import url('https://fonts.googleapis.com/css2?family=Boonhome&family=Noto+Sans+Lao:wght@400;600;700;800&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'BoonHome', 'Noto Sans Lao', sans-serif;
    color: #1e293b;
}

.site-header {
    background: linear-gradient(135deg, #1e3a8a, #0f172a);
    color: #ffffff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 20px;
    color: #38bdf8;
}

.logo-flag {
    width: 35px;
    height: 35px;
}

.site-nav {
    display: flex;
    gap: 20px;
}

.site-nav a {
    color: #e0f2fe;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s;
}

.site-nav a:hover, .site-nav a.active {
    color: #38bdf8;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.content-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.lottery-column {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.custom-container {
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 12px 40px rgba(30, 64, 175, 0.05);
    overflow: hidden;
    border: 1px solid #e0f2fe;
    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(30, 64, 175, 0.1);
}

.custom-header {
    background: linear-gradient(135deg, #1e40af, #0f172a);
    color: #ffffff;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #0ea5e9;
}

.custom-flag-wrapper {
    background: rgba(255, 255, 255, 0.12);
    padding: 5px;
    border-radius: 14px;
    border: 1px solid #0ea5e9;
    margin-right: 16px;
    display: flex;
}

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

.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: #93c5fd;
    margin-top: 4px;
    font-weight: 500;
}

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

.custom-section-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e40af;
    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, #e0f2fe);
    color: #1e40af;
    border: 1.5px solid #0ea5e9;
    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(30, 64, 175, 0.06);
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.custom-table th {
    background-color: #1e3a8a;
    color: #e0f2fe !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 #e0f2fe;
}

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

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

.custom-table td:first-child {
    font-weight: 600;
    color: #1e3a8a !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: #0284c7 !important;
    font-size: 20px;
}

#history-container {
    width: 100%;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(30, 64, 175, 0.04);
    border: 1px solid #e0f2fe;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#history-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(30, 64, 175, 0.08);
}

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

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

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

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

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

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

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

#history-table th {
    background: linear-gradient(135deg, #1e40af, #1e3a8a);
    color: #e0f2fe;
    font-weight: 600;
    border: none;
}

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

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

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

#history-table tbody tr:hover td {
    background-color: #e0f2fe;
    color: #1e40af;
}

#history-table td:first-child {
    font-weight: 600;
    color: #1e3a8a;
}

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

.news-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-section-title-main {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    border-bottom: 2px solid #0ea5e9;
    padding-bottom: 10px;
}

.news-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-news-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.08);
}

.card-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.custom-news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.custom-news-card:hover img {
    transform: scale(1.04);
    filter: brightness(92%);
}

.card-content {
    padding: 20px;
}

.card-content a {
    text-decoration: none;
}

.card-content h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    color: #1e293b;
    transition: color 0.2s;
}

.card-content a:hover h5 {
    color: #0284c7;
}

.site-footer {
    background-color: #0f172a;
    color: #93c5fd;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 60px;
    border-top: 3px solid #0ea5e9;
}

@media (max-width: 992px) {
    .content-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .header-container {
        flex-direction: column;
        gap: 10px;
    }
    .main-content {
        padding: 20px 10px;
    }
    .custom-container, #history-container {
        border-radius: 16px;
        padding: 16px;
    }
    .custom-header {
        padding: 18px 12px;
    }
    .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;
    }
    #history-table th, #history-table td {
        padding: 12px 6px;
        font-size: 13px;
    }
}/* End custom CSS */