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

.uclca-ad--top { margin: 0 0 30px; }
.uclca-ad--bottom { margin: 30px 0 0; }

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

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

@media (max-width: 767px) {
  .uclca-ad { min-height: 100px; }
  .uclca-ad--top { margin-bottom: 24px; }
  .uclca-ad--bottom { margin-top: 24px; }
}

