.gint-news-notice{padding:0 24px 24px}.gint-news-notice summary{cursor:pointer;color:#1a3075;font-weight:600}.gint-news-notice-body{max-height:65vh;overflow-y:auto;overscroll-behavior:contain;margin-top:16px;padding-right:12px;font-size:15px;line-height:1.6}.gint-news-notice-body img{display:block;max-width:100%;height:auto;margin:14px 0}.gint-news-notice-body p{margin:0 0 14px}
.news-feed-shell .pagination {
  margin: clamp(28px, 4vw, 56px) 0 0;
}
.news-feed-shell .pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.news-feed-shell .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.news-feed-shell .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 46px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(17, 19, 26, .12);
  border-radius: 999px;
  background: #fff;
  color: #55575e;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.news-feed-shell .pagination a.page-numbers:hover {
  border-color: rgba(26, 48, 117, .3);
  background: #f0f3fa;
  color: #1a3075;
}
.news-feed-shell .pagination a.page-numbers:focus-visible {
  outline: 2px solid #1a3075;
  outline-offset: 3px;
}
.news-feed-shell .pagination .page-numbers.current {
  border-color: #1a3075;
  background: #1a3075;
  color: #fff;
  box-shadow: 0 8px 22px rgba(26, 48, 117, .14);
}
.news-feed-shell .pagination .page-numbers.dots {
  min-width: 28px;
  padding-inline: 4px;
  border-color: transparent;
  background: transparent;
}
.news-feed-shell .pagination .prev,
.news-feed-shell .pagination .next {
  padding-inline: 22px;
}
@media (max-width: 480px) {
  .news-feed-shell .pagination .nav-links { gap: 6px; }
  .news-feed-shell .pagination .page-numbers { min-width: 44px; min-height: 44px; padding-inline: 12px; }
  .news-feed-shell .pagination .page-numbers.dots { min-width: 20px; padding-inline: 2px; }
}
