/* Удобная админка с телефона */

@media (max-width: 768px) {
  #header {
    padding: 10px 12px;
  }

  #content {
    padding: 12px;
  }

  #content-main {
    font-size: 16px;
  }

  .button,
  input[type="submit"],
  input[type="button"],
  .submit-row input,
  a.button {
    min-height: 48px !important;
    padding: 12px 18px !important;
    font-size: 1rem !important;
  }

  #changelist-filter {
    display: none;
  }

  .leads-list {
    max-width: none;
  }

  .lead-btn {
    min-height: 52px !important;
    height: auto !important;
    font-size: 1.05rem;
  }

  .leads-tabs__btn {
    flex: 1 1 auto;
    justify-content: center;
    min-height: 48px;
    padding: 12px;
  }

  .siteconfig-hub__grid {
    grid-template-columns: 1fr;
  }

  .admin-index__grid {
    grid-template-columns: 1fr;
  }

  .audit-entry__diff {
    flex-direction: column;
    align-items: flex-start;
  }

  .audit-entry__arrow {
    transform: rotate(90deg);
  }

  #result_list {
    display: block;
    overflow-x: auto;
  }

  .object-tools {
    float: none;
    margin-bottom: 12px;
  }

  .object-tools li {
    display: block;
    margin: 0 0 8px;
  }

  .object-tools a {
    display: block;
    text-align: center;
    min-height: 44px;
    line-height: 44px;
  }
}
