/* Copyright (c) Advams Inc. All rights reserved. */
.steps-grid{gap:42px}
.steps ol{display:grid;grid-template-rows:repeat(4,92px);margin-bottom:46px}
.steps li{height:100%;min-height:0;padding:0;align-items:center}
.steps li:first-child{border-top:0}
.steps .stores{width:100%;justify-content:center;align-items:flex-start;gap:28px;padding:0 34px;text-align:center}
.steps .stores>a{display:flex;flex-direction:column;align-items:center;gap:14px}
.steps .store-qr{display:block;width:116px;height:116px;padding:7px;border-radius:12px;background:#fff}
.steps .store-badge{display:block;width:auto;height:42px}
@media(max-width:1000px) and (min-width:801px){.steps-grid{gap:30px}.steps{padding-left:30px;padding-right:30px}.steps .stores{padding:0 10px}}
@media(max-width:800px){.steps-grid{gap:24px}.steps ol{grid-template-rows:repeat(4,96px);margin-bottom:34px}.steps .stores{justify-content:center;gap:12px;padding:0}.steps .store-qr{display:none}.steps .store-badge{height:38px}}
