/**
 * Sun Content — rich text block (tables, lists, etc.).
 * Table styles: add here when ready.
 */

.sun-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	color: var(--sargon-color-text, #151515);
}

.sun-content__title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--sargon-color-text, #151515);
}

.sun-content__inner {
	width: 100%;
}

.sun-content__body {
	width: 100%;
}

.sun-content__body > :first-child {
	margin-top: 0;
}

.sun-content__body > :last-child {
	margin-bottom: 0;
}
