#vesak-theme .tema-content {
	max-width: 900px;
	margin: 0 auto;
}

#vesak-theme .tema-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	margin-bottom: 48px;
}

#vesak-theme .tema-row.reverse {
	direction: rtl;
}

#vesak-theme .tema-row.reverse>* {
	direction: ltr;
}

#vesak-theme .tema-text p {
	line-height: 1.8;
	text-align: justify;
}

.highlight-box {
	background: linear-gradient(135deg, rgba(194, 24, 91, 0.08), rgba(0, 188, 212, 0.08));
	border-left: 4px solid;
	border-image: var(--gradient) 1;
	padding: 24px 32px;
	border-radius: 0 var(--radius-md) var(--radius-md) 0;
	margin: 40px 0;
	font-size: 1.05rem;
	line-height: 1.7;
	font-weight: 500;
}

/* Constrain section title to 2.5rem at all breakpoints (overrides the 3.5rem from @media min-width:1025px) */
#vesak-theme .section-title {
    font-size: 2.5rem;
}

/* Replaces: style="color: var(--color-muted); font-weight: 500; font-size: 1.1rem; max-width: 700px; margin: 0 auto" */
.section-subtitle--narrow {
    color: var(--color-muted);
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 0;
}

.tema-text-block {
    max-width: 900px;
    margin: 0 auto;
}

.tema-text-block p {
    line-height: 1.8;
    text-align: justify;
}