
/* Garuda88 event readability/layout repair */
body { overflow-x: hidden; }
main p, article p, .content p { line-height: 1.7; margin-bottom: 16px; }
main h1, main h2, main h3, article h1, article h2, article h3 {
  line-height: 1.3;
  margin-top: 28px;
  margin-bottom: 12px;
}
img { max-width: 100%; height: auto; }
@media (max-width: 768px) {
  main, article, .content { max-width: 100%; }
}
