/* DW-style single article page */
.hg-article {
  background: #fff;
  color: #222;
  padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.hg-next-expanded .hg-article {
  padding-bottom: calc(min(340px, 58vh) + env(safe-area-inset-bottom, 0px));
}

.hg-article__shell {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) 20px 48px;
}

.hg-article__header {
  margin-bottom: 32px;
}

.hg-article__topics {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
}

.hg-article__topics a {
  color: #666;
  text-decoration: none;
}

.hg-article__topics a:hover {
  text-decoration: underline;
}

.hg-article__topics-sep {
  color: #666;
}

.hg-article__title {
  margin: 0 0 20px;
  font-family: inherit;
  font-size: clamp(30px, 4.8vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  color: #002d5a;
}

.hg-article__meta {
  margin: 0 0 24px;
}

.hg-article__author {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #002d5a;
}

.hg-article__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #757575;
}

.hg-article__dek {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #222;
}

.hg-article__share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 32px;
}

.hg-article__share-primary {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hg-article__share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #002d5a;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hg-article__share-icon svg {
  width: 24px;
  height: 24px;
}

.hg-article__share-icon--sm svg {
  width: 22px;
  height: 22px;
}

.hg-article__share-icon:hover {
  opacity: 0.75;
}

.hg-article__share-more-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #fff;
  color: #002d5a;
  cursor: pointer;
  padding: 0;
}

.hg-article__share-more-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.15s ease;
}

.hg-article__share-more-toggle.is-open svg {
  transform: rotate(180deg);
}

.hg-article__share-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.hg-article__share-more[hidden] {
  display: none !important;
}

.hg-article__share-more:not([hidden]) {
  display: flex !important;
}

.hg-article__share-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #fff;
  color: #002d5a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.hg-article__share-copy svg {
  width: 16px;
  height: 16px;
}

.hg-article__share-copy:hover,
.hg-article__share-more-toggle:hover {
  background: #f0f6fa;
  border-color: #00adee;
  color: #002d5a;
}

body.hg-nextjs-chrome .hg-article__share-copy,
body.hg-nextjs-chrome .hg-article__share-more-toggle {
  background: #fff !important;
  color: #002d5a !important;
}

body.hg-nextjs-chrome .hg-article__share-copy:hover,
body.hg-nextjs-chrome .hg-article__share-more-toggle:hover,
body.hg-nextjs-chrome .hg-article__share-copy:focus-visible,
body.hg-nextjs-chrome .hg-article__share-more-toggle:focus-visible {
  background: #f0f6fa !important;
  border-color: #00adee !important;
  color: #002d5a !important;
}

body.hg-nextjs-chrome .hg-article__share-copy svg,
body.hg-nextjs-chrome .hg-article__share-more-toggle svg,
body.hg-nextjs-chrome .hg-article__share-copy-label {
  color: #002d5a !important;
  stroke: currentColor;
}

.hg-article__share-copy.is-copied {
  border-color: #002d5a;
}

.hg-article__hero {
  margin: 0 0 32px;
}

.hg-article__hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.hg-article__listen {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 32px;
  padding: 14px 16px;
  background: #f1f3f5;
  border-radius: 4px;
}

.hg-article__listen-play {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #002d5a;
  color: #fff;
  cursor: pointer;
}

.hg-article__listen-play:hover {
  background: #0069d9;
}

.hg-article__listen-play svg {
  width: 16px;
  height: 16px;
}

.hg-article__listen-label {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: #212529;
}

.hg-article__listen-bar {
  flex: 1.2;
  min-width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #dee2e6;
  overflow: hidden;
}

.hg-article__listen-progress {
  display: block;
  height: 100%;
  width: 0%;
  background: #002d5a;
  transition: width 0.2s linear;
}

.hg-article__body {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.65;
  color: #222;
}

.hg-article__body .hg-article-body {
  max-width: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.hg-article__body .hg-article-body p {
  margin: 0 0 1.35rem;
}

.hg-article__body .hg-article-body h2,
.hg-article__body .hg-article-body h3 {
  margin: 2rem 0 1rem;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  color: #002d5a;
  border: none;
  padding: 0;
}

.hg-article__body .hg-article-body a {
  color: #002d5a;
  text-decoration: underline;
}

.hg-article__body .hg-article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.hg-article__body .hg-article-body figure {
  margin: 1.5rem 0;
}

.hg-article__body .hg-article-body figcaption {
  margin-top: 6px;
  font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #6c757d;
}

.hg-article__gnews {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 28px 0 0;
  padding: 8px 14px;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.hg-article__gnews:hover {
  background: #f8f9fa;
}

.hg-article__gnews svg {
  width: 18px;
  height: 18px;
}

.hg-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e9ecef;
}

.hg-article__tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  background: #fff;
}

.hg-article__tag:hover {
  border-color: #002d5a;
  color: #002d5a;
}

/* Author + feedback (article end) */
.hg-article__author-end {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.hg-article__author-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hg-article__author-avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #dce6ef;
  color: #002d5a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}

.hg-article__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg-article__author-copy {
  min-width: 0;
}

.hg-article__author-name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #002d5a;
}

.hg-article__author-bio {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.hg-article__feedback-trigger-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-bottom: 8px;
}

.hg-article__feedback-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid #002d5a;
  border-radius: 4px;
  background: #fff;
  color: #002d5a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.hg-article__feedback-btn svg {
  width: 18px;
  height: 18px;
}

.hg-article__feedback-btn:hover {
  background: #f4f7fa;
}

/* Feedback sidebar — DW-style */
.hg-feedback {
  --fb-navy: #002d5a;
  --fb-label: #002d5a;
  --fb-section: #6a8fad;
  --fb-border: #9eb3c7;
  --fb-border-hover: #6f8fa8;
  --fb-bg: #eef3f7;
  --fb-header-bg: #e8eef3;
  --fb-footer-bg: #e3ecf4;
  --fb-input-bg: #fff;
  --fb-input-hover-bg: #f3f8fc;
  --fb-input-focus-bg: #e8f2fa;
  --fb-yellow: #ffed00;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}

.hg-feedback__overlay {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(0, 45, 90, 0.78);
  cursor: pointer;
  opacity: 0;
}

.hg-feedback--open .hg-feedback__overlay {
  animation: hg-feedback-fade-in 0.32s ease forwards;
}

.hg-feedback--closing .hg-feedback__overlay {
  animation: hg-feedback-fade-out 0.28s ease forwards;
}

.hg-feedback__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-width: 42vw;
  height: 100%;
  overflow-y: auto;
  background: var(--fb-bg);
  box-shadow: -10px 0 40px rgba(0, 29, 61, 0.22);
  scrollbar-width: thin;
  scrollbar-color: #b8c9d8 transparent;
  transform: translateX(100%);
}

.hg-feedback--open .hg-feedback__panel {
  animation: hg-feedback-slide-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hg-feedback--closing .hg-feedback__panel {
  animation: hg-feedback-slide-out 0.28s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes hg-feedback-slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes hg-feedback-slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes hg-feedback-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hg-feedback-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.hg-feedback__panel::-webkit-scrollbar {
  width: 8px;
}

.hg-feedback__panel::-webkit-scrollbar-thumb {
  background: #b8c9d8;
  border-radius: 4px;
}

.hg-feedback__header-band {
  padding: 34px 36px 26px;
  background: var(--fb-header-bg);
  border-bottom: 1px solid #d3dfe9;
}

.hg-feedback__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.hg-feedback__head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--fb-navy);
}

.hg-feedback__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  color: var(--fb-navy);
  cursor: pointer;
  padding: 0;
  transition: opacity 0.15s ease;
}

.hg-feedback__close:hover {
  opacity: 0.65;
}

.hg-feedback__close svg {
  width: 22px;
  height: 22px;
}

.hg-feedback__intro {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #334155;
}

.hg-feedback__intro strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: var(--fb-navy);
}

.hg-feedback__intro em {
  font-style: italic;
  color: #475569;
}

.hg-feedback__success {
  margin: 24px 36px;
  padding: 16px;
  background: #eef6ee;
  border: 1px solid #c8dcc8;
  color: #1f4d1f;
  font-size: 14px;
}

.hg-feedback__form {
  display: flex;
  flex-direction: column;
}

.hg-feedback__body {
  padding: 26px 36px 8px;
}

.hg-feedback__footer-band {
  padding: 22px 36px 34px;
  background: var(--fb-footer-bg);
  border-top: 1px solid #cddcea;
}

.hg-feedback__section {
  margin: 0 0 28px;
  padding: 0;
  border: none;
}

.hg-feedback__section:last-child {
  margin-bottom: 0;
}

.hg-feedback__section legend {
  margin-bottom: 16px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fb-section);
}

.hg-feedback__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.hg-feedback__field:last-child {
  margin-bottom: 0;
}

.hg-feedback__field > span:first-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--fb-label);
}

.hg-feedback__req {
  color: #002d5a;
}

.hg-feedback__field input,
.hg-feedback__field textarea,
.hg-feedback__field select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--fb-border);
  border-radius: 0;
  background: var(--fb-input-bg);
  color: #1a1a1a;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.hg-feedback__field input:hover,
.hg-feedback__field textarea:hover,
.hg-feedback__field select:hover {
  background: var(--fb-input-hover-bg);
  border-color: var(--fb-border-hover);
}

.hg-feedback__field input:focus,
.hg-feedback__field textarea:focus,
.hg-feedback__field select:focus {
  outline: none;
  background: var(--fb-input-focus-bg);
  border-color: var(--fb-navy);
  box-shadow: 0 0 0 1px var(--fb-navy);
}

.hg-feedback__field input::placeholder,
.hg-feedback__field textarea::placeholder {
  color: #94a3b8;
}

.hg-feedback__textarea-wrap {
  position: relative;
}

.hg-feedback__field textarea {
  resize: vertical;
  min-height: 148px;
  padding-bottom: 28px;
}

.hg-feedback__counter {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 12px;
  color: #64748b;
  pointer-events: none;
}

.hg-feedback__select-wrap {
  position: relative;
}

.hg-feedback__select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--fb-navy);
  border-bottom: 2px solid var(--fb-navy);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.hg-feedback__select-wrap select {
  appearance: none;
  padding-right: 36px;
  cursor: pointer;
}

.hg-feedback__date {
  color-scheme: light;
}

.hg-feedback__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hg-feedback__radios {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
  padding-top: 2px;
}

.hg-feedback__radio {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  color: var(--fb-navy);
  cursor: pointer;
}

.hg-feedback__radio input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--fb-navy);
}

.hg-feedback__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--fb-navy);
  cursor: pointer;
}

.hg-feedback__check:last-of-type {
  margin-bottom: 22px;
}

.hg-feedback__check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--fb-navy);
}

.hg-feedback__check a {
  color: var(--fb-navy);
  font-weight: 700;
  text-decoration: underline;
}

.hg-feedback__captcha-label {
  margin: 0 0 12px;
  font-size: 13px;
  font-style: italic;
  color: var(--fb-section);
}

.hg-feedback__recaptcha {
  margin-bottom: 20px;
  min-height: 78px;
}

.hg-feedback__recaptcha--loading {
  background: #fff;
  border: 1px solid var(--fb-border);
}

.hg-feedback__recaptcha > div {
  transform-origin: left top;
}

.hg-feedback__captcha-error,
.hg-feedback__submit-error {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: #b42318;
}

.hg-feedback__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.hg-feedback__actions {
  display: flex;
  justify-content: flex-end;
}

.hg-feedback__submit {
  padding: 12px 24px;
  border: none;
  border-radius: 0;
  background: var(--fb-yellow);
  color: var(--fb-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.1s ease;
}

.hg-feedback__submit:hover {
  background: #f5e300;
}

.hg-feedback__submit:active {
  transform: translateY(1px);
}

/* Explore more sections */
.hg-article__explore {
  background: #f0f6fa;
  padding: 36px 0 40px;
}

.hg-article__explore--more {
  padding-top: 0;
}

.hg-article__explore-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-article__explore-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #002d5a;
}

.hg-article__explore-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 20px;
  text-decoration: none;
  color: inherit;
}

.hg-article__explore-lead:hover h3 {
  text-decoration: underline;
}

.hg-article__explore-lead-thumb {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: #1a2530;
}

.hg-article__explore-lead-body h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  color: #002d5a;
}

.hg-article__explore-lead-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}

.hg-article__explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.hg-article__explore-grid .hg-article__card h3 {
  color: #002d5a;
  font-weight: 700;
}

.hg-article__related {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 56px;
}

.hg-article__related + .hg-article__related {
  padding-top: 8px;
}

.hg-article__related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
}

.hg-article__related-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #000;
}

.hg-article__related-head a {
  font-size: 13px;
  font-weight: 700;
  color: #002d5a;
  text-decoration: none;
  white-space: nowrap;
}

.hg-article__related-head a:hover {
  text-decoration: underline;
}

.hg-article__lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 28px;
  text-decoration: none;
  color: inherit;
}

.hg-article__lead:hover h3 {
  color: #002d5a;
}

.hg-article__lead-thumb {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: #1a2530;
  border-radius: 2px;
}

.hg-article__lead-body h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 800;
  line-height: 1.25;
  color: #000;
}

.hg-article__lead-body p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

.hg-article__lead-body time {
  font-size: 12px;
  color: #6c757d;
}

.hg-article__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
}

.hg-article__card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hg-article__card:hover h3 {
  color: #002d5a;
}

.hg-article__card-thumb {
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
  background-size: cover;
  background-position: center;
  background-color: #1a2530;
  border-radius: 2px;
}

.hg-article__card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
}

.hg-article__card p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-article__card time {
  font-size: 12px;
  color: #6c757d;
}

.hg-article__divider {
  max-width: 960px;
  margin: 40px auto 32px;
  padding: 0 20px;
  border: none;
  border-top: 1px solid #e9ecef;
}

/* Next story — mobile bottom sheet with swipe-up for more */
.hg-article-next {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: #001f3f;
  color: #fff;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.22);
  border-radius: 14px 14px 0 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  transition: transform 0.32s ease, box-shadow 0.25s ease;
  transform: translateY(0);
}

.hg-article-next.is-hidden {
  transform: translateY(calc(100% - 46px));
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.14);
}

.hg-article-next.is-hidden .hg-article-next__list {
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
}

body.hg-article-next-hidden .hg-article {
  padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
}

body.hg-article-next-hidden.hg-next-expanded .hg-article {
  padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
}

.hg-article-next.is-expanded {
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.28);
}

.hg-article-next__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 10px 16px 6px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
}

.hg-article-next__toggle:disabled {
  cursor: default;
  opacity: 0.85;
}

.hg-article-next--multi .hg-article-next__toggle {
  cursor: grab;
}

.hg-article-next--multi .hg-article-next__toggle:active {
  cursor: grabbing;
}

.hg-article-next__grab {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.hg-article-next__toggle-hint {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hg-article-next__list {
  list-style: none;
  margin: 0;
  padding: 0 16px 12px;
  max-height: min(280px, 52vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hg-article-next.is-collapsed .hg-article-next__item:not(:first-child) {
  display: none;
}

.hg-article-next__item + .hg-article-next__item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hg-article-next__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: center;
  padding: 10px 0 12px;
  text-decoration: none;
  color: #fff;
}

.hg-article-next__thumb {
  display: none;
}

.hg-article-next__body {
  min-width: 0;
}

.hg-article-next__label {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.72;
}

.hg-article-next__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-article-next__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  color: #fff;
}

.hg-article-next__link:hover .hg-article-next__arrow,
.hg-article-next__link:focus-visible .hg-article-next__arrow {
  background: #fff;
  border-color: #fff;
  color: #001f3f;
}

.hg-article-next__link:hover .hg-article-next__arrow svg,
.hg-article-next__link:focus-visible .hg-article-next__arrow svg {
  stroke: #001f3f;
}

/* Override global navy link color inside fixed next-story bar */
body.hg-nextjs-chrome .hg-article-next,
body.hg-nextjs-chrome .hg-article-next .hg-article-next__title,
body.hg-nextjs-chrome .hg-article-next .hg-article-next__link {
  color: #fff !important;
}

body.hg-nextjs-chrome .hg-article-next .hg-article-next__link:hover .hg-article-next__title {
  color: #fff !important;
  opacity: 0.92;
}

body.hg-nextjs-chrome .hg-article-next .hg-article-next__link:hover {
  background: transparent !important;
  color: #fff !important;
}

@media (min-width: 640px) {
  .hg-article-next {
    border-radius: 0;
  }

  .hg-article-next__toggle {
    display: flex;
  }

  .hg-article-next.is-hidden {
    transform: translateY(calc(100% - 42px));
  }

  .hg-article-next__list {
    max-height: none;
    overflow: visible;
    padding: 10px 20px 14px;
  }

  .hg-article-next.is-collapsed .hg-article-next__item:not(:first-child) {
    display: none;
  }

  .hg-article-next.is-expanded .hg-article-next__item:not(:first-child) {
    display: list-item;
  }

  .hg-article-next__link {
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 16px;
    padding: 8px 0;
  }

  .hg-article-next__thumb {
    display: block;
    height: 52px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
  }

  .hg-article-next__title {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .hg-article-next--multi.is-collapsed::after {
    content: 'Tap to see more stories';
    display: block;
    padding: 0 20px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    cursor: pointer;
  }

  .hg-article-next--multi.is-expanded::after {
    display: none;
  }
}

@media (min-width: 640px) {
  .hg-article-next--multi.is-collapsed {
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .hg-feedback__panel {
    max-width: 100%;
    width: 100%;
  }

  .hg-feedback__header-band,
  .hg-feedback__body,
  .hg-feedback__footer-band {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hg-article__explore-lead {
    grid-template-columns: 1fr;
  }

  .hg-article__explore-grid {
    grid-template-columns: 1fr;
  }

  .hg-feedback__row {
    grid-template-columns: 1fr;
  }

  .hg-article__lead {
    grid-template-columns: 1fr;
  }

  .hg-article__grid {
    grid-template-columns: 1fr;
  }

  .hg-article__listen {
    flex-wrap: wrap;
  }

  .hg-article__listen-bar {
    flex-basis: 100%;
    order: 3;
  }
}

/* WordPress single — full width, no sidebar */
body.hg-article-page .site-content,
body.hg-article-page .content-area,
body.hg-article-page .site-main,
body.hg-article-page .inside-article {
  max-width: none !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

body.hg-article-page .site-main {
  padding-top: 0;
  padding-bottom: 0;
}

body.hg-article-page #secondary,
body.hg-article-page .widget-area,
body.hg-article-page .comments-area,
body.hg-article-page .comment-respond,
body.hg-article-page #respond,
body.hg-article-page #reply-title,
body.hg-article-page .comment-form,
body.hg-article-page .post-navigation,
body.hg-article-page [class*='relpost'],
body.hg-article-page .relpost-block-container,
body.hg-article-page .hgua-header-btns {
  display: none !important;
}

.hg-feedback[hidden],
.hg-feedback__success[hidden],
.hg-feedback__submit-error[hidden] {
  display: none !important;
}

.hg-feedback__form[hidden] {
  display: none !important;
}

body.hg-article-page .grid-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
