/* Style for all buttons containing SVG icons */
.send-button img,
#edit-instruction-btn img,
#settings-btn img,
.copy-button img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

/* Increase the size of the edit icon in the edit button by 100% */
#edit-instruction-btn img {
  width: 2em;
  height: 2em;
}

/* Increase the size of the settings icon in the settings button by 100% */
#settings-btn img {
  width: 2em;
  height: 2em;
}

/* Center the icon within the edit button */
#edit-instruction-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Center the icon within the settings button */
#settings-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.send-button img {
  color: white;
}
