.ucl-ad {
  clear: both;
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  margin: 36px auto;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.ucl-ad-label {
  display: block;
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ucl-ad .adsbygoogle {
  width: 100%;
}

.ucl-ad--calculator-sidebar {
  min-height: 280px;
  margin: 24px 0;
}

.ucl-ad--calculator-below,
.ucl-ad--state-after-calculator {
  margin-top: 42px;
  border-top: 1px solid #e5e7eb;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .ucl-ad {
    min-height: 100px;
    margin: 28px auto;
  }

  .ucl-ad--calculator-sidebar {
    min-height: 100px;
  }
}

