/* public/css/email.css */

/* Attachment Checkboxes */
.attachment-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.attachment-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.attachment-option input[type="checkbox"] {
  width: auto;
  margin: 0;
}
