.woore-custom-media {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 4px;
}
.woore-custom-media.remove:before {
  display: none;
}
.woore-custom-media.remove > span {
  display: none;
}
.woore-custom-media.remove > span:before {
  font-family: Dashicons;
  content: "\f153";
  position: absolute;
  top: -5px;
  right: -5px;
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #999;
  background: #fff;
  border-radius: 50%;
}
.woore-custom-media.remove > span:hover:before {
  color: #a00;
}
.woore-custom-media.remove:hover > span {
  display: block;
}
.woore-custom-media.remove img {
  display: block;
}
.woore-custom-media:before {
  content: "\f128";
  font-family: Dashicons;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 64px;
  font-size: 64px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.woore-custom-media img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/*# sourceMappingURL=custom-media.css.map */
