.elementor-783 .elementor-element.elementor-element-25208b76{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-29b7f9ec */.jc-poker-page{
  max-width:1180px;
  margin:0 auto;
  padding:40px 18px;
  color:#1e293b;
  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;
  line-height:1.9;
}

/* HERO */
.jc-poker-hero{
  position:relative;
  overflow:hidden;
  padding:46px 42px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right,rgba(59,130,246,.28),transparent 34%),
    linear-gradient(135deg,#eff6ff 0%,#ffffff 52%,#dbeafe 100%);
  border:1px solid rgba(59,130,246,.22);
  box-shadow:0 18px 50px rgba(37,99,235,.12);
}

.jc-poker-hero:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:rgba(96,165,250,.12);
}

.jc-poker-hero span{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#0ea5e9);
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 8px 20px rgba(37,99,235,.22);
}

.jc-poker-hero h1{
  margin:0 0 18px;
  color:#0f172a;
  font-size:42px;
  font-weight:950;
  line-height:1.25;
}

.jc-poker-hero p{
  max-width:860px;
  margin:0;
  color:#475569;
  font-size:18px;
}

/* 棋牌卡片 */
.jc-poker-games{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin:34px 0;
}

.jc-poker-card{
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(59,130,246,.16);
  box-shadow:0 14px 38px rgba(15,23,42,.08);
  transition:.28s ease;
}

.jc-poker-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 58px rgba(37,99,235,.18);
}

.jc-poker-card img{
  display:block;
  width:100%;
  height:auto;
}

.jc-poker-card h2{
  margin:0;
  padding:20px 24px;
  background:linear-gradient(135deg,#2563eb,#0ea5e9);
  color:#fff;
  font-size:26px;
  font-weight:950;
  letter-spacing:.03em;
}

/* 內容 */
.jc-poker-content{
  padding:38px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(59,130,246,.14);
  box-shadow:0 14px 42px rgba(15,23,42,.06);
}

.jc-poker-content h2,
.jc-poker-bonus h2,
.jc-poker-related h2{
  position:relative;
  margin:34px 0 18px;
  padding-left:18px;
  color:#0f172a;
  font-size:30px;
  font-weight:950;
  line-height:1.35;
}

.jc-poker-content h2:first-child{
  margin-top:0;
}

.jc-poker-content h2:before,
.jc-poker-bonus h2:before,
.jc-poker-related h2:before{
  content:"";
  position:absolute;
  left:0;
  top:.28em;
  width:6px;
  height:1.1em;
  border-radius:999px;
  background:linear-gradient(180deg,#2563eb,#0ea5e9);
}

.jc-poker-content p{
  margin:0 0 18px;
  color:#475569;
  font-size:17px;
}

.jc-poker-content ul{
  display:grid;
  gap:14px;
  margin:20px 0 24px;
  padding:0;
  list-style:none;
}

.jc-poker-content li{
  position:relative;
  padding:18px 20px 18px 48px;
  border-radius:18px;
  background:#eff6ff;
  border:1px solid rgba(59,130,246,.16);
  color:#334155;
  font-size:17px;
}

.jc-poker-content li:before{
  content:"✓";
  position:absolute;
  left:18px;
  top:18px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:linear-gradient(135deg,#2563eb,#0ea5e9);
  color:#fff;
  font-size:14px;
  font-weight:900;
  line-height:22px;
  text-align:center;
  box-shadow:0 4px 12px rgba(37,99,235,.28);
}

/* BONUS */
.jc-poker-bonus{
  margin-top:34px;
  padding:34px;
  border-radius:28px;
  background:linear-gradient(180deg,#eff6ff,#ffffff);
  border:1px solid rgba(59,130,246,.16);
  box-shadow:0 14px 42px rgba(15,23,42,.05);
}

.jc-poker-bonus a{
  display:block;
  overflow:hidden;
  margin:18px 0;
  border-radius:22px;
  box-shadow:0 12px 34px rgba(15,23,42,.08);
  transition:.28s ease;
}

.jc-poker-bonus a:hover{
  transform:translateY(-4px) scale(1.01);
  box-shadow:0 22px 58px rgba(37,99,235,.18);
}

.jc-poker-bonus img{
  display:block;
  width:100%;
  height:auto;
}

/* 最新相關 */
.jc-poker-related{
  margin-top:34px;
  padding:30px;
  border-radius:24px;
  background:#fff;
  border:1px dashed rgba(59,130,246,.35);
}

/* 手機版 */
@media(max-width:768px){

  .jc-poker-page{
    padding:22px 14px;
  }

  .jc-poker-hero{
    padding:30px 22px;
    border-radius:22px;
  }

  .jc-poker-hero h1{
    font-size:30px;
  }

  .jc-poker-hero p{
    font-size:16px;
  }

  .jc-poker-games{
    grid-template-columns:1fr;
    gap:18px;
  }

  .jc-poker-card{
    border-radius:20px;
  }

  .jc-poker-card h2{
    font-size:23px;
    padding:16px 20px;
  }

  .jc-poker-content,
  .jc-poker-bonus{
    padding:24px 18px;
    border-radius:22px;
  }

  .jc-poker-content h2,
  .jc-poker-bonus h2,
  .jc-poker-related h2{
    font-size:24px;
  }

  .jc-poker-content p,
  .jc-poker-content li{
    font-size:16px;
  }

  .jc-poker-bonus a{
    border-radius:16px;
  }

}/* End custom CSS */