/* Watchdog Data Center mobile startup recovery — Run 062 */
@media (max-width: 720px) {
  body[data-sidebar-page="data-center"] .dc-mobile-recovery {
    margin: 14px 0 16px;
    padding: 20px;
    border: 1px solid #d7e0ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 39, 66, .08);
  }

  body[data-sidebar-page="data-center"] .dc-mobile-recovery[hidden] {
    display: none !important;
  }

  body[data-sidebar-page="data-center"] .dc-mobile-recovery-kicker {
    display: block;
    margin-bottom: 6px;
    color: #6f7f94;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .08em;
  }

  body[data-sidebar-page="data-center"] .dc-mobile-recovery h2 {
    margin: 0;
    color: #14243a;
    font-size: 20px;
    line-height: 1.25;
  }

  body[data-sidebar-page="data-center"] .dc-mobile-recovery p {
    margin: 10px 0 16px;
    color: #4d6078;
    font-size: 15px;
    line-height: 1.55;
  }

  body[data-sidebar-page="data-center"] #dc-mobile-retry {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #1f5fd3;
    border-radius: 12px;
    background: #1f5fd3;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    touch-action: manipulation;
  }

  body[data-sidebar-page="data-center"] #dc-mobile-retry:disabled {
    opacity: .72;
  }

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