.ds-custom-block-posts .ds-custom-block-single a,
.editor-styles-wrapper .ds-custom-block-posts .ds-custom-block-single a {
  color: var(--global-palette4);
}

.ds-custom-block-single .entry-title a:hover,
.editor-styles-wrapper .ds-custom-block-single .entry-title a:hover {
  color: var(--global-palette-highlight-alt);
}

.editor-styles-wrapper .ds-custom-block-single a.post-more-link:hover {
  color: var(--global-palette-highlight);
}

.ds-custom-block-single a.post-more-link {
  text-decoration: none;
}

.ds-custom-block-posts .ds-custom-block-single h2,
.ds-custom-block-posts .ds-custom-block-single h3 {
  margin: 0.5em 0;
}

.ds-custom-block-posts .ds-custom-block-single h2 {
  font-size: 20px;
}

.ds-custom-block-posts .ds-custom-block-single h3 {
  font-size: 18px;
}

.ds-custom-block-posts.list .ds-custom-block-single-img {
  display: none;
}

.ds-custom-block-posts.grid {
  display: grid;
  column-gap: 2.5rem;
  row-gap: 2.5rem;
}

.ds-custom-block-posts.grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ds-custom-block-posts.grid .ds-custom-block-single {
  background: var(--global-palette9);
}

.ds-custom-block-posts.grid .ds-custom-block-single-data {
  padding: 2rem;
}

.ds-custom-block-posts.grid.grid-sm-col-3 .ds-custom-block-single-data {
  padding: 1.2rem;
}

.ds-custom-block-posts.list .ds-custom-block-single-data {
  margin-top: 2.5rem;
}

.ds-custom-block-posts.list .ds-custom-block-single-data:first-child {
  margin-top: 0;
}

.ds-custom-block-single-data .kadence-svg-icon {
  top: 0.125em;
  position: relative;
  height: 1em;
  width: 1em;
}
