/********************* EMBED PAGE CSS    *********************/

.ArtsDot-Embed-Code-Block > div {
  margin: 1vW 0;
  padding: 1vW 0;
  /*--background-color: #efefef;--*/
}

.ArtsDot-Embed-Code-Block > div > div {
  display: inline-block;
  vertical-align: middle;
}

.ArtsDot-Embed-Code-Source textarea {
  width: 23.81vW;
  height: 17.85vW;
  padding: 0.5vW;
  font-size: 0.8vW;
  line-height: 1vW;
}

.ArtsDot-Embed-Code-Source textarea:focus {
  outline-color: #000;
}

.ArtsDot-Embed-Code-Block a {
  font-size: 1vW;
}

.ArtsDot-Embed-Code-Block img {
  /*--max-width: 19.5vW;--*/
}

.ArtsDot-Embed-Code-Source {
  width: 49%;
}

.ArtsDot-Embed-Code-Preview {
  width: 49%;
}

.ArtsDot-Embed-Affiliate-Block {
  padding: 2vW 5vW;
  text-align: justify;
  background-color: #efefef;
}

.ArtsDot-Embed-Affiliate-Block a {
  color: #ff4403;
}

.copied_hover{
position: absolute;
z-index: 9999;
background-color: #f66600;
border: 1px solid #dddad5;
color: white;
width:200px;
padding: 10px;
font-size: 1vW;
text-transform: uppercase;
}
