.defect-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1in;
  align-items: center;
  gap: 0.15in;
}

.defect-intro > p {
  margin: 0;
}

.defect-inset {
  display: grid;
  justify-items: center;
  align-self: stretch;
  margin: -0.05in 0 -0.03in;
  padding: 0.03in 0.02in 0;
  background: radial-gradient(circle at 50% 55%, rgba(93, 200, 220, 0.2), transparent 65%);
}

.defect-inset img {
  display: block;
  width: 0.9in;
  height: 0.84in;
  object-fit: contain;
}

[data-problem-id="20"] .problem-content { font-size: 0.19in; line-height: 1.4; }
[data-problem-id="20"] .problem-setup { margin-bottom: 0.08in; padding: 0.1in 0.12in; }
[data-problem-id="20"] .problem-data { margin-block: 0.08in; padding: 0.08in 0.1in; }
[data-problem-id="20"] .problem-question { margin-top: 0.08in; padding: 0.09in 0.12in; }
[data-problem-id="20"] .problem-part { padding-block: 0.07in; }

.defect-inset figcaption {
  color: #496478;
  font-size: 0.125in;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.orb-flow {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.08in;
  margin-top: 0.05in;
}

.orb-flow__label {
  max-width: 0.72in;
  color: #496478;
  font-size: 0.125in;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.orb-flow__arrow {
  color: #0b7888;
  font-size: 0.26in;
  font-weight: 900;
}

.orb-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 2px solid #769aa8;
  border-radius: 0.07in;
  background: #fff;
}

.orb-token {
  min-width: 0;
  min-height: 0.76in;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06in;
  padding: 0.05in 0.07in;
}

.orb-token + .orb-token {
  border-left: 1px solid #b8ccd3;
}

.orb-token img {
  display: block;
  width: 0.48in;
  height: 0.48in;
  object-fit: contain;
}

.orb-token strong {
  overflow-wrap: anywhere;
  font-size: 0.14in;
}

.channel-cycle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.05in 0.09in;
  margin-top: 0.1in;
  padding-top: 0.08in;
  border-top: 1px solid #b8ccd3;
  font-size: 0.14in;
}

.channel-cycle > span:first-child {
  color: #496478;
  font-weight: 750;
}

@media (max-width: 42rem) {
  .defect-intro {
    grid-template-columns: minmax(0, 1fr) 1.05in;
    gap: 0.08in;
  }

  .defect-inset img {
    width: 0.98in;
    height: 0.91in;
  }

  .orb-flow {
    grid-template-columns: auto 1fr auto;
  }

  .orb-flow__arrow {
    display: none;
  }

  .orb-token {
    flex-direction: column;
  }
}
