.velmora-account-shortcode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #2c2c2c;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(45, 80, 22, 0.12);
  box-shadow: 0 10px 24px rgba(45, 80, 22, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.velmora-account-shortcode:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(45, 80, 22, 0.14);
}

.velmora-account-shortcode__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #2d5016;
}

.velmora-account-shortcode__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.velmora-account-shortcode__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #2c2c2c;
}
