/* ZIP extract-steps card */
.cl6-zip {
  margin: 18px auto 0;
  max-width: 640px;
  text-align: left;
  background: #0e0e12;
  border: 1px solid rgba(252, 175, 23, 0.45);
  border-radius: 10px;
  padding: 16px 18px 14px;
}
.cl6-zip__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.cl6-zip__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaa;
  font-family: "Barlow Condensed", sans-serif;
}
.cl6-zip__pwd {
  font-size: 22px;
  font-weight: 800;
  color: #fcaf17;
  background: #16161c;
  border: 1px dashed rgba(252, 175, 23, 0.5);
  padding: 6px 14px;
  border-radius: 6px;
  letter-spacing: 0.12em;
  user-select: all;
}
.cl6-zip__copy {
  cursor: pointer;
  border: 0;
  background: #fcaf17;
  color: #000;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 4px;
}
.cl6-zip__copy:hover { background: #ffd04a; }
.cl6-zip__copy.is-ok { background: #5ce1ff; }
.cl6-zip__steps {
  margin: 0;
  padding-left: 18px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.55;
}
.cl6-zip__steps li { margin: 0 0 4px; }
.cl6-zip__steps b, .cl6-zip__steps code { color: #fff; }
.cl6-sticky-cta__pass {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cl6-sticky-cta__pass code {
  color: #fcaf17;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cl6-sticky-cta__copy {
  cursor: pointer;
  border: 1px solid #fcaf17;
  background: transparent;
  color: #fcaf17;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 3px;
}
@media (min-width: 821px) {
  .cl6-sticky-cta { max-width: 320px; }
}
