.kn-dl .sem-hero-inner.sem-hero-grid { gap: 24px; }
.kn-dl-top {
  display: grid;
  gap: 20px;
  margin: 8px 0 28px;
  align-items: start;
}
@media (min-width: 900px) {
  .kn-dl-top { grid-template-columns: 1.35fr 0.65fr; }
}
.kn-dl-table-wrap {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0 8px 24px rgba(44,42,38,.05);
}
.kn-dl-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  min-width: 520px;
}
.kn-dl-table th,
.kn-dl-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #ebe6dc;
  color: #2c2a26;
  font-size: 15px;
}
.kn-dl-table th {
  background: #2c2a26;
  color: #fff;
  font-weight: 700;
}
.kn-dl-table tr:last-child td { border-bottom: 0; }
.kn-dl-table tbody tr:nth-child(even) { background: #f8f6f1; }
.kn-dl-table a {
  color: #8a6a14;
  font-weight: 700;
  text-decoration: none;
}
.kn-dl-table a.kn-dl-btn {
  display: inline-block;
  background: #2c2a26;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
}
.kn-dl-table a.kn-dl-btn:hover { background: #E6AD38; color: #2c2a26; }
.kn-dl-side img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(44,42,38,.08);
}
.kn-dl-article {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 16px;
  padding: 26px 24px;
  margin: 0 0 22px;
  color: #334155;
  line-height: 1.75;
}
.kn-dl-article h1 {
  color: #2c2a26;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 16px;
  text-transform: none;
}
.kn-dl-article h2 {
  color: #2c2a26;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 22px 0 10px;
}
.kn-dl-article p { margin: 0 0 14px; }
.kn-dl-article ul,
.kn-dl-article ol {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}
.kn-dl-article li { margin-bottom: 8px; }
.kn-dl-pattern {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px;
  background: #fff;
}
.kn-dl-pattern th,
.kn-dl-pattern td {
  border: 1px solid #ebe6dc;
  padding: 12px 14px;
  text-align: left;
  color: #334155;
  font-size: 15px;
  vertical-align: top;
}
.kn-dl-pattern th {
  width: 38%;
  background: #f8f6f1;
  color: #2c2a26;
  font-weight: 700;
}
.kn-dl-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}
.kn-dl-related a {
  background: #fff;
  border: 1px solid #ebe6dc;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #5c4a1a;
  text-decoration: none;
}
.kn-dl-related a:hover { border-color: #E6AD38; }
@media (max-width: 767px) {
  .kn-dl-article { padding: 18px 14px; }
  .kn-dl-pattern th,
  .kn-dl-pattern td { display: block; width: 100%; }
  .kn-dl-pattern th { border-bottom: 0; }
}
