.page-shell {
  padding: 24px 0 48px;
}

.page-titlebar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.page-title {
  font-weight: 900;
  font-size: 26px;
  margin: 0;
  color: #0f172a;
}

.page-subtitle {
  margin: 4px 0 0 0;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.65);
  font-size: 13px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 18px;
}

.content-grid.article-grid {
  grid-template-columns: 260px 1fr 320px;
}

.mobile-news-header,
.mobile-bottom-nav {
  display: none;
}

.news-notification-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-notification-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 14px;
  text-decoration: none;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.news-notification-thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  background: rgba(15, 23, 42, 0.06);
}

.news-notification-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-notification-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-notification-title {
  font-weight: 800;
  font-size: 13px;
  line-height: 1.3;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-notification-meta {
  font-size: 12px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.64);
}

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

  .content-grid.article-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .content-grid.article-grid > * {
    min-width: 0;
    width: 100%;
  }

  .content-grid.article-grid > .article-main {
    order: 1;
  }

  .content-grid.article-grid > .article-rail-left {
    order: 2;
  }

  .content-grid.article-grid > .article-rail-right {
    order: 3;
  }
}

.article-byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(15, 23, 42, 0.02);
}

.byline-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.byline-center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.byline-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

img.byline-avatar {
  object-fit: contain;
  padding: 6px;
  background: #fff;
}

.byline-avatar-letter {
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 22px;
  color: #18449c;
  background: rgba(24, 68, 156, 0.10);
}

.byline-name {
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
}

.byline-views {
  margin-top: 2px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.62);
}

.byline-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  white-space: nowrap;
}

.byline-loc {
  font-weight: 900;
  color: rgba(15, 23, 42, 0.78);
}

.byline-time {
  margin-top: 2px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.62);
}

.article-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(15, 23, 42, 0.02);
}

.article-admin-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.article-admin-meta-label {
  font-weight: 900;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.70);
}

.article-admin-meta-value {
  font-weight: 900;
  font-size: 12px;
  color: #0f172a;
}

.article-admin-meta-link {
  font-weight: 950;
  font-size: 12px;
  color: #0b3aa4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.share-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.7);
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 18px;
  color: #0f172a;
  background: rgba(15, 23, 42, 0.03);
}

.share-btn:hover {
  background: rgba(24, 68, 156, 0.10);
}

.share-whatsapp { color: #16a34a; }
.share-facebook { color: #1877f2; }
.share-x { color: #0f172a; }
.share-telegram { color: #229ed9; }
.share-instagram { color: #e1306c; }

.share-copy {
  cursor: pointer;
}

.share-copied {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.35);
}

.yt-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.yt-mini-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(15, 23, 42, 0.02);
  text-decoration: none;
  color: inherit;
}

.yt-mini-thumb {
  width: 96px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.yt-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-mini-title {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.yt-mini-meta {
  margin-top: 6px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.62);
}

.article-tagbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.follow-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(15, 23, 42, 0.02);
}

.follow-title {
  font-weight: 900;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.72);
}

.follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}

.follow-youtube { color: #b91c1c; background: rgba(185, 28, 28, 0.08); }
.follow-whatsapp { color: #15803d; background: rgba(21, 128, 61, 0.10); }

.read-also {
  margin: 18px 0;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(24, 68, 156, 0.06);
}

.read-also-label {
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.70);
  text-transform: uppercase;
}

.read-also-link {
  display: inline;
  font-weight: 950;
  color: #0b3aa4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.read-also-meta {
  margin-top: 6px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.62);
}

.surface-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.filters-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .filters-row {
    grid-template-columns: 1fr;
  }
}

.news-row-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-row-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(15, 23, 42, 0.02);
}

.news-row-card.compact {
  grid-template-columns: 84px 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
}

.news-row-card.compact .news-row-thumb {
  height: 64px;
}

.news-row-card.compact .news-row-title {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.news-row-card.compact .news-row-meta {
  margin-top: 6px;
}

.news-row-card:hover {
  background: rgba(24, 68, 156, 0.08);
}

@media (max-width: 520px) {
  .news-row-card {
    grid-template-columns: 110px 1fr;
  }
}

.news-row-thumb {
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.news-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-row-title {
  font-weight: 900;
  font-size: 15px;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 6px;
}

.news-row-excerpt {
  font-weight: 650;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.4;
}

.news-row-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  font-weight: 800;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.62);
}

.news-row-sep {
  color: rgba(15, 23, 42, 0.35);
}

.ad-slot {
  border: 1px dashed rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.7);
}

.article-hero {
  border-radius: 18px;
  overflow: hidden;
  background: #18212d;
  border: 1px solid rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 9;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}

.article-hero img,
.article-hero-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 0;
  image-rendering: auto;
}

@media (max-width: 991px) {
  .article-byline {
    flex-wrap: wrap;
    gap: 10px;
  }

  .byline-center {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .byline-right {
    margin-left: 0;
    width: auto;
    text-align: right;
    white-space: normal;
  }

  .share-bar {
    width: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .article-hero {
    min-height: 260px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .news-epaper-header .top-section,
  .news-epaper-header .nav-section {
    display: none;
  }

  .mobile-news-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1040;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96)),
      linear-gradient(135deg, rgba(16, 78, 184, 0.10), rgba(0, 164, 255, 0.05));
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  }

  .mobile-news-header .container {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .mobile-news-topbar {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 10px;
  }

  .mobile-news-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .mobile-news-brand img {
    max-width: 168px;
    width: 100%;
    height: 40px;
    object-fit: contain;
  }

  .mobile-news-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-news-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #0b2f77;
    display: grid;
    place-items: center;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  button.mobile-news-icon {
    padding: 0;
  }

  .mobile-news-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #0b2f77;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 255, 0.96));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .mobile-news-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 2px #fff;
  }

  .mobile-news-dropdown {
    min-width: 220px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
  }

  .mobile-news-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 0 4px;
    scrollbar-width: none;
  }

  .mobile-news-strip::-webkit-scrollbar {
    display: none;
  }

  .mobile-news-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .mobile-news-chip.is-home {
    color: #fff;
    background: linear-gradient(135deg, #0b4fae, #0e8bd8);
    border-color: transparent;
  }

  .mobile-news-drawer {
    margin-top: 10px;
  }

  .mobile-news-drawer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 4px 0 6px;
  }

  .mobile-news-drawer-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: 800;
    color: #0f172a;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.96));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
  }

  .mobile-bottom-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 1045;
    padding: 8px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(12px);
  }

  .mobile-bottom-link {
    min-height: 56px;
    border: none;
    border-radius: 18px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.01em;
  }

  .mobile-bottom-link i {
    font-size: 20px;
    color: #0b4fae;
  }

  button.mobile-bottom-link {
    padding: 0;
  }

  .page-shell {
    padding: 12px 0 108px;
    background:
      radial-gradient(circle at top left, rgba(24, 68, 156, 0.08), transparent 38%),
      linear-gradient(180deg, #f8fbff 0%, #ffffff 38%);
  }

  .container.py-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .content-grid.article-grid {
    gap: 14px;
  }

  .surface-card {
    border-radius: 20px;
    padding: 14px 12px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  }

  .article-main.surface-card {
    padding: 16px 14px 20px;
  }

  .article-rail.surface-card {
    padding: 12px;
  }

  .article-h1 {
    margin: 8px 0 10px;
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.18;
  }

  .article-byline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    background:
      radial-gradient(circle at top left, rgba(14, 139, 216, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(24, 68, 156, 0.05), rgba(15, 23, 42, 0.02));
  }

  .byline-left {
    width: 100%;
    gap: 10px;
  }

  .byline-center {
    order: 2;
    width: 100%;
  }

  .byline-right {
    order: 3;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    white-space: normal;
  }

  .byline-loc,
  .byline-time {
    margin-top: 0;
  }

  .share-bar {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    scrollbar-width: none;
  }

  .share-bar::-webkit-scrollbar {
    display: none;
  }

  .share-btn {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .article-hero {
    min-height: 0;
    padding: 0;
    border-radius: 20px;
  }

  .article-hero img,
  .article-hero-image {
    width: 100%;
    max-height: none;
    border-radius: 0;
  }

  .article-excerpt,
  .article-superlead {
    padding: 14px;
    border-radius: 16px;
  }

  .article-subheads .article-subhead {
    padding: 12px 13px;
    border-radius: 14px;
  }

  .article-body {
    font-size: 17px;
    line-height: 1.7;
  }

  .article-body p {
    margin: 0 0 10px;
  }

  .page-title {
    font-size: 20px;
  }

  .news-row-card,
  .news-row-card.compact {
    grid-template-columns: 92px 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
    background:
      radial-gradient(circle at top right, rgba(14, 139, 216, 0.10), transparent 34%),
      linear-gradient(180deg, rgba(24, 68, 156, 0.03), rgba(15, 23, 42, 0.01));
  }

  .news-row-card.compact .news-row-thumb {
    height: 76px;
    border-radius: 16px;
  }

  .news-row-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .news-row-meta {
    margin-top: 6px;
  }
}

@media (max-width: 480px) {
  .mobile-news-topbar {
    grid-template-columns: 42px 1fr auto;
    gap: 8px;
  }

  .mobile-news-brand img {
    max-width: 148px;
    height: 36px;
  }

  .mobile-news-actions {
    gap: 6px;
  }

  .mobile-news-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 16px;
  }

  .mobile-news-link {
    height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .mobile-news-chip {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .mobile-news-drawer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mobile-bottom-nav {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    padding: 6px;
    border-radius: 20px;
  }

  .mobile-bottom-link {
    min-height: 52px;
    border-radius: 16px;
    font-size: 11px;
  }

  .surface-card {
    border-radius: 18px;
    padding: 12px 10px;
  }

  .article-main.surface-card {
    padding: 12px 10px 16px;
  }

  .article-byline {
    padding: 10px;
  }

  .byline-avatar {
    width: 40px;
    height: 40px;
  }

  .share-btn {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .article-hero {
    min-height: 0;
    padding: 0;
  }

  .article-body {
    font-size: 16px;
  }
}

.article-h1 {
  margin: 14px 0 6px;
  font-weight: 950;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.15;
  color: #0f172a;
}

.article-meta {
  font-weight: 800;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.62);
}

.article-excerpt {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 210, 0, 0.16);
  font-weight: 750;
}

.article-superlead {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 210, 0, 0.16);
  font-weight: 600;
  color: #0f172a;
}

.article-subheads .article-subhead {
  background: rgba(15, 23, 42, 0.03);
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 650;
  color: #0f172a;
}

.header-region-pill {
  min-width: 260px;
  height: 90px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.35));
  border: 1px solid rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  font-size: 36px;
  font-weight: 1000;
  color: #ef4444;
  letter-spacing: 0.2px;
  box-shadow: inset 0 0 0 6px rgba(255, 210, 0, 0.35);
}

.article-body {
  margin-top: 14px;
  color: rgba(15, 23, 42, 0.86);
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-body p,
.article-body li,
.article-body a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-body p {
  margin: 0 0 6px;
}

.article-body li {
  margin: 0 0 4px;
}

.article-body ul,
.article-body ol {
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 24px;
}

.article-body b,
.article-body strong {
  font-weight: 700;
}

.article-body .eeroju-img-center {
  text-align: center;
}

.article-body .eeroju-img-center img {
  margin-left: auto;
  margin-right: auto;
}

.article-body h3 {
  margin-top: 18px;
  font-weight: 950;
  font-size: 18px;
  color: #0f172a;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(24, 68, 156, 0.10);
  color: #18449c;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
}

.tag-chip:hover {
  background: rgba(24, 68, 156, 0.16);
}

.zilla-tabs {
  border: 0;
  background: rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  padding: 6px;
  gap: 8px;
}

.zilla-tabs .nav-link {
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(15, 23, 42, 0.75);
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: transform 140ms ease, background 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.zilla-tabs .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120px 40px at 30% 20%, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0)) ,
              linear-gradient(135deg, rgba(24, 68, 156, 0.12), rgba(255, 210, 0, 0.10));
  opacity: 0;
  transition: opacity 140ms ease;
}

.zilla-tabs .nav-link:hover {
  transform: translateY(-1px);
  color: rgba(15, 23, 42, 0.92);
}

.zilla-tabs .nav-link:hover::before {
  opacity: 0.6;
}

.zilla-tabs .nav-link.active {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(255, 210, 0, 0.95), rgba(255, 210, 0, 0.55));
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
}

.zilla-tabs .nav-link.active::before {
  opacity: 0.45;
}

.zilla-tabs-notch {
  background: #e5e7eb;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.zilla-tabs-notch .nav-item {
  position: relative;
}

.zilla-tabs-notch .nav-link {
  border-radius: 0;
  padding: 12px 14px;
  background: transparent;
  font-weight: 900;
}

.zilla-tabs-notch .nav-link::before {
  display: none;
}

.zilla-tabs-notch .nav-link.active {
  background: #0b3d91;
  color: #fff;
  box-shadow: none;
}

.zilla-tabs-notch .nav-link.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #0b3d91;
}

.zilla-tabs-notch .nav-item:first-child .nav-link.active {
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}

.zilla-tabs-notch .nav-item:last-child .nav-link.active {
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
}

.zilla-tabs-notch .nav-item:last-child .nav-link.active::after {
  display: none;
}

.zilla-tabs-notch .nav-item:last-child .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 18px solid #0b3d91;
}

.zilla-tabs-notch .nav-link:not(.active) {
  color: rgba(15, 23, 42, 0.72);
}
