.ws-top-image-wrap {
  margin: 0 0 20px;
  width: 100%;
}

.ws-top-image-wrap img.ws-top-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: var(--ws-top-image-max-h, 620px);
  object-fit: contain;
  object-position: center center;
  border-radius: var(--ws-top-image-radius, 20px);
  box-shadow: 0 10px 24px rgba(20, 36, 68, 0.12), 0 2px 4px rgba(20, 36, 68, 0.08);
}

body.front-top-page #content > .ws-front-top-image-promoted {
  margin-bottom: 20px;
}

body.front-top-page #content > .ws-front-top-image-promoted img.ws-top-image {
  width: 100%;
  max-width: 100%;
}

.ws-top-image--editor {
  margin: 0;
}

.ws-top-image__placeholder {
  display: grid;
  place-items: center;
  min-height: min(48vw, 320px);
  border: 2px dashed #b7c7e3;
  border-radius: 16px;
  color: #4d6488;
  background: #f3f8ff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ws-top-image-wrap {
    margin-bottom: 14px;
  }

  .ws-top-image-wrap img.ws-top-image {
    max-height: min(68vw, var(--ws-top-image-max-h, 620px));
    border-radius: min(14px, var(--ws-top-image-radius, 20px));
  }
}
