/**
 * Pattern: Text centered (dark)
 * Pełna szerokość tła int-dark, wyśrodkowany biały tekst.
 *
 * @package nbs-theme
 */

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

.nbs-centered-text-dark__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-dark__heading {
	color: var(--wp--preset--color--white) !important;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

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

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