/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: https://the-events-calendar.github.io/products-engineering/docs/code-standards/css/
 */

/**
 * Attendees block view styles
 *
 * @since  4.9
 */
.tribe-block__attendees {
	margin-bottom: 30px;
	margin-top: 30px;
}
.tribe-block__attendees img {
		border-radius: 100%;
		display: inline-block;
		height: 60px;
		width: 60px;
	}
.tribe-block__attendees__title {
	display: block;
	font-family: 'Helvetica Neue', Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
