/* Overrides to guarantee readability and uniform logo sizing */

#figureBar .chipImg{
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Make sure dropdown text is visible */
select, select option{
  color: #111 !important;
  background: #fff !important;
}

/* Contact topic select: full contrast for closed state (some themes inherit dark text on dark) */
.contactShell select.contactTopicSelect{
  color: #0f172a !important;
  background-color: #ffffff !important;
}
