/* Quellennachweis */
.bv-media-credit {
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.4;
  color: inherit;
  opacity: 0.75;
  text-align: right;
}

.bv-media-credit:hover,
.bv-media-credit:focus-within {
  opacity: 1;
}

.bv-media-credit a,
.bv-media-credit a:visited,
.bv-media-credit a:hover,
.bv-media-credit a:focus,
.bv-media-credit a:active {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bv-media-credit--overlay {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  max-width: min(260px, calc(100% - 32px));
  color: var(--bv-white, #ffffff);
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.55);
  transition: opacity 0.2s ease;
}

*:has(> .bv-media-credit--overlay):hover > .bv-media-credit--overlay,
*:has(> .bv-media-credit--overlay):focus-within > .bv-media-credit--overlay {
  opacity: 0.75;
  pointer-events: auto;
}

.bv-uc__image-credit {
  font-size: 0.6875rem;
  font-weight: 300;
}

@media (max-width: 760px) {
  .bv-media-credit {
    font-size: 0.625rem;
  }

  .bv-media-credit--overlay {
    right: 12px;
    bottom: 10px;
    left: 12px;

    max-width: none;
    text-align: center;
  }
}
