/* Pixel-perfect fixes for insight pages - bullet styling & spacing */

/* Bio section bullets - subtle style matching Figma */
.insight-bio-text ul { list-style: none; padding-left: 14px; margin: 0; }
.insight-bio-text ul li { position: relative; padding-left: 0; margin-bottom: 2px; }
.insight-bio-text ul li::before { content: "•"; position: absolute; left: -14px; color: #141414; font-size: 11px; }

/* Communication section - "What to avoid" bullets in teal */
.insight-comms-text ul { list-style: none; padding-left: 14px; margin: 0; }
.insight-comms-text ul li { position: relative; padding-left: 0; margin-bottom: 2px; }
.insight-comms-text ul li::before { content: "•"; position: absolute; left: -14px; color: #141414; font-size: 11px; }

/* Footer styling */
.insight-footer p { margin-bottom: 0; line-height: 1.3; }

/* Goal box text adjustments */
.elementor-widget-text-editor .goal-text { font-size: 12px; line-height: 1.3; }

/* Section header text centering */
.elementor-widget-heading .elementor-heading-title { line-height: 1.4; }

/* Tighten content box spacing */
.insight-bio-text .elementor-widget-container,
.insight-comms-text .elementor-widget-container { padding: 0; }
