/* Service Detail Overview — WYSIWYG content.
   Tailwind's preflight resets list styling, so restore bullets/numbers for the
   rich-text output. Text color/size/leading are inherited from the wrapper
   (.le-sdo-content) set in markup. */
.le-service-detail-overview-block .le-sdo-content ul {
	list-style: disc;
	padding-left: 1.5rem;
}

.le-service-detail-overview-block .le-sdo-content ol {
	list-style: decimal;
	padding-left: 1.5rem;
}

.le-service-detail-overview-block .le-sdo-content li {
	margin: 0.25rem 0;
}

/* Links in the body copy take the brand color; the global rule handles
   underline-on-hover. */
.le-service-detail-overview-block .le-sdo-content a {
	color: var(--color-primary);
}
