/* AI补给站订单页小调整：移动优惠券，并强调邮箱与订单密码输入框。 */

body.aibjz-checkout-page .aibjz-checkout-required-note {
  margin: 12px 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(11, 116, 229, .22);
  border-radius: 10px;
  background: rgba(239, 248, 255, .92);
  color: #0b5fb8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

body.aibjz-checkout-page input.aibjz-checkout-important-input {
  min-height: 52px !important;
  border: 2px solid rgba(11, 116, 229, .32) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%) !important;
  box-shadow: 0 8px 20px rgba(11, 116, 229, .08) !important;
  color: #111827 !important;
  font-weight: 700 !important;
}

body.aibjz-checkout-page input.aibjz-checkout-important-input::placeholder {
  color: #98a2b3 !important;
  font-weight: 400 !important;
}

body.aibjz-checkout-page input.aibjz-checkout-important-input:focus {
  border-color: #0b74e5 !important;
  box-shadow: 0 0 0 4px rgba(11, 116, 229, .16), 0 10px 24px rgba(11, 116, 229, .12) !important;
}
