/*
 * LUMIADE brand layer — content-page polish (imagery + inline icons).
 * Scoped additions only: figures and icon marks on the About / Technology /
 * Actives / Routine / Journal pages. Does not touch existing selectors
 * owned by lumiade-homepage.css or the other lumiade-brand/*.css files.
 */

.lumiade-page-figure {
	border: 1px solid var(--lumiade-line);
	border-radius: var(--lumiade-radius);
	margin: 28px 0;
	overflow: hidden;
}

.lumiade-page-figure img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.lumiade-page-figure figcaption {
	background: var(--lumiade-paper);
	border-top: 1px solid var(--lumiade-line);
	color: var(--lumiade-muted);
	font-size: var(--lumiade-fs-sm);
	padding: 14px 18px;
}

.lumiade-page-figure--small {
	margin: 0 auto;
	max-width: 420px;
}

.lumiade-content-card .lumiade-card-icon,
.lumiade-glossary-cta .lumiade-card-icon {
	align-items: center;
	background: var(--lumiade-soft);
	border-radius: var(--lumiade-radius-pill);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 14px;
	width: 48px;
}

.lumiade-content-card .lumiade-card-icon svg {
	display: block;
}

.lumiade-glossary-cta-icons {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 16px;
}

@media (max-width: 640px) {
	.lumiade-page-figure {
		margin: 20px 0;
	}
}
