.cc-shopper {
  position: fixed;
  inset: 0;
  z-index: 100140;
  overflow-y: auto;
  padding: 18px;
  color: #1a2721;
  background: #eff5f1;
  font-family: Inter, sans-serif;
}

.cc-shopper header {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
}

.cc-shopper form {
  display: grid;
  grid-template-columns: 1fr 70px auto;
  gap: 8px;
}

.cc-shopper main section {
  padding: 8px 0;
  border-bottom: 1px solid #c6d2ca;
}

.cc-shopper output {
  display: block;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

.cc-shopper-launch {
  position: fixed;
  left: 16px;
  bottom: 76px;
  z-index: 9000;
}
