.news-help-card {
  background-color: hsl(222, 62%, 16%);
  border-radius: 10px;
  display: block;
  margin: 4px !important;
  padding: 16px;
}
.news-help-card .newshelp-inner .background-asset {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 56.25%;
  background: no-repeat hsla(222, 62%, 0%, 0.1) center;
  background-size: cover;
  margin-bottom: 16px;
}
.news-help-card .newshelp-inner .date {
  color: hsla(222, 62%, 95%, 0.85);
  font-size: 12px;
  line-height: 1.6em;
}
.news-help-card .newshelp-inner .title h4 {
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5em;
  margin: 0;
}

.block-editor-block-list__block .news-help-card {
  pointer-events: none;
}
