#yith-hooks_container pre {
	background-color: transparent;
	padding: 0;
	overflow: hidden;
	margin-bottom: 0;
	border: none;
  }

  #yith-hooks_container pre br {
	display: none;
  }
  
  #yith-hooks_container pre code {
	padding: 5px;
	background-color: transparent;
	font-size: 14px;
  }

  #yith-hooks_container p {
	font-size: 16px;
	margin-top: 10px;
  }
  
  #yith-hooks_container pre b {
	font-size: 16px;
  }
  
  #yith-hooks_container pre code:before {
	content: '-'; 
  }

  #yith-hooks_container #yith-hd-copy-to-clipboard-wrapper {
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #d8d8d8;
	display: flex;
	align-items: center;
	padding: 0 12px;
	max-width: 500px;
	box-sizing: border-box;
}

#yith-hooks_container #yith-hd-copy-to-clipboard-wrapper input[type="text"].yith-hd-copy-to-clipboard__field {
	color: #000;
	cursor: default;
	height: 38px;
	width: 100%;
	background: transparent;
	padding: 0 10px 0 0;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 18px;
}

#yith-hooks_container #yith-hd-copy-to-clipboard-wrapper {
	background: #f1f1f1;
	border: 1px dashed #cccccc;
}

#yith-hooks_container .yith-hd-copy-to-clipboard_field-wrap {
	position: relative;
	flex: 1;
}

#yith-hooks_container  .yith-hd-copy-to-clipboard__tip {
	display: none;
	position: absolute;
	background: rgba(30, 30, 30, 0.9);
	color: #ffffff;
	padding: 7px 10px;
	border-radius: 3px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 12px;
	line-height: 1;
}

#yith-hooks_container .yith-hd-copy-to-clipboard__copy {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 2px;
	padding: 1px;
	user-select: none;
	line-height: 1;
	transition: all .2s ease-in-out;
}

#yith-hooks_container .yith-hd-copy-to-clipboard__copy__icon {
	margin-right: 4px;
	font-size: 14px;
}

#yith-hooks_container .yith-hd-copy-to-clipboard__copy__text {
	font-size: 12px;
	font-weight: 600;
}

#yith-hooks_container .yith-hd-copy-to-clipboard__copy:hover {
	box-shadow: 0 0 0 4px rgba(15, 67, 60, .12);
	background-color: rgba(15, 67, 60, .12);
  }

  #yith-hooks_container h3 {
	font-size: 16px;
  }