/* Alte Zusatzstyles für Beitrags-/Plugin-Blöcke */

/* Lead-Text */
.lead {
  font-size: 1.8rem;
}

/* Links ohne Unterstreichung */
.no-dec-link {
  text-decoration: none;
}

/* Essential Blocks Post Carousel: Readmore Button */
.eb-post-carousel-wrapper .ebpg-readmore-btn a {
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
}

/* Spectra/UAGB Post Grid: Beitragsbilder sauber darstellen */
.uagb-post-grid .uagb-post__image img {
  width: 100%;
  height: auto;
}

/* Spezifischer UAGB-Button Hover */
.uagb-block-4a9a298a.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link:hover {
  background-color: #D91F7C;
}