/* Start page: tidy up LiveCanvas News/Blog section */
body.home .pt__header-module h1 {
  margin-bottom: 0.45rem;
}

body.home .pt__header-module .lead {
  max-width: 640px;
  margin-inline: auto;
  color: #5c7085;
}

body.home .col-md-6.p-7 {
  padding: 1rem !important;
}

body.home .col-post-loop .card {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 38, 63, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.home .col-post-loop .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(18, 38, 63, 0.14);
}

body.home .col-post-loop .wp-post-image {
  display: block;
  width: 100%;
}

body.home .col-post-loop .badge {
  padding: 0.45rem 0.8rem;
  font-size: 0.75rem;
}

body.home .card-body.pt__beitragsmodul-uebersicht-startseite.bg-white {
  position: static;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(11, 95, 170, 0.1);
  border-radius: 0 0 20px 20px;
  padding: 1.05rem 1.15rem 1.2rem;
  background: #fff !important;
}

body.home .pt__beitragsmodul-uebersicht-startseite h2.h5 {
  margin: 0;
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
  line-height: 1.35;
}

body.home .pt__beitragsmodul-uebersicht-startseite h2.h5 a {
  color: #16324f;
  text-decoration: none;
}

body.home .pt__beitragsmodul-uebersicht-startseite h2.h5 a:hover {
  color: #0b5faa;
}

body.home .pt__beitragsmodul-uebersicht-startseite .row {
  --bs-gutter-x: 0.9rem;
}

body.home .pt__beitragsmodul-uebersicht-startseite small {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  color: #5d6f82 !important;
}

body.home .pt__beitragsmodul-uebersicht-startseite small svg {
  flex: 0 0 auto;
}

body.home p:has(> a[href="/blog"]) {
  margin-top: 1rem;
}

body.home p:has(> a[href="/blog"]) a {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  body.home .col-md-6.p-7 {
    padding: 0.85rem !important;
  }

  body.home .card-body.pt__beitragsmodul-uebersicht-startseite.bg-white {
    padding: 1rem 1rem 1.15rem;
  }
}
