.cc-cook {
  position: fixed;
  inset: 0;
  z-index: 100110;
  overflow-y: auto;
  padding: 18px;
  color: #1c2621;
  background: #f7f8f3;
  font-family: Inter, sans-serif;
}

.cc-cook header,
.cc-cook form {
  display: grid;
  gap: 12px;
}

.cc-cook header {
  grid-template-columns: 44px 1fr;
}

.cc-cook article {
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #bdc9c0;
  border-radius: 8px;
  background: #fff;
}

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