.meal-camera-icon {
  display: none;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 720px) {
  .meal-camera-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #cfe2dc !important;
    border-radius: 13px;
    background: #e8f5f0 !important;
  }

  .meal-camera-label {
    display: none;
  }

  .meal-camera-icon {
    display: block;
  }
}
