/*
Theme Name: Dokani Child
Template: dokani-develop
Version: 1.0
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

/* Fix: видимость вкладки "Загрузить файлы" в мобильной медиабиблиотеке */
@media (max-width: 768px) {
  .media-modal .media-router .media-menu-item,
  .media-modal .media-router button.media-menu-item {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #2271b1 !important;
    background: #fff !important;
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    width: auto !important;
    min-width: 130px !important;
    height: auto !important;
    padding: 10px 14px !important;
    border: 1px solid #ccd0d4 !important;
  }

  .media-modal .media-router .media-menu-item.active,
  .media-modal .media-router button.media-menu-item.active {
    color: #1d2327 !important;
    font-weight: 600 !important;
  }
}
