.colab-screenshot {
  position: relative;
  height: 68%;
  margin-top: 2%;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #f4f6f8;
}
.colab-screenshot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.code-target,
.run-target {
  position: absolute;
  font-size: clamp(11px, 0.9vw, 19px);
  font-weight: 850;
}
.code-target {
  left: 10.8%;
  top: 0.5%;
  width: 87.3%;
  height: 99%;
  border: 4px solid var(--green);
  pointer-events: none;
}
.code-target b {
  position: absolute;
  right: 1.5%;
  top: 15%;
  padding: 0.35em 0.6em;
  background: var(--green);
  color: #fff;
}
.run-target {
  left: 11.6%;
  top: 3%;
  width: 3%;
  height: 10%;
  border: 4px solid #df3131;
  border-radius: 50%;
  pointer-events: none;
}
.run-target b {
  position: absolute;
  left: 120%;
  top: -25%;
  width: max-content;
  padding: 0.35em 0.6em;
  background: #df3131;
  color: #fff;
  line-height: 1.2;
}
.screenshot-download {
  display: block;
  margin-top: 0.8%;
  color: var(--green-dark);
  font-size: clamp(11px, 0.8vw, 16px);
  font-weight: 850;
  text-align: right;
}
