/* Praxoria Startseite – v548: sichtbares Quote-Motiv und Handschrift-Linienfix.
   Nur visuelle Korrektur: Texte unverändert. */

html body.home.homeRefinedV548 #studioPanel2 .studioTileQuote .answerWriteText{
  position: relative !important;
  padding-left: 20px !important;
  overflow: visible !important;
}

html body.home.homeRefinedV548 #studioPanel2 .studioTileQuote .answerWriteText::before{
  content: "\201C" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: -0.08em !important;
  font-size: 1.78rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: color-mix(in oklab, var(--accent) 34%, transparent) !important;
  opacity: .82 !important;
  pointer-events: none !important;
  z-index: 4 !important;
}

html body.home.homeRefinedV548 #studioPanel2 .studioTileQuote .answerWriteText .answerHandOpeningQuote{
  display: none !important;
}

html body.home.homeRefinedV548 #studioPanel2 .studioTileQuote .answerWriteText .answerHandLetterPath{
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.20 !important;
}

html body.home.homeRefinedV548 #studioPanel2 .studioTileQuote .answerWriteText .answerHandConnectorPath:not(.answerHandLetterShadow){
  opacity: 0 !important;
}

html body.home.homeRefinedV548 #studioPanel2 .studioTileQuote .answerWriteText .answerHandLetterShadow{
  opacity: .075 !important;
  stroke-width: 2.55 !important;
}
