.elementor-45 .elementor-element.elementor-element-7cd7e4a{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7cd7e4a */.dax-main-content {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Roboto', Arial, sans-serif;
    padding: 15px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.dax-main-content * {
    box-sizing: border-box;
}


.dax-header-row {
    margin-bottom: 5px;
}

.dax-section-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}

.dax-price-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.dax-current-price-section {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.dax-current-price {
    font-size: 2.6em;
    font-weight: bold;
    color: #ef4444;
    line-height: 1;
}

.dax-change-data {
    font-size: 1.2em;
    font-weight: 500;
    color: #ef4444;
    line-height: 1;
}

.dax-data-status {
    font-size: 0.8em;
    color: #6a6a6a;
    margin-top: 6px;
}

/* 图表时间控制按钮 */
.dax-chart-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 12px;
}

.dax-chart-controls button {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 0.8em;
    color: #333333;
    border-radius: 2px;
    font-weight: normal;
    transition: all 0.1s ease;
    flex: 1;
    min-width: 50px;
    text-align: center;
}

.dax-chart-controls button.time-active {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    font-weight: bold;
}

/* 图表容器 */
.dax-chart-area {
    min-height: 250px;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 5px;
    margin-bottom: 20px;
    width: 100%;
}

#myChart {
    height: 300px !important;
    max-height: 300px;
    width: 100% !important;
}


.dax-info-table-bottom {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    margin-bottom: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.dax-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dax-info-row:last-child {
    border-bottom: none;
}

.dax-info-label {
    color: #6a6a6a;
    padding-left: 5px;
}

.dax-info-value {
    font-weight: 500;
    text-align: left;
    color: #111111;
}

.dax-info-label-right {
    color: #6a6a6a;
    text-align: right;
    padding-right: 5px;
}

.dax-info-value-right {
    font-weight: 500;
    text-align: right;
    padding-right: 5px;
    color: #111111;
}

.dax-custom-table-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1.5fr;
    font-size: 0.95em;
    color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #111111;
    width: 100%;
}

.dax-custom-cell {
    padding: 10px 2px;
    text-align: center;
    border-bottom: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dax-custom-table-wrapper > .dax-custom-label:nth-child(-n+5) {
    font-weight: bold;
    background-color: #333333;
    border-right: 1px solid #111111;
}

.dax-custom-cell:nth-child(5n) {
    border-right: none;
}

.dax-custom-cell:nth-child(5n-4), .dax-custom-cell:nth-child(5n-1) {
    border-right: 1px solid #111111;
}

.dax-custom-table-wrapper > .dax-custom-cell:nth-child(n+11) {
    border-bottom: none;
}

.dax-session-label {
    font-weight: bold;
    background-color: #333333;
}

.dax-result-label {
    background-color: #2a2a2a;
    font-weight: normal;
}

.dax-custom-value {
    background-color: #222222;
    font-weight: bold;
    font-size: 1.1em;
    color: #ffdc44; 
}


.dax-bottom-data-row {
    text-align: right;
    font-size: 0.75em;
    color: #999999;
    padding-top: 5px;
}


@media (max-width: 640px) {
    .dax-main-content {
        padding: 10px;
    }
    .dax-current-price {
        font-size: 2.2em;
    }
    
    
    .dax-info-row {
        grid-template-columns: 1fr 1fr;
        gap: 6px 0;
        padding: 8px 0;
    }
    .dax-info-label-right {
        text-align: left;
        padding-left: 5px;
    }
    .dax-info-value-right {
        text-align: left;
        padding-left: 0;
    }

  
    .dax-custom-table-wrapper {
        font-size: 0.8em;
    }
    .dax-custom-cell {
        padding: 8px 1px;
    }
    .dax-custom-value {
        font-size: 0.95em;
    }
}

@media (max-width: 380px) {
   
    .dax-chart-controls button {
        padding: 4px 6px;
        font-size: 0.75em;
        min-width: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae3a864 *//* ==========================================================================
   WordPress 历史数据表格自定义样式
   ========================================================================== */

.history-table-container {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    padding: 15px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.history-table-container h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    border-left: 4px solid #007bff;
    padding-left: 10px;
}

/* 响应式包裹层：在小屏幕下允许横向滚动，防止撑破 WordPress 页面布局 */
.dax-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    text-align: center;
    background-color: #ffffff;
    min-width: 600px; /* 保证核心数据在大中小屏下都能整齐排布 */
}

.history-table th, 
.history-table td {
    border: 1px solid #e0e0e0;
    padding: 10px 8px;
    vertical-align: middle;
}

/* 表头深色样式 */
.history-table thead tr:first-child th {
    background-color: #222222;
    color: #ffffff;
    font-weight: bold;
}

.history-table thead tr:last-child th {
    background-color: #333333;
    color: #ffffff;
    font-size: 0.85em;
    font-weight: normal;
}

/* 区分上午场和下午场的列底色，增强可读性 */
.history-table tbody td:nth-child(2),
.history-table tbody td:nth-child(3),
.history-table tbody td:nth-child(4),
.history-table tbody td:nth-child(5) {
    background-color: #fafafa;
}

.history-table tbody td:nth-child(6),
.history-table tbody td:nth-child(7),
.history-table tbody td:nth-child(8),
.history-table tbody td:nth-child(9) {
    background-color: #ffffff;
}

/* 日期列加粗 */
.history-table tbody td:first-child {
    font-weight: bold;
    color: #333333;
    background-color: #f1f3f5 !important;
}

/* 开奖标签格 */
.history-table .session-header {
    color: #666666;
    font-size: 0.85em;
    background-color: #f8f9fa;
}

/* 开奖结果数字格加粗高亮 */
.history-table .result-value {
    font-weight: bold;
    color: #0056b3;
    font-size: 1.05em;
}

/* 针对手机端的额外微调 */
@media (max-width: 640px) {
    .history-table-container {
        padding: 10px 5px;
    }
    .history-table th, 
    .history-table td {
        padding: 8px 5px;
        font-size: 0.85em;
    }
}/* End custom CSS */