#at-gc-wrapper {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  background: #fafafa;
}

#at-gc-toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

#at-gc-path {
  font-weight: bold;
  margin-right: auto;
}

#at-gc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

#at-gc-table th,
#at-gc-table td {
  border: 1px solid #ddd;
  padding: 6px 8px;
}

#at-gc-table th {
  background: #eee;
}

.at-gc-upload-label {
  background: #0073aa;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.at-gc-msg-info {
  margin-bottom: 8px;
  color: #333;
}

.at-gc-msg-success {
  margin-bottom: 8px;
  color: #0a0;
}

.at-gc-msg-error {
  margin-bottom: 8px;
  color: #c00;
}
