.mtgr-ad-slot {
  margin: 1.5rem auto;
  width: 100%;
  max-width: 1120px;
}

.mtgr-ad-slot[hidden] {
  display: none !important;
}

.mtgr-ad-label {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted, #8f97a6);
  text-align: center;
}

.mtgr-ad-frame {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mtgr-ad-slot--content .mtgr-ad-frame {
  min-height: 180px;
}

.mtgr-ad-preview .mtgr-ad-frame {
  border: 1px dashed rgba(255,255,255,0.24);
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
  color: var(--muted, #8f97a6);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mtgr-fan-disclaimer {
  max-width: 1120px;
  margin: 1rem auto 0;
  padding: 0 1rem 1.25rem;
  color: var(--muted, #8f97a6);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.mtgr-fan-disclaimer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (max-width: 720px) {
  .mtgr-ad-slot {
    margin: 1rem auto;
  }

  .mtgr-ad-frame,
  .mtgr-ad-slot--content .mtgr-ad-frame {
    min-height: 100px;
  }
}
