/**
 * Pattern: Text centered (light)
 * Pełna szerokość tła neutral-background, wyśrodkowany tekst text-primary.
 *
 * @package nbs-theme
 */

section.nbs-centered-text-light {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: var(--wp--preset--color--neutral-background);
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 4rem 0;
	display: flex;
	justify-content: center;
}

.nbs-centered-text-light__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: var(--wp--custom--section-width, 1140px);
	margin-left: var(--wp--custom--horizontal-section-margin, 24px);
	margin-right: var(--wp--custom--horizontal-section-margin, 24px);
	text-align: center;
}

.nbs-centered-text-light__heading {
	color: var(--wp--preset--color--text-primary) !important;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.nbs-centered-text-light__text {
	color: var(--wp--preset--color--text-primary) !important;
	text-align: center;
	max-width: 90ch;
	margin-top: 0;
	margin-bottom: 0;
}

.nbs-centered-text-light__text strong {
	color: inherit;
}
