.csd-downloads {
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
}

.csd-permission-error {
  background: #fff3cd;
  color: #856404;
  padding: 10px 12px;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  margin-bottom: 12px;
}

.csd-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.csd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

.csd-title {
  font-weight: 600;
  margin-right: 12px;
}

.csd-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.csd-btn {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  font-size: 13px;
  border: 1px solid transparent;
}

.csd-btn-download {
  background: #2271b1;
  color: #fff;
  border-color: #1e5a8b;
}

.csd-btn-preview {
  background: #28a745;
  color: #fff;
  border-color: #1f7a33;
}

.csd-btn-disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}

.csd-provider {
  color: #666;
  font-size: 12px;
  margin-left: 6px;
}
.csd-login-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px;
  background-color: #2271b1;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}
.csd-login-btn:hover {
  background-color: #1e5a8b;
}

.csd-download-list { margin: 20px 0; }
.csd-download-item { margin-bottom: 16px; }
.csd-btn {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 12px;
  background-color: #2271b1;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.csd-btn:hover { background-color: #1e5a8b; }
.csd-btn-disabled {
  display: inline-block;
  padding: 6px 12px;
  background-color: #ccc;
  color: #666;
  border-radius: 4px;
}
.csd-permission-error {
  background: #fef3f3;
  border: 1px solid #e99;
  padding: 12px;
  margin: 12px 0;
  color: #a00;
  border-radius: 6px;
}
.csd-login-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  background-color: #2271b1;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.csd-login-btn:hover { background-color: #1e5a8b; }
.csd-limit-info {
  background: #f0f8ff;
  padding: 8px;
  margin-bottom: 12px;
  border-left: 4px solid #2271b1;
  font-size: 14px;
}
