/* Aelith Creative — Massively: link-in-bio front page polish */

/* Center the intro header on the link-in-bio page. */
.linkinbio header.major {
	text-align: center;
}

/* Constrain the button column and center it. */
.linkinbio ul.actions.fit.stacked {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

/* Slightly larger, roomier buttons for the landing feel.
   Massively centers button text via height + line-height (3rem), so we
   bump both together and keep them equal — do NOT add vertical padding,
   which would push the label off-center. */
.linkinbio ul.actions.fit.stacked .button {
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.05rem;
	letter-spacing: 0.2rem;
}
