/**
 * Statement — block styles.
 *
 * Scoped to .b-c-statement. This file is yours to edit; the Lake Builder admin
 * manages this block's fields (block.json) but never overwrites this
 * stylesheet. Brand tokens (--brand-*) are available here.
 */
.lake-root .b-c-statement .stmt-row {
	display: flex;
    justify-content: space-between;
	gap: 56px;
	align-items: start;
}

.lake-root .b-c-statement .stmt-row .stmt-text {
	color: white;
}

/* right column wraps the paragraph + button */
.lake-root .b-c-statement .stmt-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.lake-root .b-c-statement .stmt-btn {
    margin-top: 4px;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 400;
    padding: 11px 35px 10px;
}
/* editing-only placeholder shown before the button has a link */
.lake-root .b-c-statement .stmt-btn.is-placeholder {
	opacity: .55;
	cursor: default;
}