/* FIX: Reduce green service indicator dots by 50% */

/* Target the green dots next to Development, Production, Finance, Mentorship */
.im-eyebrow::before,
.service-indicator::before,
[class*="Development"]::before,
[class*="Production"]::before,
[class*="Finance"]::before,
[class*="Mentorship"]::before {
    width: 6px !important;  /* Reduced from 12px */
    height: 6px !important; /* Reduced from 12px */
    min-width: 6px !important;
    min-height: 6px !important;
}

/* Alternative selector if the above doesn't work */
.brand span::before,
.body-text.hero-intro span::before {
    width: 6px !important;
    height: 6px !important;
}
