[data-md-color-scheme=slate] #logo_light_mode {
  display: none;
}
[data-md-color-scheme=white] #logo_dark_mode {
  display: none;
}

[data-md-color-scheme="slate"] {
  --md-default-fg-color: #c0c0c0;
  --md-typeset-color: #c0c0c0;
  color: #c0c0c0;
}

/* 1. Faqat site_name (birinchi topic) ni desktopda yashiramiz */
@media screen and (min-width: 1219px) {
  .md-header__title .md-header__topic:first-child {
    display: none;
  }
}

/* 2. Mobilda site_name ni markazga qo'yamiz, sahifa nomini yashiramiz (agar xohlasangiz) */
@media screen and (max-width: 1219px) {
  .md-header__title {
    width: 100%;
    text-align: center;
    margin-top: 0.25rem;
  }

    .md-header__title .md-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.3rem 0;
    height: auto;
  }
    .md-header__title .md-logo img,
  .md-header__title .md-logo svg {
    height: 1.6rem;
    width: auto;
    margin: 0 auto;
  }
  .md-header__title .md-header__ellipsis {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .md-header__title .md-header__topic:first-child {
    display: block;
    font-weight: bold;
  }

  /* Sahifa nomi (page.title) mobilda kerak bo'lmasa: */
  .md-header__title .md-header__topic:last-child {
    display: none;
  }
}

@media screen and (min-width: 1219px) {
  .md-header__title .md-logo {
    justify-content: flex-start;
  }
}