.elementor-10 .elementor-element.elementor-element-b558b20{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-01d33dd{--display:flex;}.elementor-10 .elementor-element.elementor-element-01d33dd:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-01d33dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-10:not(.elementor-motion-effects-element-type-background), body.elementor-page-10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D8EDEF;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-10 .elementor-element.elementor-element-b558b20{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-b558b20{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-eaf0ff3 */.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-ab31b44 */.vvip-stock-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #ffffff;
    padding: 20px;
   
    margin: 0 auto;
    color: #333333;
}
.vvip-stock-box h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 12px 0;
    color: #000000;
}
.vvip-price-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 6px;
}
#last-price {
    font-size: 54px;
    font-weight: 800;
    color: #111111;
    line-height: 1;
}
.vvip-change-box {
    font-size: 24px;
    font-weight: 600;
    color: #2ca872; /* สีเขียวติดลบสไตล์จีน */
}
.vvip-subtext {
    font-size: 13px;
    color: #666666;
    margin-bottom: 20px;
}
.vvip-time-tabs {
    display: flex;
    gap: 2px;
    margin-bottom: 15px;
}
.vvip-time-tabs .tab-btn {
    padding: 6px 20px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
}
.vvip-time-tabs .tab-btn.active {
    background-color: #5100e2;
    color: #ffffff;
    border-color: #5100e2;
}
.vvip-chart-container {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
}
.vvip-data-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
}
.vvip-data-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}
.vvip-data-table .lbl {
    color: #888888;
    text-align: left;
    width: 15%;
}
.vvip-data-table .val {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 35%;
}
@media (max-width: 600px) {
    #last-price { font-size: 42px; }
    .vvip-change-box { font-size: 20px; }
    .vvip-data-table tr { display: flex; flex-wrap: wrap; }
    .vvip-data-table td { width: 50% !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9994a4 */.vvip-summary-table-box {
   
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.vvip-summary-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.vvip-summary-table th, .vvip-summary-table td {
    border: 1px solid #333333;
    padding: 12px 10px;
}
.vvip-summary-table th {
    background-color: #f6f6f6;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.vvip-summary-table td {
    font-size: 18px;
    color: #000000;
}
.vvip-summary-number {
    color: #000000 !important;
    font-weight: bold;
}.vvip-summary-table-box {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.vvip-summary-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.vvip-summary-table th, .vvip-summary-table td {
    border: 1px solid #333333;
    padding: 12px 10px;
}
.vvip-summary-table th {
    background-color: #f6f6f6;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.vvip-summary-table td {
    font-size: 18px;
    color: #000000;
}
.vvip-summary-number {
    color: #000000 !important;
    font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34da667 */.vvip-history-container {
  
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.vvip-history-container h2 {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    font-weight: bold;
}
.vvip-history-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    table-layout: fixed;
}
.vvip-history-table th, .vvip-history-table td {
    border: 1px solid #333333;
    padding: 8px;
    background-color: #ffffff;
    color: #000000;
}
.vvip-history-table th {
    background-color: #f6f6f6;
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .vvip-history-table th, .vvip-history-table td {
        font-size: 14px;
        padding: 6px;
    }
    .vvip-history-container h2 {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .vvip-history-table th, .vvip-history-table td {
        font-size: 12px;
        padding: 5px;
    }
    .vvip-history-container h2 {
        font-size: 16px;
    }
}/* End custom CSS */