/* Виджеты базы данных */
.db-widget {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.db-widget h4 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.db-widget .meta {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.db-widget table {
  width: 100%;
  margin-top: 0.5rem;
  border-collapse: collapse;
}

.db-widget th,
.db-widget td {
  padding: 0.4rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

.db-widget th {
  font-weight: 600;
  font-size: 0.85rem;
  color: #495057;
}

.db-widget .import {
  color: #dc3545;
}

.db-widget .local {
  color: #28a745;
}

.db-widget .summary {
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
  font-size: 0.9rem;
}

.db-widget .summary .local-pct {
  color: #28a745;
  font-weight: 600;
}

.db-widget .summary .import-pct {
  color: #dc3545;
  font-weight: 600;
}

.db-widget .link {
  text-align: right;
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.db-widget .link a {
  color: #0d6efd;
  text-decoration: none;
}

.db-widget .link a:hover {
  text-decoration: underline;
}
