/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .aff-image-copy-link{
     width: 40px !important;
     height: 40px !important;
 }
 .aff-copy-button {
    display: flex;
 }
  .aff-copy-button input {
    margin-right: 5px;
  }

  .aff-copy-button button{
    background: #189eff !important;
    outline: 0;
    border: 0;
    border-radius: 4px;
  }
  .aff-copy-button svg{
    fill: #fff;
  }