/* YDN remediation: keep the mobile navigation control clearly visible on the white header. */
@media (max-width: 991px) {
  #offcanvas-toggler {
    min-width: 42px;
    margin-left: 8px;
    text-align: center;
    font-size: 28px;
  }
  #offcanvas-toggler > i {
    color: #111 !important;
  }
}
