.wcpr-banner-wrap {
  position: relative;
  display: block;
  margin: 18px 0;
}

.wcpr-banner-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: rgba(17, 24, 39, .82);
  color: #fff;
}

.wcpr-banner-link,
.wcpr-banner-picture {
  display: block;
}

.wcpr-banner-picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(2, 6, 23, .08);
}

.wcpr-location-sidebar {
  max-width: 100%;
}

.wcpr-location-sidebar .wcpr-banner-picture img {
  border-radius: 16px;
}
