.adhesion-ad-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #000000e6;
  text-align: center;
  padding: 0;
  height: 90px;
  max-height: 90px;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: none;
}

.adhesion-ad-container.adhesion-ad-visible {
  display: block;
  transform: translateY(0);
}

.adhesion-ad-container.ad-unfilled {
  display: none;
}

.adhesion-ad-container .adsbygoogle {
  width: 100%;
  max-height: 90px;
  display: block;
}

body.has-adhesion-ad {
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .adhesion-ad-container {
    display: none !important;
  }

  body.has-adhesion-ad {
    padding-bottom: 0;
  }
}
