.news18-fetch-page {
  --news18-ink: #102333;
  --news18-muted: #607181;
  --news18-line: #dbe8ef;
  --news18-soft: #f4f8fb;
  --news18-panel: #ffffff;
  --news18-blue: #073b5b;
  --news18-teal: #0b7f86;
  --news18-accent: #eb6a56;
  background: var(--news18-soft);
  color: var(--news18-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.news18-fetch-page a {
  color: inherit;
}

.news18-shell {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.news18-hero {
  padding: 72px 20px 58px;
  background: linear-gradient(135deg, #082c4c 0%, #0d6578 62%, #148b86 100%);
  color: #fff;
}

.news18-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news18-kicker img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #fff;
}

.news18-hero h1 {
  max-width: 930px;
  margin: 22px 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.news18-hero p {
  max-width: 850px;
  margin: 0;
  color: #effbfc;
  font-size: 19px;
  line-height: 1.7;
}

.news18-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.news18-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #e8fbfb;
  font-weight: 800;
}

.news18-body {
  padding: 56px 20px 72px;
}

.news18-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 28px;
  align-items: start;
}

.news18-card {
  border: 1px solid var(--news18-line);
  border-radius: 10px;
  background: var(--news18-panel);
  box-shadow: 0 14px 32px rgba(8, 44, 76, 0.07);
  overflow: hidden;
}

.news18-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  background: #dce8ee;
}

.news18-card-inner {
  padding: 34px;
}

/* .news18-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid #cfe7ea;
  border-radius: 8px;
  background: #eefafa;
  color: var(--news18-blue);
  font-weight: 800;
} */

.news18-status.is-error {
  border-color: #efc9bf;
  background: #fff3f0;
  color: #8b321f;
}

.news18-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.news18-article-meta span {
  padding: 8px 11px;
  border-radius: 8px;
  background: #f0f5f8;
  color: #344b5c;
  font-size: 14px;
  font-weight: 800;
}

.news18-content {
  display: grid;
  gap: 18px;
  color: #384a59;
}

.news18-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.78;
}

.news18-content h2 {
  margin: 22px 0 0;
  padding-top: 22px;
  border-top: 1px solid #e5edf2;
  color: var(--news18-blue);
  font-size: 24px;
  line-height: 1.35;
}

.news18-content .news18-byline {
  color: var(--news18-teal);
  font-weight: 800;
}

.news18-content .news18-bullet {
  padding-left: 18px;
  border-left: 3px solid #cbe8eb;
  color: #314554;
}

.news18-content .news18-highlight {
  padding: 22px;
  border-left: 5px solid var(--news18-accent);
  border-radius: 0 8px 8px 0;
  background: #fff7f4;
}

.news18-side {
  position: sticky;
  top: 18px;
  padding: 24px;
}

.news18-side h2 {
  margin: 0 0 14px;
  color: var(--news18-blue);
  font-size: 24px;
  line-height: 1.25;
}

.news18-side p {
  margin: 0 0 18px;
  color: var(--news18-muted);
  line-height: 1.65;
}

.news18-source-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 13px 16px;
  border-radius: 8px;
  background: var(--news18-teal);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.news18-source-url {
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  background: #f6fafc;
  color: #506475;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.news18-sidebar-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.news18-sidebar-post {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 13px;
  border: 1px solid #e0ebf1;
  border-radius: 8px;
  background: #f8fbfd;
  color: var(--news18-ink) !important;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.news18-sidebar-post:hover {
  transform: translateY(-2px);
  border-color: #b8d8df;
  box-shadow: 0 10px 24px rgba(8, 44, 76, 0.1);
}

.news18-sidebar-thumb {
  display: grid;
  place-items: center;
  width: 78px;
  height: 58px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2edf2;
  overflow: hidden;
}

.news18-sidebar-thumb img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  image-rendering: auto;
}

.news18-sidebar-thumb.has-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news18-sidebar-post h3 {
  margin: 0 0 7px;
  color: var(--news18-blue);
  font-size: 16px;
  line-height: 1.32;
}

.news18-sidebar-post p {
  margin: 0;
  color: var(--news18-muted);
  font-size: 13px;
  line-height: 1.45;
}

.news18-sidebar-post span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--news18-teal);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .news18-grid {
    grid-template-columns: 1fr;
  }

  .news18-side {
    position: static;
  }
}

@media (max-width: 560px) {
  .news18-hero {
    padding: 48px 18px 42px;
  }

  .news18-body {
    padding: 38px 18px 52px;
  }

  .news18-card-inner {
    padding: 24px;
  }

  .news18-image {
    aspect-ratio: 16 / 10;
  }
}
