.pv-chart{margin:0;min-width:0}.pv-legend{display:flex;align-items:baseline;gap:var(--sp-4);flex-wrap:wrap;margin-bottom:var(--sp-2);font-size:var(--fs-xs);color:var(--dim)}.pv-key{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--muted)}.pv-key:before{content:"";width:12px;flex:none}.pv-key-impressions:before{height:10px;border-radius:2px;background:var(--accent)}.pv-key-clicks:before{height:3px;border-radius:2px;background:var(--good)}.pv-peak{margin-left:auto;color:var(--dim)}.pv-plot{position:relative;background:var(--panel-2);border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden}.pv-plot svg{height:168px}.pv-plot svg,.pv-spark{display:block;width:100%}.pv-spark{height:44px}.pv-grid line{stroke:var(--line);stroke-width:1}.pv-grid line,.pv-nothing{vector-effect:non-scaling-stroke}.pv-nothing{stroke:var(--line-strong);stroke-width:2;stroke-dasharray:5 6}.pv-area{fill:var(--accent);opacity:.14}.pv-clicks,.pv-impressions{fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.pv-impressions{stroke:var(--accent)}.pv-clicks{stroke:var(--good)}.pv-axis{display:flex;justify-content:space-between;margin:var(--sp-2) 0 0;font-size:var(--fs-xs);color:var(--dim);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pv-axis span:nth-child(2){text-align:center}.pv-axis span:last-child{text-align:right}@media (max-width:560px){.pv-plot svg{height:132px}}