/* Cryptocurrency Icons Styles */
.crypto-icon {
  display: inline-block;
  vertical-align: middle;
}

.crypto-icon-sm {
  width: 20px;
  height: 20px;
}

.crypto-icon-md {
  width: 32px;
  height: 32px;
}

.crypto-icon-lg {
  width: 48px;
  height: 48px;
}

.crypto-icon-xl {
  width: 64px;
  height: 64px;
}

/* Crypto icon with text alignment */
.crypto-icon-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
