/* 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 {
  display: none;
  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;
  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: 189px;
  height: 8px;
  background: url("../img/accents/kr-single/related_resources.svg");
  background-repeat: no-repeat;
  background-size: 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;
}

.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);
}

.kr-main .kr-main__inner .kr-right .kr-about > ul > li {
  list-style-type: disc;
}

/* Style links inside .kr-about.wysiwyg */
.kr-about.wysiwyg a {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #fbc84e;
  text-decoration-thickness: 13%; /* 2.34px */
  text-underline-offset: 25%; /* 4.5px */
  text-underline-position: from-font;
}

.kr-about.wysiwyg a:hover {
  color: grey;
}



@media (max-width: 980px) {
  .kr-pill--mobile-hide {
    display: none !important;
  }
  .main_container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px !important;
  }
  .kr-head {
    padding: 0;
  }
  .kr-head__inner {
    padding: 0;
    margin-bottom: 40px;
  }
  .kr-head__inner .kr-title {
    margin-bottom: 0;
  }
  .kr-head__inner .accent {
    margin-top: 20px;
  }

  .kr-main .kr-main__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .kr-main .kr-main__inner .kr-topics {
    margin-bottom: 30px;
  }

  .kr-main .kr-main__inner .kr-right .kr-intro .p1 {
    color: #000;

    /* Body/P3 */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
  }

  .kr-main .kr-main__inner .kr-right .kr-about.wysiwyg {
    color: var(--Black, #000);

    /* Body/P3 */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 173.333% */
  }

  .kr-main .kr-main__inner .kr-right .kr-about.wysiwyg > strong,
  b {
    color: #000;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
  }

  .kr-main .kr-main__inner .kr-right .kr-about > ul {
    padding: 0;
  }

  .kr-main .kr-main__inner .kr-right .kr-download-wrap {
    margin-top: 40px;
  }

  .accent.accent--tiny {
    display: none;
  }

  .kr-related {
    padding: 0;
  }

  .kr-related .kr-related__inner {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 40px;
  }

  .kr-related .kr-related__inner .kr-related__right .rr-item {
    align-items: flex-start;
  }

  .kr-related .kr-related__inner .kr-related__right .rr-item:first-child {
    border-top: none;
    padding-top: 0;
  }

  /*
  .kr-breadcrumbs > :nth-child(-n + 2) {
    display: none !important;
  }

  .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; 
    letter-spacing: 2.52px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
  }*/
}
