.fcs-copy-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.fcs-copy-button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  color: #fff;
  background: #111827;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.fcs-copy-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.fcs-copy-count {
  color: #6b7280;
  font-size: 13px;
}
