.kt-post-grid-image-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url('/images/youtube-icon.png') no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.entry-meta, .entry-meta-divider-dot {
  display: none !important;
}

.wp-block-kadence-posts .entry-taxonomies a {
  font-size: 18px;
}

h1.wp-block-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 1px 0px;
}

.wp-block-kadence-posts .loop-entry .entry-content-wrap {
    padding: 10px !important;
}

.entry-content-wrap {
  background-color: #f8f8f8;
}

div.entry-summary {
  display: none;
}

footer.entry-footer {
  display: none;
}

h2.entry-title {
  font-size: 22px;
}
