/* Tutorial hub pages (Burp Suite, Windows Server) - native blog-style card grid */

body.sc-page-burp-suite .sc-tutorial-hub-main,
body.sc-page-windows-server .sc-tutorial-hub-main {
  padding-bottom: clamp(48px, 6vw, 80px);
}

body.sc-page-burp-suite .sc-tutorial-hub-grid,
body.sc-page-windows-server .sc-tutorial-hub-grid {
  gap: clamp(20px, 2.5vw, 28px);
}

/* Series-specific thumb badge colors */
body.sc-page-burp-suite .art .thumb::after {
  background: rgba(255, 102, 51, 0.92);
  color: #fff;
}

body.sc-page-windows-server .art .thumb::after {
  background: rgba(34, 211, 238, 0.9);
  color: #0b0c10;
}
