.copy-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.copy-btn {
  align-self: flex-end;
  padding: 8px 16px;
  background-color: #ffa500;
  color: #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.copy-btn:hover {
  background-color: #ff8c00;
}

.content {
  margin-top: 16px;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.description {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
}

.asset-type {
  background-color: #e0e0e0;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: bold;
  color: #333;
}
