/* HKBetNet Betting Tips HUB v1.0 */
.hkbn-bt-hub{
  --paper:#f1eee5;
  --soft:#f7f4ec;
  --ink:#171b18;
  --green:#244c3b;
  --green-dark:#17382b;
  --mustard:#c89b3c;
  --border:#cfc9bb;
  max-width:1180px;
  margin:0 auto;
  padding:28px 18px 56px;
  color:var(--ink);
}
.hkbn-bt-hero{
  background:var(--green-dark);
  color:#fff;
  border:1px solid var(--green-dark);
  border-radius:4px;
  padding:34px 30px;
  margin-bottom:24px;
}
.hkbn-bt-kicker{
  margin:0 0 8px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  color:#ead7aa;
}
.hkbn-bt-hero h1{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(28px,4vw,46px);
  line-height:1.15;
}
.hkbn-bt-hero p{
  margin:0;
  max-width:850px;
  font-size:16px;
  line-height:1.8;
  color:#f4f0e8;
}

.hkbn-bt-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.hkbn-bt-grid .hkbn-bt-module{
  margin:0;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.hkbn-bt-grid .hkbn-bt-module > div:last-child{
  flex:1 1 auto;
}

.hkbn-bt-module{
  background:#fff;
  border:1px solid var(--border);
  border-radius:4px;
  margin:0 0 24px;
  overflow:hidden;
}
.hkbn-bt-module-head{
  display:block;
  padding:20px 20px 16px;
  background:var(--soft);
  border-bottom:1px solid var(--border);
}
.hkbn-bt-module-copy h2{
  margin:0 0 7px;
  color:var(--green-dark);
  font-size:25px;
  line-height:1.25;
}
.hkbn-bt-module-copy p{
  margin:0;
  color:#424842;
  font-size:15px;
  line-height:1.7;
}
.hkbn-bt-more{
  display:inline-block;
  margin-top:10px;
  color:var(--green-dark)!important;
  font-weight:900!important;
  text-decoration:underline!important;
  text-decoration-color:var(--mustard)!important;
  text-decoration-thickness:2px!important;
  text-underline-offset:4px!important;
}
.hkbn-bt-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hkbn-bt-item{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:11px 18px;
  border-bottom:1px solid #e7e2d7;
}
.hkbn-bt-item:last-child{border-bottom:0}
.hkbn-bt-date{
  font-size:13px;
  color:#667069;
  font-variant-numeric:tabular-nums;
}
.hkbn-bt-title{
  margin:0;
  font-size:15px;
  line-height:1.45;
}
.hkbn-bt-title a{
  color:var(--green-dark)!important;
  font-weight:850!important;
  text-decoration:none!important;
}
.hkbn-bt-title a:hover,
.hkbn-bt-title a:focus{
  text-decoration:underline!important;
  text-decoration-color:var(--mustard)!important;
  text-decoration-thickness:2px!important;
  text-underline-offset:4px!important;
}
.hkbn-bt-state{
  padding:20px 22px;
  color:#59615b;
  font-size:14px;
  line-height:1.7;
}
.hkbn-bt-state--error{
  color:#7a2f2f;
}
@media (max-width:780px){
  .hkbn-bt-item{grid-template-columns:1fr;gap:5px}
}
@media (max-width:480px){
  .hkbn-bt-hub{padding-left:12px;padding-right:12px}
  .hkbn-bt-hero{padding:26px 20px}
}

@media (max-width:860px){
  .hkbn-bt-grid{grid-template-columns:1fr}
}


