
/* Spacing & layout */
.fundraising-thermometer-wrap {
  margin: 0 !important;
  padding: 0;
  line-height: 0;
  display: block;
  box-sizing: content-box;
}
.fundraising-thermometer-wrap svg { display: block; }

/* Keep things tight around the block in Gutenberg/theme contexts */
.wp-block-shortcode .fundraising-thermometer-wrap,
.wp-block-group .fundraising-thermometer-wrap { margin: 0 !important; padding: 0; }
.fundraising-thermometer-wrap + * { margin-top: 0; }

/* Style SVG text (moved from inline <style>) */
.fundraising-thermometer-wrap svg text { font: normal 20px sans-serif; }
.fundraising-thermometer-wrap .birdsmeter_target { font-size: 18px; }
.fundraising-thermometer-wrap .birdsmeter_raised { font-size: 20px; }
.fundraising-thermometer-wrap .birdsmeter_campaign { font-size: 18px; }

/* Defensive: hide stray empty <p><code></code></p> that WP might create from stripped inline styles */
p:has(> code:empty) { display: none; }
/* If the empty code line precedes our block, also ensure no gap */
p:has(> code:empty) + .fundraising-thermometer-wrap { margin-top: 0 !important; }
