/*
 * Highlights / KSP bento overlay — positioning matches legacy temp.html;
 * selectors scoped under .pcp-ksp-box1 only.
 */

.pcp-ksp-box1 section.ksp-box .ksp {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.pcp-ksp-box1 section.ksp-box .ksp:empty {
  display: none;
}

.pcp-ksp-box1 .pcp-ksp-box1-fallback {
  width: 100%;
  aspect-ratio: 1184 / 640;
  min-height: 200px;
  background-color: #f5f5f5;
}

.pcp-ksp-box1 .ksp-box1-hero {
  position: relative;
}

.pcp-ksp-box1 section.ksp-box .ksp-1 {
  top: 7%;
  left: 5%;
  font-weight: 700;
  font-size: 22px;
  width: 18%;
  color: #fff;
  line-height: 25px;
}

.pcp-ksp-box1 section.ksp-box .ksp-2 {
  top: 38%;
  left: 5%;
  font-weight: 700;
  font-size: 22px;
  width: 22%;
  line-height: 25px;
}

.pcp-ksp-box1 section.ksp-box .ksp-3 {
  top: 70%;
  left: 5%;
  font-weight: 700;
  font-size: 22px;
  width: 22%;
  line-height: 25px;
}

.pcp-ksp-box1 section.ksp-box .ksp-4 {
  top: 70%;
  left: 37%;
  font-weight: 700;
  font-size: 22px;
  width: 22%;
  line-height: 25px;
}

.pcp-ksp-box1 section.ksp-box .ksp-5 {
  top: 6%;
  left: 65%;
  font-weight: 700;
  font-size: 22px;
  width: 22%;
  line-height: 25px;
}

.pcp-ksp-box1 section.ksp-box .ksp-6 {
  top: 42%;
  left: 70%;
  font-weight: 700;
  font-size: 22px;
  width: 22%;
  line-height: 25px;
}

.pcp-ksp-box1 section.ksp-box .ksp-7 {
  top: 70%;
  left: 70%;
  font-weight: 700;
  font-size: 22px;
  width: 22%;
  line-height: 25px;
}

@media screen and (max-width: 1023.98px) {
  .pcp-ksp-box1 section.ksp-box .ksp-1 {
    top: 3%;
    left: 4%;
    font-weight: 700;
    font-size: 5vw;
    width: 92%;
    color: #fff;
    line-height: 25px;
    text-align: center;
  }

  .pcp-ksp-box1 section.ksp-box .ksp-2 {
    top: 51%;
    left: 15%;
    font-weight: 700;
    font-size: 5vw;
    width: 65%;
    color: #000;
    line-height: 25px;
  }

  .pcp-ksp-box1 section.ksp-box .ksp-3 {
    top: 66%;
    left: 15%;
    font-weight: 700;
    font-size: 5vw;
    width: 65%;
    color: #000;
    line-height: 25px;
  }

  .pcp-ksp-box1 section.ksp-box .ksp-4 {
    top: 83%;
    left: 4%;
    font-weight: 700;
    font-size: 4vw;
    width: 44%;
    color: #000;
    line-height: 25px;
    text-align: center;
  }

  .pcp-ksp-box1 section.ksp-box .ksp-5 {
    top: 35%;
    left: 15%;
    font-weight: 700;
    font-size: 5vw;
    width: 65%;
    color: #000;
    line-height: 25px;
  }

  .pcp-ksp-box1 section.ksp-box .ksp-6 {
    top: 18%;
    left: 15%;
    font-weight: 700;
    font-size: 5vw;
    width: 65%;
    color: #000;
    line-height: 25px;
  }

  .pcp-ksp-box1 section.ksp-box .ksp-7 {
    top: 83%;
    left: 52%;
    font-weight: 700;
    font-size: 4vw;
    width: 44%;
    color: #000;
    line-height: 25px;
    text-align: center;
  }
}

/* Fallback CTA pill when URL is omitted (reuse learn-row sizing from theme) */
.pcp-ksp-box1 .learn-row .learn-more-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 767.98px) {
  .pcp-ksp-box1 .learn-row .learn-more-btn {
    font-size: 14px;
  }
}
