/* Скриншоты приложения ГдеБенз для страниц магазинов */
.shots .gshot,
.gshot {
  flex: 0 0 180px;
  width: 180px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f7f4;
  border: 1px solid #e2e8e2;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  font-family: "Roboto", "Manrope", system-ui, sans-serif;
  color: #152033;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.gshot__bar {
  width: 36%;
  height: 4px;
  border-radius: 4px;
  background: #d8e0d8;
  margin: 0 auto 2px;
}

.gshot__title {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #00a884;
}

.gshot__caption {
  margin-top: auto;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
  color: #5f6b7a;
  padding: 0 4px 4px;
}

.gshot__map {
  position: relative;
  flex: 1;
  min-height: 120px;
  border-radius: 12px;
  background: linear-gradient(180deg, #eef2ee 0%, #e4ebe4 100%);
  border: 1px solid #d5ddd5;
  overflow: hidden;
}

.gshot__map::before {
  content: "";
  position: absolute;
  inset: 18% 8% 12% 10%;
  border: 1.5px solid rgba(40, 44, 40, 0.45);
  border-radius: 40% 45% 38% 42%;
  pointer-events: none;
}

.gshot__dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.gshot__dot--g { background: #00a884; box-shadow: 0 0 0 2px rgba(0, 168, 132, 0.2); }
.gshot__dot--r { background: #e84444; box-shadow: 0 0 0 2px rgba(232, 68, 68, 0.2); }

.gshot--1 .gshot__dot:nth-child(1) { top: 28%; left: 22%; }
.gshot--1 .gshot__dot:nth-child(2) { top: 42%; left: 38%; }
.gshot--1 .gshot__dot:nth-child(3) { top: 35%; left: 55%; }
.gshot--1 .gshot__dot:nth-child(4) { top: 52%; left: 48%; }
.gshot--1 .gshot__dot:nth-child(5) { top: 46%; left: 68%; }
.gshot--1 .gshot__dot:nth-child(6) { top: 58%; left: 30%; }
.gshot--1 .gshot__dot:nth-child(7) { top: 62%; left: 58%; }

.gshot__pill {
  align-self: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d5ddd5;
  font-size: 9px;
  font-weight: 700;
  color: #00a884;
  white-space: nowrap;
}

.gshot__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.gshot__chip {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid #d5ddd5;
  background: #fff;
  color: #5f6b7a;
}

.gshot__chip--on {
  background: #00a884;
  border-color: #00a884;
  color: #fff;
}

.gshot__list {
  display: grid;
  gap: 8px;
  flex: 1;
}

.gshot__row {
  background: #fff;
  border: 1px solid #e2e8e2;
  border-radius: 10px;
  padding: 8px 10px;
}

.gshot__row strong {
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
}

.gshot__row span {
  font-size: 9px;
  color: #00a884;
  font-weight: 600;
}

.gshot__row span.off { color: #e84444; }

.gshot__notify {
  background: #fff;
  border: 1px solid #e2e8e2;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.gshot__notify b {
  display: block;
  font-size: 10px;
  margin-bottom: 4px;
}

.gshot__notify p {
  font-size: 9px;
  line-height: 1.4;
  color: #5f6b7a;
  margin: 0;
}

.gshot__big {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #00a884;
  line-height: 1;
}

.gshot__sub {
  text-align: center;
  font-size: 10px;
  color: #5f6b7a;
}
