
/**
 * BuddyPress Quote block — frontend + editor styles.
 *
 * Bucket C5. Tokens come from the public stylesheet; this file adds
 * block-specific layout only.
 *
 * @package buddypress-quotes
 * @since   2.7.0
 */

.bpquotes-block {
	padding: clamp( 16px, 4vw, 48px );
	border-radius: 8px;
	box-sizing: border-box;
}

.bpquotes-block__inner {
	margin: 0;
	border: 0;
	padding: 0;
}

.bpquotes-block__content {
	margin: 0;
	font-size: clamp( 18px, 2.6vw, 28px );
	line-height: 1.4;
	font-weight: 600;
}

.bpquotes-block--left {
	text-align: start;
}

.bpquotes-block--center {
	text-align: center;
}

.bpquotes-block--right {
	text-align: end;
}

@media (prefers-reduced-motion: no-preference) {
	.bpquotes-block {
		transition: transform 200ms ease;
	}
}

/*# sourceURL=https://youthsportsaxis.com/sojidab/includes/blocks/quote/style.css */