/* Only the public blog list uses this stylesheet. */
.rg-blog--index .rg-blog__hero { position: relative; isolation: isolate; border: 1px solid var(--rg-blog-border); border-radius: 18px; overflow: hidden; background: var(--rg-blog-inset); }
.rg-blog--index .rg-blog__slide { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; min-height: clamp(260px, 28.5vw, 400px); }
.rg-blog--index .rg-blog__slide::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3, 6, 12, .91) 0%, rgba(3, 6, 12, .70) 38%, rgba(3, 6, 12, .28) 72%, rgba(3, 6, 12, .10) 100%); pointer-events: none; }
.rg-blog--index .rg-blog__hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rg-blog--index .rg-blog__hero-copy { position: relative; z-index: 2; width: 80%; min-width: 0; padding: 50px 32px 78px; }
.rg-blog--index .rg-blog__hero h2 { margin: 0; color: #fff; font-size: clamp(27px, 3.25vw, 45px); line-height: 1.23; font-weight: 750; letter-spacing: -.025em; }
.rg-blog--index .rg-blog__hero-title-link { display: block; color: #fff; }
.rg-blog--index .rg-blog__hero h2 span { display: block; margin-top: 14px; color: #ff9800; }
.rg-blog--index .rg-blog__slider-controls { position: absolute; z-index: 3; left: 20px; bottom: 12px; max-width: calc(100% - 40px); }
.rg-blog--index .rg-blog__dots { display: flex; align-items: center; max-width: 100%; overflow-x: auto; }
.rg-blog--index .rg-blog__dot { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 8px; background: transparent; }
.rg-blog--index .rg-blog__dot span { display: block; width: 9px; height: 9px; border-radius: 999px; background: #909090; }
.rg-blog--index .rg-blog__dot[aria-current="true"] span { width: 25px; background: #fff; }
.rg-blog--index .rg-blog__dot:focus-visible { outline-offset: -3px; }
.rg-blog--index .rg-blog__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 22px; }
.rg-blog--index .rg-blog__layout--single { grid-template-columns: minmax(0, 1fr); }
.rg-blog--index .rg-blog__listing { display: grid; gap: 16px; min-width: 0; }
.rg-blog--index .rg-blog__list-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.rg-blog--index .rg-blog__list-heading h2 { font-size: 20px; line-height: 1.35; font-weight: 700; }
.rg-blog--index .rg-blog__search { display: flex; width: 280px; max-width: 100%; border: 1px solid var(--rg-blog-border); border-radius: 12px; background: var(--rg-blog-surface); }
.rg-blog--index .rg-blog__search input { flex: 1 1 auto; min-width: 0; width: 100%; padding: 10px 12px; border: 0; border-radius: 12px 0 0 12px; background: transparent; color: #fff; font-size: 14px; }
.rg-blog--index .rg-blog__search input::placeholder { color: var(--rg-blog-muted); opacity: 1; }
.rg-blog--index .rg-blog__search button { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border: 0; border-radius: 0 12px 12px 0; background: transparent; color: #a6c9ff; }
.rg-blog--index .rg-blog__search button:hover { background: #20365b; }
.rg-blog--index .rg-blog__search-summary { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--rg-blog-muted); font-size: 13px; }
.rg-blog--index .rg-blog__search-summary a { color: #a6c9ff; text-decoration: underline; text-underline-offset: 3px; }
.rg-blog--index .rg-blog__posts { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.rg-blog--index .rg-blog__post { display: grid; grid-template-columns: minmax(0, 34%) minmax(0, 1fr); align-items: stretch; gap: clamp(18px, 2vw, 28px); min-width: 0; padding: clamp(18px, 1.6vw, 24px); border: 1px solid var(--rg-blog-border); border-radius: 16px; background: var(--rg-blog-surface); }
.rg-blog--index .rg-blog__post-image-link { display: block; align-self: start; min-width: 0; overflow: hidden; border-radius: 14px; }
.rg-blog--index .rg-blog__post-image-link img { width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; }
.rg-blog--index .rg-blog__post-copy { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.rg-blog--index .rg-blog__post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.rg-blog--index .rg-blog__post-badge { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; min-height: 36px; padding: 7px 10px; border-radius: 9px; background: var(--rg-blog-inset); color: #fff; font-size: 12px; font-weight: 650; line-height: 1.5; }
.rg-blog--index .rg-blog__post-badge > span { min-width: 0; overflow-wrap: anywhere; }
.rg-blog--index .rg-blog__post-badge svg { width: 16px; height: 16px; }
.rg-blog--index time.rg-blog__post-badge { white-space: nowrap; }
.rg-blog--index .rg-blog__post h3 { font-size: clamp(19px, 1.5vw, 22px); line-height: 1.4; font-weight: 700; }
.rg-blog--index .rg-blog__post h3 a:hover { color: #a6c9ff; }
.rg-blog--index .rg-blog__post-copy > p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px; line-height: 1.65; color: var(--rg-blog-muted); }
.rg-blog--index .rg-blog__post-bottom { display: flex; justify-content: flex-end; margin-top: auto; padding-top: 14px; }
.rg-blog--index .rg-blog__post-more { display: inline-flex; align-items: center; justify-content: center; gap: 12px; max-width: 100%; min-height: 44px; padding: 8px 10px 8px 16px; border: 1px solid #4389fb; border-radius: 12px; background: #2563eb; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.4; }
.rg-blog--index .rg-blog__post-more:hover { background: #3477ee; }
.rg-blog--index .rg-blog__post-more-icon { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 7px; background: rgba(255, 255, 255, .13); }
.rg-blog--index .rg-blog__post-more-icon svg { width: 18px; height: 18px; }
.rg-blog--index .rg-blog__categories { display: grid; gap: 10px; }
.rg-blog--index .rg-blog__category { display: grid; grid-template-columns: 38px minmax(0, 1fr) 18px; align-items: center; gap: 12px; min-height: 62px; padding: 10px; border: 1px solid var(--rg-blog-border); border-radius: 12px; background: var(--rg-blog-inset); font-size: 13px; font-weight: 650; }
.rg-blog--index .rg-blog__category img { width: 38px; height: 38px; object-fit: contain; border-radius: 8px; }
.rg-blog--index .rg-blog__category > svg { width: 18px; height: 18px; color: #83b5ff; }
.rg-blog--index .rg-blog__category:hover { border-color: #659fff; }
.rg-blog--index .rg-blog__pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 4px; }
.rg-blog--index .rg-blog__page-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 9px 13px; border: 1px solid var(--rg-blog-border); border-radius: 12px; background: var(--rg-blog-surface); color: #fff; font-size: 13px; }
.rg-blog--index a.rg-blog__page-link:hover { border-color: #659fff; }
.rg-blog--index .rg-blog__page-link.is-disabled { opacity: .45; }
.rg-blog--index .rg-blog__page-position { color: var(--rg-blog-muted); font-size: 13px; }
@media (max-width: 1099.98px) {
  .rg-blog--index .rg-blog__layout { grid-template-columns: minmax(0, 1fr); }
  .rg-blog--index .rg-blog__sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .rg-blog--index .rg-blog__slide { min-height: 280px; }
  .rg-blog--index .rg-blog__hero { border-radius: 16px; }
  .rg-blog--index .rg-blog__hero-image { object-position: 65% center; }
  .rg-blog--index .rg-blog__slide::after { background: linear-gradient(90deg, rgba(3, 6, 12, .9), rgba(3, 6, 12, .66) 70%, rgba(3, 6, 12, .45)); }
  .rg-blog--index .rg-blog__hero-copy { width: 100%; padding: 32px 20px 72px; }
  .rg-blog--index .rg-blog__hero h2 { font-size: clamp(24px, 4.7vw, 32px); line-height: 1.28; }
  .rg-blog--index .rg-blog__hero h2 span { margin-top: 10px; }
  .rg-blog--index .rg-blog__slider-controls { left: 8px; bottom: 10px; max-width: calc(100% - 16px); }
  .rg-blog--index .rg-blog__sidebar { grid-template-columns: minmax(0, 1fr); }
  .rg-blog--index .rg-blog__post { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 14px; }
  .rg-blog--index .rg-blog__post-meta { gap: 8px; }
  .rg-blog--index .rg-blog__post-bottom { padding-top: 6px; }
  .rg-blog--index .rg-blog__post-more { width: 100%; }
  .rg-blog--index .rg-blog__post h3 { font-size: 18px; }
  .rg-blog--index .rg-blog__post-copy > p { font-size: 14px; -webkit-line-clamp: 3; }
  .rg-blog--index .rg-blog__list-heading { align-items: stretch; }
  .rg-blog--index .rg-blog__search { width: 100%; }
  .rg-blog--index .rg-blog__search input { font-size: 16px; }
  .rg-blog--index .rg-blog__post-image-link img { aspect-ratio: 16 / 9; }
}
