.powered-by-threenitas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
}

.powered-by-threenitas a {
  display: inline-block;
  line-height: 0;
  opacity: 0.75;
}

.powered-by-threenitas img {
  height: 18px;
  width: auto;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .powered-by-threenitas {
    margin-top: 83px;
  }
}

/* Clear the fixed mini radio player on desktop */
@media only screen and (min-width: 1025px) {
  body:has(#popup-radio) .powered-by-threenitas {
    margin-top: 0;
    padding-block: 15px;
  }

  body:has(#popup-radio) > footer .bottom-container {
    padding-bottom: 100px;
  }
}
