.elementor-7 .elementor-element.elementor-element-8148350{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-7 .elementor-element.elementor-element-c0edbf8{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-7 .elementor-element.elementor-element-8148350{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-8148350{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-161cbac */.dax-main-content {
            font-family: 'Roboto', Arial, sans-serif;
            padding: 20px;
            background-color: white;
            margin: 0 auto;
            border: 1px solid #e0e0e0;
        }
        /* 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 Green for example */
            line-height: 1;
        }
        .dax-change-data {
            font-size: 1.1em;
            font-weight: 500;
            color: #28a745; /* Default Green for example */
            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;
        }

        .dax-custom-table-wrapper {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1.5fr;
            font-size: 1em;
            color: white;
            margin-bottom: 10px;
            border: 1px solid #111;
        }
   
        .dax-custom-table-wrapper > .dax-custom-label:nth-child(-n+5) {
            font-weight: bold;
            background-color: #333;
            border-right: 1px solid #111;
        }
     
        .dax-custom-cell {
            padding: 8px 0;
            text-align: center;
            border-bottom: 1px solid #111;
        }
        .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 #111;
        }
        .dax-custom-table-wrapper > .dax-custom-cell:nth-child(11),
        .dax-custom-table-wrapper > .dax-custom-cell:nth-child(12),
        .dax-custom-table-wrapper > .dax-custom-cell:nth-child(13),
        .dax-custom-table-wrapper > .dax-custom-cell:nth-child(14),
        .dax-custom-table-wrapper > .dax-custom-cell:nth-child(15) {
            border-bottom: none;
        }
      
        .dax-session-label {
            font-weight: bold;
            background-color: #333;
        }
        .dax-result-label { 
            background-color: #2a2a2a;
            font-weight: normal;
        }
        .dax-custom-value { 
            background-color: #222;
            font-weight: bold;
            font-size: 1.1em;
        }
        /* 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 {
                grid-template-columns: 1fr 1fr;
                gap: 10px;
            }
            .dax-info-label-right, .dax-info-value-right {
                text-align: left;
                padding-right: 0;
                padding-left: 10px;
            }
            .dax-custom-table-wrapper {
                font-size: 0.85em;
            }
            .dax-custom-cell {
                padding: 6px 0;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8b5544 */.kabutan-container {
  display: flex;
  gap: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  color: #333;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 1.6;
}

.kabutan-main {
  flex: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.kabutan-sidebar {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kabutan-container a {
  color: #0055aa;
  text-decoration: none;
  word-break: break-word;
}

.kabutan-container a:hover {
  text-decoration: underline;
}

.badge {
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 5px;
}

.badge-new {
  background: #ff0000;
  color: #fff;
}

.ranking-bar {
  border-top: 2px solid #0055aa;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.ranking-title {
  font-weight: bold;
  color: #333;
}

.section-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #0055aa;
  padding-bottom: 5px;
  margin: 0 0 15px;
}

.section-title .sub-title {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}

.news-grid,
.flash-grid {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.chart-box {
  width: 25%;
  min-width: 160px;
  max-width: 250px;
  flex-shrink: 0;
  text-align: center;
}

.chart-box .stock-title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mock-chart {
  background: #f5f5f5;
  border: 1px solid #ddd;
  height: 110px;
  overflow: hidden;
}

.mock-chart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lists */
.news-list,
.flash-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 0;
}

.news-list li,
.flash-list li {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
}

.flash-list .time-stamp {
  color: #008800;
  font-weight: bold;
  margin-right: 8px;
}

/* Sidebar */
.ad-box {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  background: #fff;
}

.ad-box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.ad-product-title {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  color: #222;
}

.ad-price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.btn-learn-more {
  display: block;
  background: #1a73e8;
  color: #fff !important;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.notice-box {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 15px;
}

.notice-title {
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-list li {
  margin-bottom: 10px;
  font-size: 12px;
}

/* Tablet */
@media (max-width: 1024px) {

  .kabutan-container {
    gap: 15px;
  }

  .chart-box {
    width: 200px;
    min-width: 200px;
  }

  .mock-chart {
    height: 130px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .kabutan-container {
    flex-direction: column;
    padding: 0 10px;
  }

  .kabutan-sidebar {
    min-width: 100%;
  }

  .news-grid,
  .flash-grid {
    flex-direction: column;
  }

  .chart-box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .mock-chart {
    height: 220px;
  }

  .section-title .sub-title {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .kabutan-container {
    font-size: 12px;
  }

  .ranking-bar {
    display: block;
    line-height: 2;
  }

  .ranking-title {
    display: block;
    margin-bottom: 5px;
  }

  .section-title {
    font-size: 14px;
  }

  .mock-chart {
    height: 180px;
  }

  .ad-box,
  .notice-box {
    padding: 10px;
  }

  .btn-learn-more {
    padding: 12px;
  }

  .ad-product-title {
    font-size: 13px;
  }

  .ad-price {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2306ab5 */.history-table-container {  margin: 20px auto; }
    
    .history-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
        font-size: 0.95em;
     
        border: 2px solid #555; 
    }
    

    .history-table th {
        background-color: #333; 
        color: white;
        padding: 10px 5px;
        text-align: center;
        border-right: 1px solid #555;
    }
   
    .history-table th.session-header {
        background-color: #555; 
        font-weight: normal;
        border-right: 1px solid #888;
    }
    
    .history-table td {
        border: 1px solid #ccc;
        padding: 8px 5px;
        text-align: center;
        color: #333;
    }
    .history-table tbody tr:nth-child(even) {
        background-color: #f7f7f7;
    }
    .result-value {
        font-weight: bold;
    }/* End custom CSS */