.squeezers {
  margin: 0 auto;
  max-width: 950px;
  border: 1px solid #eaeaea;
  box-shadow: inset 0 -3em 3em rgb(0 200 0 / 30%), 0 0 0 5px #fafafa, 0.3em 0.3em 1em rgb(255 255 255 / 60%);
  border-radius: 0.15rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  padding: 5rem;
  /* margin-top: 1.75em; */
}

.squeezers--card-panel {
  padding: 3rem;
  /*padding: 5rem 10rem;*/
  max-width: 444px;
}

.action-menu {
  text-align: center;
}

#lemon_description {
  text-align: left;
}

.text-muted {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  text-align: center;
  margin-top: 1rem;
}

/* Lemon Card New/Edit Modifier - matches original new form design */
.lemon-card--new {
  font-size: 1.4rem;
  width: 950px !important;
  max-width: 100%;
  margin-top: 2.5em;
}
