#posterPreviewBlog-container {
  width: 605px; 
  height: 530px; 
  max-width: 100%; 
  background-image: url('https://www.fooddocs.com/hubfs/freeTempPlaceholder.jpg'); 
  background-size: cover; 
  position: relative;
  margin-bottom: 2rem;
}

#posterPreviewBlog {
	filter: drop-shadow(0 0 15px #2e2d75);
	height: auto;
	max-height: 380px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.downloadFromBlog {
    position: relative;
    border-radius: 15px;
    overflow: hidden; /* Ensure the white circle doesn't overflow */
}

.downloadFromBlog::before {
    height: 100%;
    width: 100%;
    content: "";
    background-color: #2e2d75;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
}

.submitted-message {display: none;}

.downloadFromBlog .container {display: flex; justify-content: space-between;}

.downloadFromBlog .downloadBlock {padding-top: 40px; padding-left: 40px; padding-right: 20px; width: 100%; padding-bottom: 40px}

.downloadFromBlog .downloadBlock h3 {color: white}

.downloadFromBlog .illustration {
	margin-top: auto;
	margin-bottom: auto;
}

.downloadFromBlog .illustration img {
  display: none;
  width: 350px; 
  height: 100%;
	max-width: 100%;
	padding-right: 20px;
}

.downloadFromBlog .hs_submit {text-align: left}

.downloadFromBlog .hbspt-form {justify-content: left; width: 100%; padding: 0; !important; margin-left: 0 !important; display: block !important; margin-bottom: 2rem;}

.downloadFromBlog .hs-form, .hs-form-private {padding-left: 0 !important; width: 100% !important}