.elementor-48 .elementor-element.elementor-element-b93aae3{--display:flex;--overlay-opacity:0.1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-48 .elementor-element.elementor-element-b93aae3:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-b93aae3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#272222;}.elementor-48 .elementor-element.elementor-element-b93aae3::before, .elementor-48 .elementor-element.elementor-element-b93aae3 > .elementor-background-video-container::before, .elementor-48 .elementor-element.elementor-element-b93aae3 > .e-con-inner > .elementor-background-video-container::before, .elementor-48 .elementor-element.elementor-element-b93aae3 > .elementor-background-slideshow::before, .elementor-48 .elementor-element.elementor-element-b93aae3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-48 .elementor-element.elementor-element-b93aae3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0C0B0B;background-image:url("https://germanvvip.com/wp-content/uploads/2026/06/licensed-image.jpg");--background-overlay:'';background-size:cover;}.elementor-48 .elementor-element.elementor-element-8a63b2b{--display:flex;}.elementor-48 .elementor-element.elementor-element-8a63b2b:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-8a63b2b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-48 .elementor-element.elementor-element-b272c2b{--display:flex;}.elementor-48 .elementor-element.elementor-element-b272c2b:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-b272c2b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://germanvvip.com/wp-content/uploads/2026/06/download-1.png");}.elementor-48 .elementor-element.elementor-element-d804a0b{--spacer-size:146px;}.elementor-48 .elementor-element.elementor-element-b5329e8{--spacer-size:87px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d8edc0 */.sgx-main-content {
    font-family: Arial, sans-serif;
    padding: 0 20px 20px 20px;
    background-color: white;
}
.sgx-section-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
.sgx-price-section {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}


.sgx-left-data {
    width: 300px; 
    padding-right: 20px;
}
.sgx-current-price {
    font-size: 2.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.sgx-change {
    color: #008000; 
    font-weight: bold;
    margin-bottom: 20px;
}

/* ตารางสถิติ */
.sgx-data-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}
.sgx-data-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.sgx-label {
    color: #666;
}
.sgx-value {
    font-weight: 500;
}



.sgx-chart-area {
    flex-grow: 1;
    min-width: 0; 
}
.sgx-chart-controls {
    display: flex;
    justify-content: flex-end; 
    gap: 1px;
    margin-bottom: 10px;
}
.sgx-chart-controls button {
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    color: #666;
    transition: all 0.2s;
    border-radius: 0; 
}
.sgx-chart-controls button.day-active {
    border-left: 1px solid #008000; 
    border-top: 1px solid #008000;
    border-bottom: 2px solid #008000;
    color: #333;
    font-weight: bold;
}

#myChart { 
    height: 300px !important; 
    max-height: 300px; 
    width: 100%;
    border-left: 1px solid #eee; 
    border-bottom: 1px solid #eee; 
    padding-left: 10px; 
    padding-bottom: 10px;
}


.sgx-bottom-table-wrapper {
    margin-top: 15px;
    width: 100%;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #ccc;
}
.custom-table th, .custom-table td {
    border: none; 
    border-right: 1px solid #ccc; 
    padding: 8px 0;
    background-color: #f7f7f7;
    font-size: 0.85em;
    font-weight: bold;
}
.custom-table td:last-child, .custom-table th:last-child {
    border-right: none;
}
.custom-table thead {
    display: none; 
}
.sgx-bottom-data-row {
    text-align: right;
    font-size: 0.75em;
    color: #999;
    margin-top: 5px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .sgx-price-section {
        flex-direction: column; 
        gap: 10px;
    }
    .sgx-left-data {
        width: 100%;
        padding-right: 0;
    }
}/* End custom CSS */