<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ad-box {
  text-align: center;
}
.ad-box {
  background-color: #0000 !important;
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  margin: 1rem 0;
  position: relative;
}

.ad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ad-label {
  display: flex;
    align-items: center;
    gap: 5px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: none;
  width: 300px;
  word-break: normal;
}

.ad-label &gt; * {
  line-height: 14.85px;
}

.ad-box .ad-label .ad-line {
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
}

.ad-box .ad-label .ad-caption {
  color: #d0d0d0;
  font-family: "Heading Now variable", sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  letter-spacing: -0.25px;
  text-transform: none;
  word-break: normal;
}

.ad-debug {
  color: #d0d0d0;
  font-family: "Heading Now variable", sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  margin: 5px 0 0 0;
}
</pre></body></html>