.wp-block-firsttracks-data-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.wp-block-firsttracks-data-list > li {
	position: relative;
	padding-left: 28px !important;
	margin-bottom: 16px;
	line-height: 28px;
	font-weight: 400;
	color: var(--wp--preset--color--black);
}

.wp-block-firsttracks-data-list > li:last-child {
	margin-bottom: 0;
}

.wp-block-firsttracks-data-list > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: var(--wp--preset--color--primary-400);
	border-radius: 50%;
}

.wp-block-firsttracks-data-list > li::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 14px;
	height: 14px;
	background: url('/wp-content/uploads/2026/06/Check.svg') no-repeat center;
	background-size: contain;
}

.wp-block-firsttracks-data-list p {
	margin: 0;
}

.wp-block-firsttracks-data-list .jf-sub-bullet-list {
	list-style: disc;
	margin: 10px 0 0;
	padding-left: 24px;
}

.wp-block-firsttracks-data-list .jf-sub-bullet-list li {
	position: static;
	padding-left: 0 !important;
	margin-bottom: 8px;
	line-height: 26px;
	font-weight: 400;
	color: var(--wp--preset--color--black);
}

.wp-block-firsttracks-data-list .jf-sub-bullet-list li::before,
.wp-block-firsttracks-data-list .jf-sub-bullet-list li::after {
	display: none;
	content: none;
}

@media (max-width: 768px) {
	.wp-block-firsttracks-data-list > li,
	.wp-block-firsttracks-data-list .jf-sub-bullet-list li {
		line-height: 24px;
	}
}

/* ============================
   Data List - Editor Styles
============================ */

.editor-styles-wrapper .jf-data-list-editor {
	width: 100%;
	max-width: 100%;
}

.editor-styles-wrapper .jf-data-list-editor .jf-checklist {
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

.editor-styles-wrapper .jf-data-list-editor .jf-checklist > li {
	position: relative;
	padding-left: 28px !important;
	margin-bottom: 16px;
	line-height: 28px;
	color: var(--wp--preset--color--black);
}

.editor-styles-wrapper .jf-data-list-editor .jf-checklist > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: var(--wp--preset--color--primary-400);
	border-radius: 50%;
}

.editor-styles-wrapper .jf-data-list-editor .jf-checklist > li::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 14px;
	height: 14px;
	background: url('/wp-content/uploads/2026/06/Check.svg') no-repeat center;
	background-size: contain;
}

/* Main row: text left, controls right */
.editor-styles-wrapper .jf-data-list-editor .jf-data-list-row {
	display: grid;
	grid-template-columns: minmax(100px, 1fr) 90px;
	gap: 12px;
	align-items: start;
	width: 100%;
}

/* Text area */
.editor-styles-wrapper .jf-data-list-editor .jf-data-list-text,
.editor-styles-wrapper .jf-data-list-editor .rich-text,
.editor-styles-wrapper .jf-data-list-editor .block-editor-rich-text__editable {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
	line-height: 28px;
}

/* Editor action buttons */
.editor-styles-wrapper .jf-data-list-editor .jf-data-list-actions {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 110px;
	min-width: 110px;
	align-items: stretch;
}

.editor-styles-wrapper .jf-data-list-editor .jf-data-list-actions .components-button {
	width: 100%;
	min-height: 28px;
	padding: 4px 8px;
	font-size: 11px;
	line-height: 1.2;
	justify-content: center;
}

.editor-styles-wrapper .jf-data-list-editor .jf-data-list-remove {
	margin-top: 0;
	width: 100%;
	flex-shrink: 0;
}

/* Sub bullets */
.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-list {
	list-style: disc;
	margin: 10px 0 0;
	padding-left: 24px;
}

.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-list li {
	position: static;
	padding-left: 0 !important;
	margin-bottom: 8px;
	line-height: 26px;
	color: var(--wp--preset--color--black);
}

.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-list li::before,
.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-list li::after {
	display: none;
	content: none;
}

/* Sub bullet row */
.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-row {
	display: grid;
	grid-template-columns: minmax(160px, 1fr) 90px;
	gap: 8px;
	align-items: start;
	width: 100%;
}

.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-row .rich-text,
.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-row .block-editor-rich-text__editable {
	min-width: 0;
	width: 100%;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-row .components-button {
	width: 90px;
	min-height: 28px;
	padding: 4px 8px;
	font-size: 11px;
	line-height: 1.2;
	justify-content: center;
}

/* Mobile/editor narrow widths */
@media (max-width: 768px) {
	.editor-styles-wrapper .jf-data-list-editor .jf-checklist > li,
	.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-list li {
		line-height: 24px;
	}

	.editor-styles-wrapper .jf-data-list-editor .jf-data-list-row,
	.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-row {
		grid-template-columns: 1fr;
	}

	.editor-styles-wrapper .jf-data-list-editor .jf-data-list-actions {
		width: 100%;
		min-width: 0;
	}

	.editor-styles-wrapper .jf-data-list-editor .jf-sub-bullet-row .components-button {
		width: 100%;
	}
}