/* Watchdog Data Center generated-sheet mobile layer — Run 061 */
@media (max-width: 720px) {
  body[data-sidebar-page="data-center"] .dc-result-builder {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  body[data-sidebar-page="data-center"] #dc-result-note {
    margin: 14px 0 12px !important;
    color: #51647c !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body[data-sidebar-page="data-center"] .dc-results {
    position: relative !important;
    max-width: 100% !important;
    max-height: min(62dvh, 560px) !important;
    overflow: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dce6ed !important;
    border-radius: 14px !important;
    background: #fff !important;
    scroll-padding-left: 148px;
  }

  body[data-sidebar-page="data-center"] .dc-results:focus-visible {
    outline: 3px solid rgba(47, 109, 246, .35) !important;
    outline-offset: 3px !important;
  }

  body[data-sidebar-page="data-center"] .dc-results table {
    width: max-content !important;
    min-width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  body[data-sidebar-page="data-center"] .dc-results th,
  body[data-sidebar-page="data-center"] .dc-results td {
    min-width: 148px !important;
    max-width: 240px !important;
    padding: 12px 13px !important;
    color: #31445d !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    vertical-align: top !important;
  }

  body[data-sidebar-page="data-center"] .dc-results th {
    position: sticky !important;
    top: 0 !important;
    z-index: 3 !important;
    color: #52657c !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    background: #eef5f8 !important;
  }

  body[data-sidebar-page="data-center"] .dc-results th:first-child,
  body[data-sidebar-page="data-center"] .dc-results td:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 2 !important;
    min-width: 148px !important;
    max-width: 188px !important;
    background: #fff !important;
    box-shadow: 8px 0 14px -12px rgba(17, 38, 64, .5);
  }

  body[data-sidebar-page="data-center"] .dc-results th:first-child {
    z-index: 4 !important;
    background: #e7f0f4 !important;
  }

  body[data-sidebar-page="data-center"] .dc-results[aria-busy="true"] {
    opacity: .72;
  }

  body[data-sidebar-page="data-center"] #dc-build[aria-busy="true"],
  body[data-sidebar-page="data-center"] #dc-export[aria-busy="true"] {
    cursor: progress !important;
    opacity: .72 !important;
  }

  .dc-mobile-result-status {
    position: fixed;
    z-index: 10070;
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(16px + env(safe-area-inset-bottom));
    padding: 13px 14px;
    border-radius: 14px;
    background: #14243a;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    box-shadow: 0 16px 40px rgba(10, 24, 43, .24);
  }

  .dc-mobile-result-status[data-tone="success"] { background: #176846; }
  .dc-mobile-result-status[data-tone="error"] { background: #8e2b2b; }
}

@media (max-width: 420px) {
  body[data-sidebar-page="data-center"] .dc-results {
    max-height: min(58dvh, 500px) !important;
  }

  body[data-sidebar-page="data-center"] .dc-results th,
  body[data-sidebar-page="data-center"] .dc-results td {
    min-width: 138px !important;
    max-width: 210px !important;
    font-size: 13px !important;
  }

  body[data-sidebar-page="data-center"] .dc-results th:first-child,
  body[data-sidebar-page="data-center"] .dc-results td:first-child {
    min-width: 138px !important;
    max-width: 172px !important;
  }
}