.fuel-prefill-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 18px;
  padding:12px 14px;
  border:1px solid #cfe1d5;
  border-radius:12px;
  background:#f1f8f3;
  color:#345844;
  font-size:.88rem;
  line-height:1.45;
}
.fuel-prefill-check{
  flex:0 0 24px;
  width:24px;height:24px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#2f7547;color:#fff;
  font-weight:900;font-size:.76rem;
  margin-top:1px;
}
#fuelCustomerAccount{
  background:#f5f7f9;
  color:#536575;
  font-weight:800;
}
#fuelCustomerAccount[readonly]{cursor:default}
