/* Tarkle Send Plugin Styles */

.tarkle-send-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 16px;
  background-color: #5B7DFF;
  color: white;
  border-radius: 6px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.tarkle-send-button-primary:hover {
  opacity: 0.9;
}

.tarkle-send-button-primary:active {
  opacity: 0.8;
}

.tarkle-send-transfer-embed {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* Ensure embeds stretch properly */
.tarkle-send-transfer-embed.full-width {
  display: block;
}
