/* Inbox-specific styles */

/* Fix search input padding for magnifying glass icon */
input#q {
  padding-left: 35px;
}

/* Hide any truly orphaned Trix/ActionText elements (direct children of body) */
body > trix-toolbar,
body > trix-editor,
body > action-text-attachment {
  display: none !important;
}
