/* The original IvoryFX artwork, framed without changing the supplied image. */
.ivoryfx-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand-mark,
.assistant-mark {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  flex-shrink: 0;
}
.brand-mark { width: 21px; height: 21px; }
.site-header .brand { font-size: 22px; }
.assistant-mark { width: 20px; height: 20px; }
.answer-mark { width: 13px; height: 13px; margin-top: 4px; opacity: .7; }
.brand-inline { width: 14px; height: 14px; flex-shrink: 0; opacity: .75; }
.closing > .brand-mark { width: 30px; height: 30px; }
.product-window[data-stage="running"] .answer-mark { animation: brand-thinking 1.4s ease-in-out infinite; }
@keyframes brand-thinking { 0%,100% { opacity: .7; } 50% { opacity: .45; } }
