/* Praxoria Startseite – v531: nur visuelles Quote-Motiv, Texte unverändert auf v528. */

html body.home.homeRefinedV531 #studioPanel1 .studioCardLite:first-child .v{
  position: relative !important;
  padding-left: 20px !important;
}

html body.home.homeRefinedV531 #studioPanel1 .studioCardLite:first-child .v::before{
  content: "“" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: -3px !important;
  font-size: 2.05rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: color-mix(in oklab, var(--accent) 34%, transparent) !important;
  pointer-events: none !important;
}
