/* v1.2.0-fix420 Product registration flow guide (display only) */
.fix420-product-guide{
  margin:0 0 16px;
  padding:16px;
  border:1px solid #f2caa8;
  border-radius:14px;
  background:linear-gradient(180deg,#fffaf5 0%,#fff 100%);
  box-shadow:0 8px 22px rgba(92,57,24,.06);
}

.fix420-product-guide-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.fix420-product-guide-kicker{
  display:block;
  margin-bottom:3px;
  color:#d65d00;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.fix420-product-guide-head h3{
  margin:0;
  font-size:17px;
  line-height:1.45;
}

.fix420-product-guide-head p{
  margin:5px 0 0;
  color:#665f58;
  font-size:12px;
  line-height:1.6;
}

.fix420-product-guide-shortcut{
  flex:none;
  margin-top:2px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff1e5;
  color:#b84d00;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.fix420-product-guide-steps{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.fix420-product-guide-steps li{
  position:relative;
  display:flex;
  align-items:flex-start;
  min-width:0;
  gap:9px;
  padding:11px 10px;
  border:1px solid #e8e3dd;
  border-radius:11px;
  background:#fff;
}

.fix420-product-guide-steps li:not(:last-child)::after{
  content:'›';
  position:absolute;
  top:50%;
  right:-7px;
  z-index:1;
  width:13px;
  height:20px;
  margin-top:-10px;
  color:#c3b9ae;
  background:#fff;
  font-size:20px;
  font-weight:800;
  line-height:18px;
  text-align:center;
}

.fix420-product-guide-steps li.is-primary{
  border-color:#f5a55f;
  background:#fff8f1;
}

.fix420-product-guide-no{
  display:grid;
  flex:0 0 24px;
  width:24px;
  height:24px;
  place-items:center;
  border-radius:50%;
  background:#24211e;
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:1;
}

.fix420-product-guide-steps .is-primary .fix420-product-guide-no{
  background:#ff6a00;
}

.fix420-product-guide-copy{
  display:block;
  min-width:0;
}

.fix420-product-guide-copy b{
  display:block;
  color:#292521;
  font-size:12px;
  line-height:1.45;
}

.fix420-product-guide-copy em{
  display:inline-block;
  margin-left:3px;
  padding:1px 4px;
  border-radius:4px;
  background:#f1efec;
  color:#756d65;
  font-size:9px;
  font-style:normal;
  font-weight:700;
  vertical-align:1px;
  white-space:nowrap;
}

.fix420-product-guide-copy small{
  display:block;
  margin-top:3px;
  color:#746d66;
  font-size:10px;
  line-height:1.45;
}

.fix420-product-guide-footnote{
  margin:10px 0 0;
  color:#716960;
  font-size:10px;
  line-height:1.5;
}

@media (max-width:980px){
  .fix420-product-guide-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .fix420-product-guide-steps li::after{
    content:none;
  }
  .fix420-product-guide-steps li:last-child{
    grid-column:1/-1;
  }
}

@media (max-width:640px){
  .fix420-product-guide{
    padding:14px;
    border-radius:12px;
  }
  .fix420-product-guide-head{
    display:block;
    margin-bottom:12px;
  }
  .fix420-product-guide-head h3{
    font-size:16px;
  }
  .fix420-product-guide-shortcut{
    display:inline-block;
    margin-top:9px;
  }
  .fix420-product-guide-steps{
    grid-template-columns:1fr;
    gap:7px;
  }
  .fix420-product-guide-steps li:last-child{
    grid-column:auto;
  }
  .fix420-product-guide-steps li{
    padding:10px;
  }
}
