.sgdl {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.sgdl__bar {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sgdl__crumbs {
  display: flex;
  gap: 6px;
  align-items: center;
  flex: 1;
  min-width: 200px;
}

.sgdl__crumbs a {
  text-decoration: none;
}

.sgdl__search {
  display: flex;
  gap: 6px;
  align-items: center;
}

.sgdl__search input[type="search"] {
  padding: 6px 8px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}

.sgdl__table {
  width: 100%;
  border-collapse: collapse;
}

.sgdl__table th,
.sgdl__table td {
  padding: 8px;
  border-top: 1px solid #f1f5f9;
}

.sgdl__icon-cell {
  width: 72px;
}

.sgdl__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.sgdl__icon--thumb {
  object-fit: cover;
  border-radius: 6px;
}

.sgdl__table th {
  text-align: left;
  font-weight: 600;
  color: #111827;
}

.sgdl__muted {
  color: #6b7280;
}

.sgdl__btn {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
}

.sgdl__btn + .sgdl__btn {
  margin-left: 6px;
}

.sgdl__error {
  padding: 10px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  border-radius: 8px;
  color: #991b1b;
}
