/* Prevent the demo logo from flashing before the repair script runs. */
@media (max-width: 767px) {
  body:not(.tm-mobile-brand-ready)
    .tdc-header-template
    .tdb_header_logo
    .tdb-logo-text-wrap {
    visibility: hidden;
  }

  #tdm-popup-modal-coaching-mobile .tdm-popup-modal {
    max-width: 430px;
  }

  #tdm-popup-modal-coaching-mobile .tdm-title {
    letter-spacing: -0.02em;
  }
}

#tdm-popup-modal-coaching-mobile .tm-placeholder-social {
  display: none !important;
}
