.adsystem-placement {
  box-sizing: border-box;
  display: block;
  margin-inline: auto;
  max-width: 100%;
  min-height: min(var(--adsystem-height, 0px), 100vh);
  overflow: hidden;
  width: min(var(--adsystem-width, 100%), 100%);
}

.adsystem-placement__placeholder {
  align-items: center;
  background: #f3f4f6;
  border: 1px dashed #9ca3af;
  color: #4b5563;
  display: flex;
  font: 12px/1.4 sans-serif;
  justify-content: center;
  min-height: inherit;
  padding: 8px;
  text-align: center;
}

.adsystem-placement--adsense,
.adsystem-placement--house {
  position: relative;
}

.adsystem-placement--house img {
  display: block;
  height: auto;
  max-width: 100%;
}

.adsystem-placement__label {
  background: rgb(255 255 255 / 85%);
  color: #374151;
  font: 10px/1.4 sans-serif;
  inset-block-start: 0;
  inset-inline-end: 0;
  padding: 2px 5px;
  position: absolute;
}

@media (max-width: 767px) {
  .adsystem-placement {
    min-height: min(var(--adsystem-mobile-height, var(--adsystem-height, 0px)), 100vh);
    width: min(var(--adsystem-mobile-width, var(--adsystem-width, 100%)), 100%);
  }
}
