.elementor-623 .elementor-element.elementor-element-4d9eb1d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b531cd *//* === 外層卡片容器（依需求可直接套到 Section / Column） === */
.starwin-card{
  background: linear-gradient(145deg,blue 0%,#151b24 100%);
  border-radius: 18px;
  padding: 32px 24px;
  overflow-x: auto; /* 行動裝置可滑動 */
  box-shadow: 0 0 12px rgba(0,0,0,.6);
}

/* === 表格本體 === */
.starwin-table{
  width:100%;
  border-collapse:collapse;
  font-size:16px;
  color:#f1f1f1;
  line-height:1.6;
}

/* 表頭 = 薄荷綠 , 置中 */
.starwin-table thead th{
  color:#1ee6c4;
  font-weight:600;
  text-align:left;
  padding:14px 10px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

/* 表格內容列 */
.starwin-table tbody td{
  padding:14px 10px;
  border-bottom:1px solid rgba(255,255,255,.06); /* 細分隔線 */
}

/* 最後一列不要底線 */
.starwin-table tbody tr:last-child td{
  border-bottom:none;
}

/* 右側百分比欄：數字靠右，略粗體 */
.starwin-table tbody td:last-child{
  text-align:right;
  font-weight:500;
}

/* 滑鼠懸停行（可選） */
.starwin-table tbody tr:hover{
  background:rgba(255,255,255,.04);
}/* End custom CSS */
/* Start custom CSS *//* 強制顯示 ul 的圓點，並設置內縮 */
.text ul {
  list-style-type: disc !important;
  padding-left: 1.5em !important;
  margin-left: 0 !important;
  padding-top:0.5em;
  padding-bottom:0.5em;
}
/* 強制顯示 ul 的圓點，並設置內縮 */
.text ol {
  list-style-type: decimal !important;
  padding-left: 1.5em !important;
  margin-left: 0 !important;
}/* End custom CSS */