# blockenberg/2.0.7/blocks/candlestick-chart/style.css

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 36 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/candlestick-chart/style.css
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/candlestick-chart/style.css
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/candlestick-chart/style.css#L10-L20`.

```css
.bkbg-candle-wrap { box-sizing: border-box; }

.bkbg-candle-title {
    font-family: var(--bkbg-candle-tt-font-family, inherit);
    font-size: var(--bkbg-candle-tt-font-size-d, 1.05em);
    font-weight: var(--bkbg-candle-tt-font-weight, 600);
    line-height: var(--bkbg-candle-tt-line-height-d, 1.2);
    text-transform: var(--bkbg-candle-tt-text-transform, none);
    font-style: var(--bkbg-candle-tt-font-style, normal);
    text-decoration: var(--bkbg-candle-tt-text-decoration, none);
    letter-spacing: var(--bkbg-candle-tt-letter-spacing-d, normal);
    word-spacing: var(--bkbg-candle-tt-word-spacing-d, normal);
    margin: 0 0 .6em;
}

.bkbg-candle-svg svg { display: block; }

/* ── Responsive Typography ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .bkbg-candle-title {
        font-size: var(--bkbg-candle-tt-font-size-t, var(--bkbg-candle-tt-font-size-d, 1.05em));
        line-height: var(--bkbg-candle-tt-line-height-t, var(--bkbg-candle-tt-line-height-d, 1.2));
        letter-spacing: var(--bkbg-candle-tt-letter-spacing-t, var(--bkbg-candle-tt-letter-spacing-d, normal));
        word-spacing: var(--bkbg-candle-tt-word-spacing-t, var(--bkbg-candle-tt-word-spacing-d, normal));
    }
}

@media (max-width: 767px) {
    .bkbg-candle-title {
        font-size: var(--bkbg-candle-tt-font-size-m, var(--bkbg-candle-tt-font-size-t, var(--bkbg-candle-tt-font-size-d, 1.05em)));
        line-height: var(--bkbg-candle-tt-line-height-m, var(--bkbg-candle-tt-line-height-t, var(--bkbg-candle-tt-line-height-d, 1.2)));
        letter-spacing: var(--bkbg-candle-tt-letter-spacing-m, var(--bkbg-candle-tt-letter-spacing-t, var(--bkbg-candle-tt-letter-spacing-d, normal)));
        word-spacing: var(--bkbg-candle-tt-word-spacing-m, var(--bkbg-candle-tt-word-spacing-t, var(--bkbg-candle-tt-word-spacing-d, normal)));
    }
}

```
