@charset "UTF-8";
.blog-highlight-quote{--vhq-accent: #009fe3;--vhq-ink: #182026;--vhq-muted: #66737c;--vhq-line: #dce7ec;--vhq-paper: #ffffff;--vhq-soft: #f4f8fa;position:relative;margin:clamp(2rem, 5vw, 3.5rem) 0;padding:clamp(1.4rem, 4vw, 2.4rem) clamp(1.3rem, 4vw, 2.6rem);background:linear-gradient(135deg, color-mix(in srgb, var(--vhq-accent) 10%, transparent), transparent 42%), var(--vhq-paper);color:var(--vhq-ink);border:1px solid var(--vhq-line);border-left:clamp(0.45rem, 1vw, 0.7rem) solid var(--vhq-accent);box-shadow:0 1.1rem 2.4rem rgba(24, 32, 38, 0.08);font-family:inherit;overflow:hidden;isolation:isolate}.blog-highlight-quote::before{content:"„";position:absolute;top:-0.45em;right:clamp(1rem, 4vw, 2rem);z-index:-1;color:color-mix(in srgb, var(--vhq-accent) 16%, transparent);font:700 clamp(7rem, 18vw, 14rem) / 1 Georgia, "Times New Roman", serif;pointer-events:none}.blog-highlight-quote__label{display:inline-block;margin:0 0 0.85rem;color:var(--vhq-accent);font-size:0.78rem;font-weight:300;line-height:1;letter-spacing:0.09em;text-transform:uppercase}.blog-highlight-quote p{margin:0;max-width:56rem;font-size:clamp(1.18rem, 2.4vw, 1.72rem);font-weight:300;line-height:1.32;text-wrap:balance}.blog-highlight-quote cite{display:block;margin-top:1rem;color:var(--vhq-muted);font-size:0.95rem;font-style:normal;line-height:1.5}@supports not (color: color-mix(in srgb, white, black)){.blog-highlight-quote{background:var(--vhq-paper)}.blog-highlight-quote::before{color:rgba(0, 159, 227, 0.14)}}