.esim-store { max-width: 980px; }
.esim-filters {
  display: grid;
  grid-template-columns: 1fr 10rem;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.esim-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.esim-card {
  padding: 1.25rem 1.15rem;
}
.esim-card h3 { margin: 0 0 0.4rem; font-size: 1.15rem; }
.esim-card .esim-price {
  margin: 0.35rem 0 0.7rem;
  font-size: 1.5rem;
  font-weight: 800;
}
.esim-card ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: #64748b;
  font-size: 0.92rem;
}
.esim-detail {
  margin-top: 1.5rem;
}
.esim-qr {
  width: 220px;
  max-width: 100%;
  height: auto;
  background: #fff;
  padding: 0.75rem;
  border-radius: 8px;
}
@media (max-width: 720px) {
  .esim-filters,
  .esim-grid { grid-template-columns: 1fr; }
}
