.db-page {
  max-width: 600px;
}

@media (min-width: 968px) {
  .db-page {
    max-width: none;
  }
}
input[type="file"] { cursor: pointer; }
input[type="file"]::file-selector-button { cursor: pointer; }

/* Collection listesi */
.coll-section {
  margin-top: 1.75rem;
  border-top: 1px solid #eee;
  padding-top: 1.25rem;
}
.coll-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.coll-section__title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}
.coll-section__empty {
  color: #999;
  font-size: 0.875rem;
}
.coll-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.65rem;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  margin-bottom: 0.4rem;
  background: #fafafa;
}
.coll-scroll {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 2px;
}
.coll-item__name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
  word-break: break-all;
}
.btn-sm-refresh,
.btn-sm-del {
  width: auto !important;
  padding: 0.3rem 0.75rem !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
}
.btn-sm-refresh {
  background: none !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
}
.btn-sm-refresh:hover {
  background: #f0f0f0 !important;
}
.btn-sm-del {
  background: #dc3545 !important;
  color: #fff !important;
  border: none !important;
}
.btn-sm-del:hover {
  background: #b02a37 !important;
}
.btn-sm-del:disabled {
  background: #ccc !important;
  cursor: not-allowed !important;
}
