.asyncimagecreditscredit {
    font-family: sans-serif;
    font-size: 0.85em;
    margin-top: 4px;
    display: inline-block;
  }
  
  .asyncimagecreditsdefault {
    display: block;
  }
  
  .asyncimagecreditssmall-gray {
    color: #777;
    font-size: 0.75em;
  }
  
  .asyncimagecreditscredit.asyncimagecreditsoverlay,
  .asyncimagecreditscredit.asyncimagecreditstopright {
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 0.75em;
    padding: 3px 6px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 9;
  }
  
  .asyncimagecreditscredit.asyncimagecreditsoverlay {
    bottom: 4px;
    right: 6px;
  }
  
  .asyncimagecreditscredit.asyncimagecreditstopright {
    top: 4px;
    right: 6px;
  }
  
  .asyncimagecreditsinfoicon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
  }
  
  .asyncimagecreditsi {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background: #555;
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
    font-family: sans-serif;
  }
  
  .asyncimagecreditstooltip {
    display: none;
    position: absolute;
    bottom: 130%;
    left: 0;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 0.75em;
    z-index: 9999;
  }
  
  .asyncimagecreditsinfoicon:hover .asyncimagecreditstooltip {
    display: block;
  }
  