.inm-shop-layout-root{align-items:flex-start!important}
.inm-shop-sidebar{align-self:flex-start!important}
.inm-shop-main{min-width:0!important;align-self:flex-start!important}

.inm-cashback-shop-guide{
  width:100%;
  box-sizing:border-box;
  margin:0 0 18px!important;
  padding:18px 18px 16px;
  border:1px solid rgba(180,207,146,.48);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(247,251,243,.98),rgba(238,247,230,.96));
  box-shadow:0 12px 28px rgba(8,56,37,.06);
}
.inm-csg-title{
  margin:0 0 14px!important;
  padding:0 0 0 2px;
  color:#0a382b!important;
  font-size:clamp(22px,1.7vw,31px)!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:-.02em;
}
.inm-csg-title::after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-top:8px;
  border-radius:999px;
  background:#b9db45;
}
.inm-csg-steps{
  display:grid;
  grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr) 26px minmax(0,1fr);
  gap:10px;
  align-items:stretch;
}
.inm-csg-card{
  position:relative;
  min-width:0;
  min-height:214px;
  display:grid;
  grid-template-rows:auto 86px auto;
  align-content:start;
  justify-items:center;
  padding:16px 14px 17px;
  border:1px solid rgba(195,215,181,.55);
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 20px rgba(7,57,38,.055);
  overflow:hidden;
  text-align:center;
}
.inm-csg-badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#e7f2cf;
  color:#0b4935;
  font-size:21px;
  line-height:1;
  font-weight:850;
}
.inm-csg-art{height:86px;width:100%;display:flex;align-items:center;justify-content:center;margin-top:2px}
.inm-csg-art svg{display:block;width:auto;max-width:118px;height:82px;overflow:visible}
.inm-csg-art svg *{stroke:#0d513b;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.inm-csg-art .inm-csg-fill-soft{fill:#f7fbf2;stroke:#dfead5}
.inm-csg-art .inm-csg-fill-lime{fill:#cfe83f;stroke:#b8d236}
.inm-csg-art .inm-csg-fill-green{fill:#156b4c;stroke:#0d513b}
.inm-csg-art .inm-csg-fill-gold{fill:#f0b838;stroke:#dba323}
.inm-csg-copy{align-self:start;min-width:0}
.inm-csg-copy h3{
  margin:5px 0 7px!important;
  color:#0a382b!important;
  font-size:clamp(17px,1.15vw,21px)!important;
  line-height:1.16!important;
  font-weight:800!important;
}
.inm-csg-copy p{
  margin:0!important;
  color:#68756f!important;
  font-size:clamp(12px,.9vw,15px)!important;
  line-height:1.45!important;
}
.inm-csg-arrow{display:flex;align-items:center;justify-content:center;color:#afd54d;font-size:54px;font-weight:700;line-height:1}

/* Toolbar below the guide */
.inm-shop-main .inm-cashback-shop-guide + *{margin-top:0!important}

/* Default shop view: grid */
html[data-inm-shop-view="grid"] .inm-shop-list-root{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
html[data-inm-shop-view="grid"] .inm-shop-list-root>.inm-shop-card-auto,
html[data-inm-shop-view="grid"] .inm-shop-list-root>.inm-shop-card-wrap{
  min-width:0!important;
  width:100%!important;
}
html[data-inm-shop-view="grid"] .inm-shop-list-root>:not(.inm-shop-card-auto):not(.inm-shop-card-wrap){grid-column:1/-1}
html[data-inm-shop-view="grid"] .inm-shop-card-wrap>.inm-shop-card-auto{height:100%!important}
html[data-inm-shop-view="grid"] .inm-shop-card-auto{
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:300px!important;
  height:100%!important;
  padding:22px 18px 18px!important;
  border:1px solid rgba(215,226,217,.86)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(9,58,41,.07)!important;
  text-align:center!important;
  overflow:hidden!important;
}
html[data-inm-shop-view="grid"] .inm-shop-card-auto>*{max-width:100%!important}
html[data-inm-shop-view="grid"] .inm-shop-logo-auto{
  display:block!important;
  width:auto!important;
  max-width:150px!important;
  height:auto!important;
  max-height:62px!important;
  object-fit:contain!important;
  margin:2px auto 20px!important;
}
html[data-inm-shop-view="grid"] .inm-shop-title-auto{
  margin:0 0 8px!important;
  color:#132e26!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:700!important;
  text-align:center!important;
}
html[data-inm-shop-view="grid"] .inm-shop-cashback-auto{
  color:#087542!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:800!important;
  text-align:center!important;
}
html[data-inm-shop-view="grid"] .inm-shop-description-auto{display:none!important}
html[data-inm-shop-view="grid"] .inm-shop-cta-auto{
  margin-top:auto!important;
  width:100%!important;
  max-width:190px!important;
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:12px!important;
  text-align:center!important;
}

/* In list mode keep the original wide cards and show their descriptions. */
html[data-inm-shop-view="list"] .inm-shop-description-auto{display:block!important}

@media (max-width:1450px){
  html[data-inm-shop-view="grid"] .inm-shop-list-root{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:1180px){
  .inm-csg-steps{grid-template-columns:1fr;gap:10px}
  .inm-csg-arrow{display:none}
  .inm-csg-card{min-height:150px;grid-template-columns:105px minmax(0,1fr);grid-template-rows:auto;align-items:center;justify-items:start;text-align:left;padding:15px 16px 15px 58px}
  .inm-csg-art{height:94px;width:105px;margin:0}
  .inm-csg-copy{text-align:left}
  html[data-inm-shop-view="grid"] .inm-shop-list-root{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:760px){
  .inm-cashback-shop-guide{padding:14px;border-radius:18px}
  .inm-csg-title{font-size:21px!important}
  .inm-csg-card{grid-template-columns:78px minmax(0,1fr);padding-left:52px;min-height:130px}
  .inm-csg-badge{width:34px;height:34px;font-size:18px;top:12px;left:12px}
  .inm-csg-art{width:78px;height:78px}.inm-csg-art svg{height:70px;max-width:82px}
  html[data-inm-shop-view="grid"] .inm-shop-list-root{grid-template-columns:1fr!important}
}
