/* Keep advertising outside the controls/result grid on every tool. */
.tool-ad {
  width: 100%;
  max-width: 970px;
  min-width: 0;
  margin: 0 auto 32px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}
.tool-ad--bottom { margin: 40px auto 0; }
.tool-ad__label {
  display: block;
  margin-bottom: 10px;
  color: #817b75;
  font: 400 9px/14px 'DM Sans', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.tool-ad .adsbygoogle {
  display: block;
  width: 100%;
  height: 90px;
}
.tool-ad[hidden] { display: none; }
/* Local preview only; never overlaid on a live advertisement. */
.tool-ad--preview .adsbygoogle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .025);
  border: 1px dashed rgba(255, 255, 255, .1);
  color: #817b75;
  font: 400 11px/1.5 'DM Sans', sans-serif;
  text-decoration: none;
}
@media (max-width: 760px) {
  .tool-ad { margin-bottom: 24px; }
  .tool-ad--bottom { margin-top: 32px; margin-bottom: 0; }
  .tool-ad .adsbygoogle { height: 100px; }
}
