/**
 * Bullet list — theme wide max-width, accent outline, centered interpunct list. Pattern: bullet-list
 */

.wp-site-blocks .bnb-bullet-list,
.editor-styles-wrapper .bnb-bullet-list {
	width: 100%;
	max-width: var(--wp--style--global--wide-size, 1200px);
	min-width: 0;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px;
	border-radius: clamp(2rem, 6vw, 3.25rem);
	border: none;
	outline: 3px solid var(--wp--preset--color--accent, #ecc4c0);
	outline-offset: 0;
}

.wp-site-blocks .wp-block-column .bnb-bullet-list,
.editor-styles-wrapper .wp-block-column .bnb-bullet-list {
	min-width: 0;
}

.wp-site-blocks .bnb-bullet-list__title,
.editor-styles-wrapper .bnb-bullet-list__title,
.wp-site-blocks .bnb-bullet-list h3.bnb-bullet-list__title,
.editor-styles-wrapper .bnb-bullet-list h3.bnb-bullet-list__title {
	margin: 0 0 var(--wp--preset--spacing--50, 1rem) !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	color: #464646 !important;
	line-height: 1.35 !important;
}

.wp-site-blocks .bnb-bullet-list__list,
.editor-styles-wrapper .bnb-bullet-list__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--40, 0.65rem);
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #464646 !important;
	line-height: 1.5 !important;
	text-align: center;
}

.wp-site-blocks .bnb-bullet-list__list li,
.editor-styles-wrapper .bnb-bullet-list__list li {
	margin: 0;
	padding: 0;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #464646 !important;
	text-align: center;
}

.wp-site-blocks .bnb-bullet-list__dot,
.editor-styles-wrapper .bnb-bullet-list__dot {
	margin-right: 0.2em;
	font-weight: 700;
	color: #464646 !important;
}

@media (max-width: 999px) {
	.wp-site-blocks .bnb-bullet-list,
	.editor-styles-wrapper .bnb-bullet-list {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}
