.yst-ad-box {
  width: 100%;
  min-height: 280px;
  height: auto;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  clear: both;
  margin: 16px 0;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc, #fff);
  color: #64748b;
  text-align: center;
  font-size: 12px;
}

.yst-ad-box .adsbygoogle {
  display: block;
  width: 100%;
  min-height: 280px;
  height: auto;
  overflow: visible;
}

.yst-ad-label {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  color: #777;
  text-align: center;
  margin: 8px 0 6px;
  pointer-events: none;
}

.yst-ad-title-after {
  width: 100%;
  min-height: 280px;
}

.yst-title-after-ad-wrap {
  width: 100%;
  min-height: 280px;
  margin: 14px 0 18px;
  overflow: visible;
}

.yst-ad-side {
  width: 100%;
  min-height: 280px;
  margin: 0;
}

.yst-ad-mobile {
  width: 100%;
  min-height: 280px;
}

.yst-ad-title-after,
.yst-ad-header,
.yst-ad-footer,
.yst-ad-placeholder {
  width: 100%;
  min-height: 280px;
}

.yst-auto-ads-exclude,
.google-anno-skip {
  /* Marker classes used for AdSense Auto Ads exclusion/annotation safety. */
}

@media (max-width: 767px) {
  .yst-ad-side {
    display: none;
  }

  .yst-ad-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .yst-ad-side {
    display: block;
  }

  .yst-ad-mobile {
    display: none;
  }
}

.yst-tool-ad-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 336px);
  gap: 18px;
  align-items: start;
}

.yst-tool-main {
  min-width: 0;
}

.yst-tool-side-wrap {
  min-width: 0;
  width: 100%;
  overflow: visible;
}

.yst-mobile-ad-wrap {
  width: 100%;
  overflow: visible;
}

@media (max-width: 767px) {
  .yst-tool-ad-layout {
    display: block;
  }

  .yst-tool-side-wrap {
    display: none;
  }

  .yst-mobile-ad-wrap {
    display: block;
  }
}

@media (min-width: 768px) {
  .yst-tool-side-wrap {
    display: block;
  }

  .yst-mobile-ad-wrap {
    display: none;
  }
}
