


/* BB44_LINE_BOX_DIVIDER_CLEANUP_START
   Removes the thin table-like inner boxes/dividers that were still appearing inside
   dashboard summary widgets after theme cleanup. This intentionally targets the
   dashboard summary/list micro-wrappers, not the main card shells or action pills. */
.dashboard-login-watch-summary,
.dashboard-login-watch-metric,
.dashboard-login-watch-row,
.dashboard-visitor-row,
.dashboard-feed-compact-item,
.dashboard-apk-row,
.dashboard-health-item,
.dashboard-status-tile,
.dashboard-ref-mini,
.dashboard-ref-stat,
.dashboard-ref-stat .card-body,
.dashboard-ref-panel .card-body {
  background-image: none !important;
}

.dashboard-login-watch-summary,
.dashboard-login-watch-summary > *,
.dashboard-login-watch-metric,
.dashboard-login-watch-metric > *,
.dashboard-login-watch-row,
.dashboard-visitor-row,
.dashboard-feed-compact-item,
.dashboard-apk-row {
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
}

.dashboard-login-watch-summary {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.dashboard-login-watch-metric {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 2px 0 !important;
  min-height: auto !important;
}

.dashboard-login-watch-metric::before,
.dashboard-login-watch-metric::after,
.dashboard-login-watch-summary::before,
.dashboard-login-watch-summary::after,
.dashboard-login-watch-row::before,
.dashboard-login-watch-row::after,
.dashboard-visitor-row::before,
.dashboard-visitor-row::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
}

.dashboard-login-watch-row,
.dashboard-visitor-row,
.dashboard-feed-compact-item,
.dashboard-apk-row {
  box-shadow: none !important;
}

/* Remove accidental horizontal divider bars inside dashboard micro-widgets while
   preserving intentional main card borders. */
.dashboard-login-watch-card .card-body hr,
.dashboard-visitor-log-card .card-body hr,
.dashboard-ref-panel .card-body hr,
.dashboard-ref-stat .card-body hr {
  display: none !important;
}

@media (max-width: 768px) {
  .dashboard-login-watch-summary,
  .dashboard-login-watch-metric,
  .dashboard-login-watch-row,
  .dashboard-visitor-row,
  .dashboard-feed-compact-item,
  .dashboard-apk-row {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }
}
/* BB44_LINE_BOX_DIVIDER_CLEANUP_END */

