/* No decorative circles — v0.2.48
   Removes decorative circular blobs/dots from cards and auth pages.
   Keeps cards, spacing, layout, and brand styling intact.
*/

/* Remove auth background circles */
.ep-auth-showcase::before,
.ep-auth-showcase::after {
	display: none !important;
}

/* Remove circular bullet icons from login/register feature cards */
.ep-auth-point span {
	display: none !important;
}

.ep-auth-point {
	gap: 0 !important;
}

/* Remove decorative pseudo-circles that may appear in cards */
.ep-card::before,
.ep-card::after,
.ep-kpi-card::before,
.ep-kpi-card::after,
.ep-chart-card::before,
.ep-chart-card::after,
.ep-profile-card::before,
.ep-profile-card::after,
.ep-history-card::before,
.ep-history-card::after,
.ep-auth-card::before,
.ep-auth-card::after,
.ep-sidebar-health::before,
.ep-sidebar-health::after,
.ep-auth-dashboard-preview::before,
.ep-auth-dashboard-preview::after {
	display: none !important;
}

/* Keep badges/pills readable but avoid large circular shapes */
.ep-auth-badge,
.ep-status-pill,
.ep-growth-badge,
.ep-period-chip,
.ep-month-link,
.ep-auth-preview-top span {
	border-radius: 10px !important;
}

/* Keep form checkboxes as normal controls */
.ep-auth-card input[type="checkbox"] {
	border-radius: 3px !important;
}
