/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 17:04:50 */
/* ===== EXPERTENTIPP (Foto seitlich) ===== */
/* Container-Klasse: bcv-experte */
.bcv-experte{
  background:#fff;
  border-top:3px solid #FF4F72;
  border-radius:16px;
  padding:1.5rem;
  margin:1.75rem 0;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  align-items:flex-start;
}

/* Foto */
.bcv-experte > .elementor-widget-image,
.bcv-experte .elementor-widget-image{
  flex:0 0 auto;
  width:120px;
}
.bcv-experte .elementor-widget-image img{
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:999px;
}

/* Label "Expertentipp" */
.bcv-experte-label .elementor-heading-title{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  font-family:'Montserrat',sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#FF4F72;
  margin:0;
}

/* Tipp-Text */
.bcv-experte .elementor-widget-text-editor{
  font-family:'Montserrat',sans-serif;
  font-size:.95rem;
  line-height:1.7;
  color:#28313D;
}
.bcv-experte .elementor-widget-text-editor p:last-child{
  margin-bottom:0;
}

/* Signatur (Name · Rolle) */
.bcv-experte-sig .elementor-heading-title{
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#003366;
  font-size:.9rem;
  margin:0;
}