.marketing-speech-bubble{--marketing-speech-bubble-width:352px;--speech-bubble-accent:var(--action-tone-accent);width:var(--marketing-speech-bubble-width);border:2px solid var(--color-ink);max-width:100%;min-height:200px;color:var(--color-ink);justify-content:center;align-items:center;gap:16px;display:flex;position:relative;container-type:inline-size}.marketing-speech-bubble--filled{background:var(--speech-bubble-accent)}.marketing-speech-bubble--surface{background:var(--color-surface)}.marketing-speech-bubble:after{border-right:2px solid var(--color-ink);border-bottom:2px solid var(--color-ink);content:"";width:48px;height:48px;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)rotate(45deg)}.marketing-speech-bubble--filled:after{background:var(--speech-bubble-accent)}.marketing-speech-bubble--surface:after{background:var(--color-surface)}.marketing-speech-bubble__icon,.marketing-speech-bubble__value{z-index:1;position:relative}.marketing-speech-bubble__icon svg{width:72px;height:72px}.marketing-speech-bubble--filled[data-action-tone=view] .marketing-speech-bubble__icon circle{stroke:var(--speech-bubble-accent)}.marketing-speech-bubble__value{font-size:clamp(4rem,22cqw,5rem);font-weight:800;line-height:1}