/*
 * AI Post Summary — Base structural styles.
 * Scoped overrides for Nexter/blog-content context are at the bottom.
 * Add the "NEXTER THEME INTEGRATION" block to your Nexter Global CSS.
 */

/* ── Wrapper ─────────────────────────────────────────────────────────────── */

.aps-summary {
	border-left: 3px solid currentColor;
	padding: 1em 1.25em;
	margin: 1.5em 0;
	box-sizing: border-box;
}

/* ── Label ───────────────────────────────────────────────────────────────── */

.aps-label {
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* ── Bullet list ─────────────────────────────────────────────────────────── */

.aps-bullets {
	margin: 0;
	padding-left: 1.4em;
	list-style-type: disc;
}

.aps-bullet {
	margin-bottom: 0.45em;
	line-height: 1.65;
}

.aps-bullet:last-child {
	margin-bottom: 0;
}

/* ── Legacy plain-text fallback ──────────────────────────────────────────── */

.aps-text {
	margin: 0;
	line-height: 1.7;
}

/* ── Editor dashed outline ───────────────────────────────────────────────── */

.aps-editor-preview {
	outline: 1px dashed rgba(0, 115, 170, 0.35);
	outline-offset: 2px;
}

/* ── Elementor container reset ───────────────────────────────────────────── */

.elementor-widget-html .aps-summary {
	margin-top: 0;
	margin-bottom: 0;
}
