/* Business news listing & article pages */

.kse-news-page .kse-reveal {
  opacity: 1;
  transform: none;
}

.kse-news-page .kse-hero-copy {
  max-width: 62ch;
}

/* Toolbar */
.knp-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 20px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid var(--kse-line);
  border-radius: 14px;
  background: #fff;
}

.knp-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 1 1 320px;
  min-width: 0;
}

.knp-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 260px;
  min-width: 0;
  border: 1px solid var(--kse-line);
  border-radius: 11px;
  padding: 8px 12px;
  background: #fff;
  min-height: 42px;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.knp-search:focus-within {
  border-color: #89bced;
  box-shadow: 0 0 0 3px rgba(0, 100, 207, 0.12);
}

.knp-search i {
  color: var(--kse-muted);
  font-size: 0.88rem;
  flex-shrink: 0;
}

.knp-search input[type="search"],
.knp-search input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--kse-text);
  height: auto;
  min-height: 0;
}

.knp-search input::placeholder {
  color: #9baebb;
  font-weight: 500;
}

.knp-meta {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--kse-muted);
  white-space: nowrap;
}

/* Quick-filter category pills */
.knp-category-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -6px 0 18px;
}

.knp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: #eef2f6;
  color: #2d4154;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.knp-pill:hover {
  background: #e2e9f0;
}

.knp-pill.is-active {
  background: var(--kse-brand, #0064cf);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 100, 207, 0.22);
}

.knp-pill.is-active:hover {
  background: #0056b3;
}

/* Category tags (shared with homepage feed) */
.kse-news-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.kse-news-tag--results {
  background: #dcf5ec;
  color: #0b6e46;
}

.kse-news-tag--corporate {
  background: #f0e8ff;
  color: #5e35b1;
}

.kse-news-tag--regulatory {
  background: #e8f2ff;
  color: #1565c0;
}

.kse-news-tag--market {
  background: #fff3e0;
  color: #e65100;
}

/* News feed cards */
.knp-feed {
  display: grid;
  gap: 12px;
}

.knp-card {
  border: 1px solid var(--kse-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.knp-card:hover {
  border-color: #b8d4ef;
  box-shadow: 0 10px 28px rgba(8, 36, 64, 0.08);
  transform: translateY(-1px);
}

.knp-card-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
}

.knp-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 18px 14px;
  background: linear-gradient(180deg, #f3f9ff, #eaf3fb);
  border-right: 1px solid #e3edf7;
  text-align: center;
}

.knp-card-day {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  color: #0a3d6b;
}

.knp-card-month {
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #3d6f9a;
}

.knp-card-year {
  margin-top: 2px;
  font-size: 0.72rem;
  color: #6f8da8;
}

.knp-card-time {
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #8aa3b8;
  letter-spacing: 0.02em;
}

.knp-card-body {
  padding: 16px 18px;
  min-width: 0;
}

.knp-card-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.knp-ticker-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e3f2fd;
  color: #0d47a1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.knp-card-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.38;
  color: #0f2438;
  font-weight: 700;
}

.knp-card:hover .knp-card-title {
  color: var(--kse-brand);
}

.knp-card-excerpt {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4e6578;
}

.knp-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  font-size: 0.82rem;
}

.knp-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f8599;
  font-weight: 600;
}

.knp-source i {
  color: #89a8c4;
}

.knp-read {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--kse-brand);
  font-weight: 700;
}

.knp-empty {
  padding: 42px 24px;
  text-align: center;
  border: 1px dashed #c8dcec;
  border-radius: 16px;
  background: #f8fbff;
  color: #5c7285;
}

.knp-empty h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #0f2438;
}

.knp-empty p {
  margin: 0;
  font-size: 0.92rem;
}

.knp-empty-action {
  margin-top: 14px;
}

.knp-footnote {
  margin-top: 18px;
}

/* Pagination */
.knp-pagination {
  margin-top: 28px;
  padding: 18px 20px 16px;
  border: 1px solid var(--kse-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
  box-shadow: 0 8px 24px rgba(8, 36, 64, 0.04);
}

.knp-pagination-summary {
  margin: 0 0 14px;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--kse-muted);
  line-height: 1.45;
}

.knp-pagination-page {
  display: inline-block;
  margin-left: 4px;
  color: #8aa0b3;
  font-weight: 600;
}

.knp-pagination-nav {
  display: flex;
  justify-content: center;
}

.knp-pagination-list,
.kse-news-page .knp-pagination .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0;
  box-shadow: none;
}

/* Legacy flat CI output fallback */
.kse-news-page .knp-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.knp-page-item {
  display: inline-flex;
  margin: 0;
}

.knp-page-link,
.kse-news-page .knp-pagination .pagination a,
.kse-news-page .knp-pagination .pagination strong,
.kse-news-page .knp-pagination .pagination ul > li > a,
.kse-news-page .knp-pagination .pagination ul > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d7e3ef;
  border-radius: 999px;
  background: #fff;
  color: #2f4a60;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  float: none;
  margin: 0;
  box-sizing: border-box;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.knp-page-edge .knp-page-link,
.kse-news-page .knp-pagination .knp-page-prev .knp-page-link,
.kse-news-page .knp-pagination .knp-page-next .knp-page-link {
  min-width: auto;
  padding: 0 16px;
  gap: 4px;
}

.knp-page-link:hover,
.kse-news-page .knp-pagination .pagination a:hover {
  border-color: var(--kse-brand);
  color: var(--kse-brand);
  background: #f3f9ff;
}

.knp-page-item.is-active .knp-page-link,
.kse-news-page .knp-pagination .pagination ul > .active > a,
.kse-news-page .knp-pagination .pagination ul > .active > span,
.kse-news-page .knp-pagination .pagination strong {
  background: var(--kse-brand, #0064cf);
  border-color: var(--kse-brand, #0064cf);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 100, 207, 0.22);
}

.knp-page-item.is-disabled .knp-page-link,
.knp-page-item.is-disabled span,
.kse-news-page .knp-pagination .pagination ul > .disabled > span,
.kse-news-page .knp-pagination .pagination ul > .disabled > a {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
  background: #f4f7fa;
  border-color: #e2eaf2;
  color: #8aa0b3;
  box-shadow: none;
}

/* Article detail */
.knp-article-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.knp-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 28px;
  align-items: start;
}

.knp-article-main {
  min-width: 0;
}

.knp-article-sidebar {
  position: sticky;
  top: 88px;
}

.knp-sidebar-card {
  border: 1px solid #d8e6f2;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(8, 36, 64, 0.08);
}

.knp-sidebar-head {
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, #f0f7fd 0%, #fafcff 100%);
  border-bottom: 1px solid #e3edf7;
}

.knp-sidebar-eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7a94;
}

.knp-sidebar-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #0a2540;
  line-height: 1.25;
}

.knp-sidebar-sub {
  margin: 8px 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #6f8599;
}

.knp-sidebar-empty-wrap {
  padding: 22px 18px;
}

.knp-sidebar-empty {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #6f8599;
  text-align: center;
}

.knp-sidebar-list {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  counter-reset: knp-sidebar;
}

.knp-sidebar-list > li {
  border-bottom: 1px solid #eef3f8;
}

.knp-sidebar-list > li:last-child {
  border-bottom: 0;
}

.knp-sidebar-link {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 16px;
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  transition: background 0.16s ease;
}

.knp-sidebar-link:hover,
.knp-sidebar-link:focus-visible {
  background: linear-gradient(90deg, rgba(0, 100, 207, 0.06) 0%, rgba(248, 251, 255, 0.95) 38%);
  outline: none;
}

.knp-sidebar-rank {
  padding-top: 3px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #b8c9d8;
  line-height: 1.2;
  transition: color 0.16s ease;
}

.knp-sidebar-link:hover .knp-sidebar-rank,
.knp-sidebar-link:focus-visible .knp-sidebar-rank {
  color: var(--kse-brand, #0064cf);
}

.knp-sidebar-link-body {
  min-width: 0;
}

.knp-sidebar-tag {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.62rem;
  padding: 2px 8px;
  letter-spacing: 0.03em;
}

.knp-sidebar-link-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
  color: #1a3348;
  transition: color 0.16s ease;
}

.knp-sidebar-link:hover .knp-sidebar-link-title,
.knp-sidebar-link:focus-visible .knp-sidebar-link-title {
  color: var(--kse-brand, #0064cf);
}

.knp-sidebar-chevron {
  margin-top: 4px;
  font-size: 1.05rem;
  color: #c5d5e5;
  transition: transform 0.16s ease, color 0.16s ease;
}

.knp-sidebar-link:hover .knp-sidebar-chevron,
.knp-sidebar-link:focus-visible .knp-sidebar-chevron {
  color: var(--kse-brand, #0064cf);
  transform: translateX(2px);
}

.knp-sidebar-foot {
  padding: 14px 16px 16px;
  border-top: 1px solid #e8f0f7;
  background: #fbfdff;
}

.knp-sidebar-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #d4e6fb;
  border-radius: 11px;
  background: linear-gradient(180deg, #fff 0%, #f3f9ff 100%);
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f3b68;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.knp-sidebar-all:hover {
  border-color: var(--kse-brand, #0064cf);
  color: var(--kse-brand, #0064cf);
  box-shadow: 0 6px 16px rgba(0, 100, 207, 0.12);
  text-decoration: none;
}

.knp-sidebar-all i {
  font-size: 0.78rem;
  transition: transform 0.15s ease;
}

.knp-sidebar-all:hover i {
  transform: translateX(3px);
}

.knp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 0.84rem;
}

.knp-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: #6f8599;
}

.knp-breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: #a8bccf;
}

.knp-breadcrumb a {
  color: var(--kse-brand);
  text-decoration: none;
  font-weight: 600;
}

.knp-breadcrumb a:hover {
  text-decoration: underline;
}

.knp-article {
  border: 1px solid var(--kse-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(8, 36, 64, 0.06);
}

.knp-article-head {
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e8f0f7;
  background: linear-gradient(180deg, #fbfdff, #fff);
}

.knp-article-head h1 {
  margin: 10px 0 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.28;
  color: #0a2540;
}

.knp-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  font-size: 0.88rem;
  color: #5c7285;
}

.knp-article-meta time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.knp-article-meta time i,
.knp-article-meta .knp-source i {
  color: #89a8c4;
}

.knp-article-source-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.knp-article-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.knp-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8aa0b3;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.knp-action-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.knp-action-btn:hover {
  color: var(--kse-brand);
  background: #eef5fc;
}

.knp-action-btn.is-active {
  color: var(--kse-brand);
}

.knp-stock-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px 16px;
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid #e8f0f7;
  border-bottom: 1px solid #e8f0f7;
  background: linear-gradient(90deg, #f6f9fc 0%, #f2f7fd 100%);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.knp-stock-card:hover {
  background: linear-gradient(90deg, #eef5fc 0%, #e8f2fb 100%);
  box-shadow: inset 0 0 0 1px #cfe3f7;
}

.knp-stock-card-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  min-width: 0;
}

.knp-stock-symbol {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e3f2fd;
  color: #0d47a1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.knp-stock-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1f3a52;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.knp-stock-card-quote {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

.knp-stock-price {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f2438;
}

.knp-stock-change {
  font-size: 0.8rem;
  font-weight: 700;
}

.knp-stock-change.kse-up {
  color: var(--kse-up, #0b8a4b);
}

.knp-stock-change.kse-down {
  color: var(--kse-down, #c62828);
}

.knp-stock-change.kse-flat {
  color: #6f8599;
}

.knp-stock-card-chevron {
  color: #89a8c4;
  font-size: 1.2rem;
}

.knp-article-body {
  padding: 26px 30px 30px;
  font-size: 1rem;
  line-height: 1.75;
  color: #243b4f;
}

/* Inline PSX quote pills in news article description (mobile parity) */
.knp-article-body .bnews-stock-inline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 3px;
  padding: 3px 9px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  vertical-align: baseline;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.15s ease, box-shadow 0.15s ease;
}

.knp-article-body .bnews-stock-inline:hover {
  opacity: 0.92;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

.knp-article-body .bnews-stock-inline.kse-up {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.knp-article-body .bnews-stock-inline.kse-down {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.knp-article-body .bnews-stock-inline.kse-flat {
  background: #e8f0fe;
  color: #1e40af;
  border: 1px solid #c7d9f7;
}

.knp-article-body .bnews-stock-inline-sym {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.knp-article-body .bnews-stock-inline-price {
  font-weight: 600;
}

.knp-article-body .bnews-stock-inline-chg {
  font-weight: 800;
}

.knp-article-body p {
  margin: 0 0 1em;
}

.knp-article-body p:last-child {
  margin-bottom: 0;
}

.knp-article-body table {
  width: 100%;
  max-width: 100%;
  margin: 1.25em 0;
  border-collapse: collapse;
  border: 1px solid #d7e3ef;
  font-size: 0.92rem;
  line-height: 1.45;
}

.knp-article-body th,
.knp-article-body td {
  padding: 8px 12px;
  border: 1px solid #d7e3ef;
  vertical-align: top;
  text-align: left;
}

.knp-article-body th {
  background: #f3f6f9;
  font-weight: 700;
  color: #1f3a52;
}

.knp-article-body tr:nth-child(even) td {
  background: #fafcfd;
}

.knp-external-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
  padding: 18px 20px;
  border: 1px solid #d4e6fb;
  border-radius: 14px;
  background: linear-gradient(135deg, #f3f9ff, #eef6ff);
}

.knp-external-card p {
  margin: 0;
  font-size: 0.94rem;
  color: #3d586f;
  max-width: 48ch;
}

.knp-article-foot {
  padding: 0 30px 28px;
}

.knp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .knp-toolbar {
    padding: 14px;
  }

  .knp-meta {
    width: 100%;
  }

  .knp-card-link {
    grid-template-columns: 1fr;
  }

  .knp-card-date {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid #e3edf7;
  }

  .knp-card-day {
    font-size: 1.2rem;
  }

  .knp-card-month,
  .knp-card-year,
  .knp-card-time {
    margin-top: 0;
  }

  .knp-card-time {
    margin-left: auto;
    font-size: 0.72rem;
  }

  .knp-category-pills {
    margin-bottom: 14px;
  }

  .knp-pagination {
    padding: 14px 12px 12px;
  }

  .knp-pagination-page {
    display: block;
    margin: 4px 0 0;
  }

  .knp-page-edge .knp-page-link {
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .knp-page-link,
  .kse-news-page .knp-pagination .pagination a,
  .kse-news-page .knp-pagination .pagination strong {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .knp-card-body {
    padding: 14px 16px 16px;
  }

  .knp-article-head,
  .knp-article-body,
  .knp-article-foot {
    padding-left: 18px;
    padding-right: 18px;
  }

  .knp-article-head {
    padding-top: 22px;
  }

  .knp-external-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .knp-stock-card {
    grid-template-columns: 1fr auto;
    padding: 12px 14px;
  }

  .knp-stock-card-chevron {
    display: none;
  }

  .knp-stock-name {
    white-space: normal;
  }

  .knp-article-source-row {
    width: 100%;
    justify-content: space-between;
  }

  .knp-article-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .knp-article-sidebar {
    position: static;
    order: 2;
  }

  .knp-article-main {
    order: 1;
  }

  .knp-sidebar-link {
    padding: 12px 14px;
  }
}
