/* Category shell layout tuning */
html, body { height: auto !important; min-height: 0 !important; }
body { padding-bottom: 0 !important; }
#app-root { max-width: 100%; overflow-x: hidden; min-height: 0 !important; height: auto !important; }
.lStd1276e_IhuA3g3FIs.s9w4UjUUDL2klmhRDNdo { padding-bottom: 0 !important; margin-bottom: 0 !important; min-height: 0 !important; }
.vtbwTfQNi80Hes0DzmGs.JgLfL7LclbiAmVJ1BGIg { padding-bottom: 0 !important; margin-bottom: 0 !important; justify-content: flex-start !important; }
.lStd1276e_IhuA3g3FIs.s9w4UjUUDL2klmhRDNdo,
.vtbwTfQNi80Hes0DzmGs.JgLfL7LclbiAmVJ1BGIg {
  height: auto !important;
  min-height: 0 !important;
}
.lStd1276e_IhuA3g3FIs.s9w4UjUUDL2klmhRDNdo > div { min-height: 0 !important; }
.lStd1276e_IhuA3g3FIs.s9w4UjUUDL2klmhRDNdo::after { content: none !important; }

/* Category pager */
.poki-cat-pager-wrap { display: flex; justify-content: center; padding: 14px 0 10px; }
.poki-cat-pager { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.poki-cat-pager-link,
.poki-cat-pager-current {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(201, 219, 239, 0.95);
  font-size: 13px; text-decoration: none;
}
.poki-cat-pager-link { background: #fff; color: #1f4f77; font-weight: 600; }
.poki-cat-pager-link.next {
  background: linear-gradient(135deg, #009cff, #007ed1);
  border-color: rgba(0, 124, 221, 0.25);
  color: #fff;
  font-weight: 700;
}
.poki-cat-pager-current { background: #fff; color: #002B50; font-weight: 700; }

/* About/footer block used by category page */
.poki-cat-footer-wrap { display: contents; }
.poki-cat-footer-about { background-color: #fff; padding: 22px 20px 16px; margin-top: 14px; }
.poki-cat-footer-about-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}
.poki-cat-footer-about-title { font-size: 1.125rem; font-weight: 700; margin: 0 0 1rem; }
.poki-cat-footer-nav-box {
  position: fixed; bottom: 120px; right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px; border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.poki-cat-footer-nav-list { list-style: none; padding: 0; margin: 0; display: flex; gap: 15px; }
.poki-cat-footer-nav-list a { color: #002B50; text-decoration: none; font-size: 14px; }

@media (max-width: 767px) {
  .poki-cat-footer-nav-box { right: 10px; bottom: 88px; padding: 10px 12px; }
  .poki-cat-footer-nav-list { gap: 10px; flex-wrap: wrap; }
  .poki-cat-footer-nav-list a { font-size: 12px; }
}

