/* Flush-to-edges badge */
.mawil-image-source-wrapper {
  position: relative;
  display: inline-block;
}

.mawil-image-source {
  position: absolute;
  right: 0;          /* stick to right edge */
  bottom: 0;         /* stick to bottom edge */
  background: rgba(0,0,0,0.50);
  color: #fff;
  font-size: 9px;
  line-height: 1.2;
  padding: 2px 4px;  /* tight padding */
  border-radius: 0;  /* no rounding to hug edges */
  z-index: 3;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mawil-image-source.inline {
  position: static;
  background: transparent;
  color: inherit;
  padding: 0;
  border: 0;
}
