.lw_content_wrap.page .wp-block-wdl-fv-3 {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
}

.lw_content_wrap.page:has(.first_content + .wp-block-wdl-fv-3) .first_content {
  display: none;
}

.fv-3 {
  margin-bottom: 48px;
  min-height: 100px;
}

@media (max-width: 980px) {
  .fv-3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .fv-3 {
    margin-bottom: 32px;
  }
}

.fv-3 + .post_style > .wp-block-columns.has-background {
  margin-top: 0;
}

.fv-3 h1 {
  width: 100%;
}

.fv-3 .image {
  width: 100%;
}

.fv-3 .image img {
  width: 100%;
  height: auto;
}

.fv-3 .image .no_image {
  background: #ddd;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #bbb;
}
