/* PackageSubstation.com - supplementary responsive rules
   styles.css already handles the navbar / grids / cards. This file adds
   reading-comfort tweaks for the article view on smaller screens. */
@media (max-width:768px){
  .article{padding:18px 14px}
  .article h1{font-size:22px}
  .article h2{font-size:16px}
  .article h3{font-size:15px}
}
@media (max-width:480px){
  .article h1{font-size:20px}
  .article p{font-size:14.5px}
  .article{padding:16px 12px}
}
/* safety: media never overflows the viewport on narrow screens */
img,video,iframe{max-width:100%;height:auto}
.table-wrap{max-width:100%;overflow-x:auto}
