.elementor-7 .elementor-element.elementor-element-78c87bd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-5df18dd{--display:flex;}.elementor-7 .elementor-element.elementor-element-5df18dd:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-5df18dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A7A7A7;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-77595d1 */.dax-main-content {
    font-family: 'Roboto', Arial, sans-serif;
    padding: 20px;
    background-color: white;

    margin: 0 auto;
   
}

/* Header Section (Title, Price, Change) */
.dax-header-row {
    margin-bottom: 5px;
}
.dax-section-title {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.dax-price-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dax-current-price-section {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.dax-current-price {
    font-size: 2.5em;
    font-weight: bold;
    color: #28a745; /* Default to Green for DAX style */
    line-height: 1;
}
.dax-change-data {
    font-size: 1.1em;
    font-weight: 500;
    color: #28a745; /* Default to Green for DAX style */
    line-height: 1;
}
.dax-data-status {
    font-size: 0.8em;
    color: #6a6a6a;
    margin-top: 5px;
}

/* Chart Controls */
.dax-chart-controls {
    display: flex;
    gap: 0;
    margin-bottom: 10px;
}
.dax-chart-controls button {
    background-color: white;
    border: 1px solid #ccc;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.8em;
    color: #333;
    border-radius: 0;
    font-weight: normal;
    transition: all 0.1s;
}
.dax-chart-controls button.time-active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: bold;
}
/* Ensure the chart container takes available space */
.dax-chart-area {
    min-height: 250px;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 5px;
    margin-bottom: 15px;
}
#myChart { 
    height: 300px !important; 
    max-height: 300px; 
    width: 100%;
}


/* Bottom Info Table (Volume, Open, Range) */
.dax-info-table-bottom {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
}
.dax-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.dax-info-row:last-child {
    border-bottom: none;
}
.dax-info-label, .dax-info-label-right {
    color: #6a6a6a;
    padding-left: 10px;
}
.dax-info-value {
    font-weight: 500;
    text-align: left;
}
.dax-info-label-right {
    text-align: right;
}
.dax-info-value-right {
    font-weight: 500;
    text-align: right;
    padding-right: 10px;
}


/* Custom Bottom Table (closed, top, bottom) */
.dax-custom-table-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* 5 columns */
    font-size: 1em;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.dax-custom-cell {
    padding: 10px 0;
    text-align: center;
}
.dax-custom-label {
    background-color: #333;
    border-right: 1px solid #111;
}
.dax-custom-value {
    background-color: #222;
    border-right: 1px solid #111;
}
.dax-custom-value:last-child {
    border-right: none;
}

/* Final bottom date row */
.dax-bottom-data-row {
    text-align: right;
    font-size: 0.7em;
    color: #999;
    padding-right: 0;
}


/* Responsive adjustments */
@media (max-width: 600px) {
    .dax-info-row {
        /* Stack the Volume/Open sections on mobile */
        grid-template-columns: 1fr 1fr; 
        gap: 10px;
    }
    .dax-info-label-right, .dax-info-value-right {
        text-align: left;
        padding-right: 0;
        padding-left: 10px; /* Align with left labels */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9489dec */.sgx-history-title {
        font-size: 1.5em;
        color: #333; 
        text-align: left;
        margin-top: 20px;
        margin-bottom: 15px;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        padding-left: 5px;
    }

    .sgx-history-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 16px;
        text-align: center;
        table-layout: fixed;
        border: 1px solid #ddd;
        font-family: Arial, sans-serif;
    }

    .sgx-history-table th, .sgx-history-table td {
        border: 1px solid #ddd;
        padding: 8px 5px;
        color: #333; 
        height: 40px; 
    }

    .sgx-history-table th {
        background-color: #f0f0f0;  
        color: #333; 
        font-size: 0.9em;
        font-weight: bold;
    }

   
    @media (max-width: 768px) {
        .sgx-history-table th, .sgx-history-table td {
            font-size: 14px;
            padding: 5px;
        }
        .sgx-history-title {
            font-size: 1.3em;
        }
    }
    @media (max-width: 480px) {
        .sgx-history-table th, .sgx-history-table td {
            font-size: 12px;
            padding: 4px;
        }
    }/* End custom CSS */