/* Website update v48 — PRO WALL handle spacing and compact documentation thumbnail. */

/* Move only the weighted handle in the PRO WALL M package slightly right,
   leaving a clear white gap between the copy and the image. */
@media (min-width: 641px) {
  .pro-wall-handle-pair > img:first-child {
    position: relative;
    left: 22px;
  }
}

/* Keep the documentation cards visually consistent while retaining a small
   preview of the technical drill-pattern drawing. */
.documentation-card.drill-pattern-card {
  position: relative;
}

.documentation-card.drill-pattern-card .documentation-thumbnail {
  position: absolute;
  right: clamp(1.35rem, 3vw, 2.2rem);
  bottom: clamp(1.35rem, 3vw, 2.2rem);
  width: 58px;
  margin: 0;
  padding: 4px;
  border-radius: 7px;
  background: #f6f9fc;
}

.documentation-card.drill-pattern-card .documentation-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.documentation-card.drill-pattern-card .documentation-thumbnail figcaption {
  display: none;
}

@media (max-width: 520px) {
  .documentation-card.drill-pattern-card .documentation-thumbnail {
    right: 1.2rem;
    bottom: 1.35rem;
    width: 46px;
    padding: 3px;
  }

  .documentation-card.drill-pattern-card .button {
    max-width: calc(100% - 58px);
  }
}
