/** 
Additional styling for web components
**/

.wc-upload-box {
  border: 2px dashed #d6d6d6;
  border-radius: 5px;
  height: 60px;
  background-color: #ffffff;
}

.wc-clickable {
  cursor: pointer;
}

.wc-hidden {
  display: none;
}