.wdd-ad-layout-host {
  overflow: visible !important;
}

.wdd-ad-slot {
  clear: both;
  display: block !important;
  width: 100%;
  min-height: 120px;
  margin: 28px 0;
  overflow: visible;
}

.wdd-ad-slot--primary {
  margin-top: 14px;
  margin-bottom: 30px;
}

.wdd-ad-slot--secondary {
  margin-top: 26px;
  margin-bottom: 26px;
}

.wdd-ad-slot .adsbygoogle {
  display: block;
  width: 100%;
  min-height: 120px;
}

.wdd-share-button {
  width: 100%;
  min-height: 45px;
  margin-top: 12px;
  border: 1px solid var(--cover, #17283d);
  border-radius: 8px;
  background: transparent;
  color: var(--cover, #17283d);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
}

@media (max-width: 430px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body > .wrap,
  body > main.wrap,
  body > .passbook {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body > .wrap > .sheet,
  body > main.wrap > .sheet,
  body > .passbook > .ledger {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .wdd-ad-slot {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    border-radius: 0 !important;
  }
}
