/* Container below the banner */
.main_container {
  width: 1280px;
  margin: 0 auto;
}

.main_kr_container li {
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 176.471% */
}

.kr-head {
  width: 100%;
  padding: 80px 0 80px;
}

.kr-head__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 12px; /* tiny side gutter so text never kisses the edge */
}

/* Breadcrumbs */
.kr-breadcrumbs {
  color: var(--300-Neutral, #9b9da0);
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.73; /* 24.22px */
  letter-spacing: 2.52px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}

.kr-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.kr-breadcrumbs a:hover {
  text-decoration: underline;
}

.kr-breadcrumbs .sep {
  opacity: 0.7;
}

/* Title = H2 already styled globally, but ensure spacing */
.kr-title {
  margin: 0 0 10px 0;
}

/* Accent 298 × 6 under the title */
.accent--wide {
  display: inline-block;
  width: 299px;
  height: 10px;
  background-image: url("../img/accents/kr_head.svg"); /* adjust path if different */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* ---------- Two-column block ---------- */
.kr-main {
  padding: 0 0 60px;
}
.kr-main__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 816px; /* right fixed, left fluid */
  gap: 32px;
  padding: 0;
}

/* LEFT column */
.kr-topics {
  display: flex;
  width: 349px;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.kr-pill {
  border-radius: 1000px;
  border: 1px solid #d0d0d0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.kr-pill:hover {
  background: #f6f6f6;
}

.kr-pub {
  color: #000;
  text-align: left;
  font-size: 14px;
  margin: 6px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.kr-pub .middot {
  opacity: 0.7;
}

.accent--tiny {
  display: inline-block;
  width: 100px;
  height: 8px;
  background-image: url("../img/accents/kr-single/published_under.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* RIGHT column */
.kr-intro {
  border-bottom: 1px solid var(--200-Neutral, #dedede);
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.slider-sep {
  margin-bottom: 40px;
}

/* WYSIWYG spacing */
.kr-about.wysiwyg > *:first-child {
  margin-top: 0;
}
.kr-about.wysiwyg > * + * {
  margin-top: 14px;
}
.kr-about ul {
  padding-left: 20px;
}

/* Download button */
.kr-download-wrap {
  margin: 28px 0 0;
}

.kr-btn--download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 48px;
  padding: 16px 24px;
  border-radius: 12px;
  background: var(--500-Crea-Pink, #fa455c);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.kr-btn--download:hover {
  filter: brightness(0.95);
}

.kr-btn--download img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-block;
}

/* === Related Resources === */
.kr-related {
  padding: 20px 0 80px;
}
.kr-related__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 816px;
  gap: 40px;
}
.kr-related__left h2 {
  margin: 0 0 10px;
}
.kr-related__left .accent {
  display: inline-block;
  width: 120px;
  height: 8px;
  background: url("../img/accents/kr_head.svg") no-repeat 0 0 / 100% 100%;
}

.kr-related__right {
  width: 100%;
}

/* Single related row */
.rr-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 0;
  border-top: 1px solid #cad4de;
}
.rr-item:first-child {
  border-top: 1px solid #cad4de;
} /* explicit edge */

.rr-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.rr-badge {
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 41px;
  background: var(--500-Yellow, #ffc845);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}

.rr-title {
  margin: 6px 0 10px;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  color: #000;
}
.rr-title a {
  color: inherit;
  text-decoration: none;
}
.rr-title a:hover {
  text-decoration: underline;
}

/* Reuse topic pills from earlier block */
.kr-topics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.kr-pill {
  border-radius: 1000px;
  border: 1px solid #d0d0d0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.kr-pill:hover {
  background: #f1f1f1;
}

/* Right-side circular download */
.rr-download {
  display: inline-flex;
  width: 40px;
  aspect-ratio: 1 / 1;
  padding: 11px 10px 9px 10px; /* match Figma-ish values */
  justify-content: center;
  align-items: center;
  border-radius: 41px;
  background: var(--500-Crea-Pink, #fa455c);
  text-decoration: none;
  flex: 0 0 auto;
}
.rr-download img {
  width: 20px;
  height: 20px;
  display: block;
}
.rr-download:hover {
  filter: brightness(0.95);
}
