.sdk-full-banner {
  position: relative;
  height: auto !important;
  overflow: visible !important;
}

.sdk-full-banner > a:first-child {
  display: block;
  height: auto !important;
}

.sdk-full-banner picture {
  display: block;
  height: auto !important;
}

.sdk-full-banner img {
  display: block;
  width: 100%;
  height: auto !important;
}

.sdk-banner-cta {
  position: absolute;
  right: 4%;
  bottom: -18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 24px;
  transform: none;
  border: 2px solid #fff;
  border-radius: 4px;
  background: #075bb8;
  box-shadow: 0 6px 18px rgba(0, 24, 68, .28);
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, .95vw, 16px);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.sdk-banner-cta:hover,
.sdk-banner-cta:focus-visible {
  background: #003f8f;
  color: #fff !important;
}

@media (max-width: 700px) {
  .sdk-banner-cta {
    right: 8px;
    left: auto;
    top: auto;
    bottom: 6px;
    min-height: 30px;
    padding: 5px 10px;
    transform: none;
    font-size: 11px;
  }
}