@import url('/assets/pilot-v3.css');
@import url('/assets/mobile-release-v1.css');

/* Replace the generic Prepared by MoveAI text pill with the real brand mark. */
.pilot-summary-head span{
  display:block;
  width:116px;
  height:34px;
  padding:0;
  border-radius:0;
  background:transparent url('/assets/moveai-logo.png') center/contain no-repeat;
  color:transparent;
  font-size:0;
  letter-spacing:0;
  text-transform:none;
}

@media(max-width:640px){
  .pilot-summary-head span{width:104px;height:30px}
}
