.icd-credit-overlay,
.icd-background-overlay {
  position: absolute;
  z-index: 99;
  padding: 4px 6px;
  font-family: sans-serif;
  line-height: 1.3;
  pointer-events: none;
  word-break: break-word;
  max-width: 95%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  opacity: 0.9;
  box-sizing: border-box;
}

/* Positioning Classes */
.icd-credit-bottom-left { bottom: 0; left: 0; }
.icd-credit-bottom-right { bottom: 0; right: 0; }
.icd-credit-top-left { top: 0; left: 0; }
.icd-credit-top-right { top: 0; right: 0; }


.icd-img-wrapper {
  display: block;
  position: relative;
  line-height: 0; 
  width: fit-content;
}

.icd-img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Overlay styles */
.icd-credit-overlay,
.icd-background-overlay {
  position: absolute;
  z-index: 99;
  padding: 4px 6px;
  font-family: sans-serif;
  line-height: 1.3;
  pointer-events: none;
  word-break: break-word;
  max-width: 95%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  opacity: 0.9;
  box-sizing: border-box;
}

/* Positioning classes */
.icd-credit-bottom-left { bottom: 0; left: 0; }
.icd-credit-bottom-right { bottom: 0; right: 0; }
.icd-credit-top-left { top: 0; left: 0; }
.icd-credit-top-right { top: 0; right: 0; }

.icd-credit-overlay:empty,
.icd-background-overlay:empty {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .icd-credit-overlay,
  .icd-background-overlay {
    font-size: 10px !important;
    padding: 2px 4px;
  }
}
