#rk-hero-wrap{margin-bottom:28px;}
#rk-hero-wrap .rk-hero{display:flex;gap:24px;align-items:flex-start;}
#rk-hero-wrap .rk-hero-left{flex:1;min-width:0;}
#rk-hero-wrap .rk-hero-main{background:#fff;overflow:hidden;cursor:pointer;}
#rk-hero-wrap .rk-hero-image{width:100%;aspect-ratio:16/9;background:#eee;overflow:hidden;}
#rk-hero-wrap .rk-hero-image img{width:100%;height:100%;object-fit:cover;display:block;}
#rk-hero-wrap .rk-hero-noimg{width:100%;height:100%;background:#e8e8e8;}
#rk-hero-wrap .rk-hero-body{padding:16px 4px 4px;}
#rk-hero-wrap .rk-hero-badge{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:8px;vertical-align:middle;}
#rk-hero-wrap .rk-hero-badge img{width:100%;height:100%;object-fit:contain;display:block;}
#rk-hero-wrap .rk-hero-title{display:inline;font-size:26px;font-weight:900;line-height:1.4;color:#111;}
#rk-hero-wrap .rk-hero-main:hover .rk-hero-title{text-decoration:underline;}
#rk-hero-wrap .rk-hero-meta{font-size:12px;color:var(--muted,#888);margin-top:10px;}
#rk-hero-wrap .rk-hero-subs{display:flex;margin-top:16px;border-top:1px solid var(--border,#e5e5e5);padding-top:14px;}
#rk-hero-wrap .rk-hero-sub{flex:1;padding:0 16px;cursor:pointer;}
#rk-hero-wrap .rk-hero-sub:first-child{padding-left:0;}
#rk-hero-wrap .rk-hero-sub:last-child{padding-right:0;}
#rk-hero-wrap .rk-hero-sub+.rk-hero-sub{border-left:1px solid var(--border,#e5e5e5);}
#rk-hero-wrap .rk-hero-sub-badge{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:6px;vertical-align:middle;}
#rk-hero-wrap .rk-hero-sub-badge img{width:100%;height:100%;object-fit:contain;display:block;}
#rk-hero-wrap .rk-hero-sub-title{display:inline;font-size:15px;font-weight:700;line-height:1.4;color:#1a1a1a;}
#rk-hero-wrap .rk-hero-sub:hover .rk-hero-sub-title{color:#111;}
#rk-hero-wrap .rk-side{width:300px;flex-shrink:0;}
#rk-hero-wrap .rk-side-list .rk-side-item{display:flex;gap:10px;align-items:flex-start;padding:10px 0;cursor:pointer;border-bottom:1px solid var(--border,#f0f0f0);}
#rk-hero-wrap .rk-side-list .rk-side-item:last-child{border-bottom:none;}
#rk-hero-wrap .rk-side-thumb{width:60px;height:60px;object-fit:cover;flex-shrink:0;background:#eee;border-radius:6px;}
#rk-hero-wrap .rk-side-info{min-width:0;}
#rk-hero-wrap .rk-side-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:13.5px;font-weight:700;line-height:1.4;color:#1a1a1a;}
#rk-hero-wrap .rk-side-item:hover .rk-side-title{color:#111;}
#rk-hero-wrap .rk-side-meta{font-size:11px;color:var(--muted,#888);margin-top:4px;}
#rk-hero-wrap .rk-hero-badge{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:8px;vertical-align:-0.12em;}
#rk-hero-wrap .rk-hero-sub-badge{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:6px;vertical-align:-0.12em;}
#rk-hero-wrap .rk-mob-side{display:none;margin-top:20px;}
#rk-hero-wrap .rk-side-badge{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:4px;vertical-align:-0.12em;flex-shrink:0;}
#rk-hero-wrap .rk-side-badge img{width:100%;height:100%;object-fit:contain;display:block;}
@media (max-width:768px){
  #rk-hero-wrap .rk-hero-subs{display:none;}
  #rk-hero-wrap .rk-side{display:none;}
  #rk-hero-wrap .rk-mob-side{display:block;}

  #rk-hero-wrap .rk-hero-main{
    margin-left:-20px;
    margin-right:-20px;
    width:calc(100% + 40px);
    background:transparent;
  }
  #rk-hero-wrap .rk-hero-image{
    aspect-ratio:16/10;
  }
  #rk-hero-wrap .rk-hero-body{
    padding-left:20px;
    padding-right:20px;
  }
}
