/**
 * Block Frontend Styles
 * Shared between widget and block
 */

.staw-title {
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 16px;
}

.staw-box-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.staw-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 16px;
	background: #f9f9f9;
	border-radius: 8px;
}

.staw-image {
	margin-bottom: 12px;
}

.staw-image img {
	border-radius: 50%;
}

.staw-heading {
	margin: 0 0 8px 0;
	font-size: 1.1em;
	font-weight: 600;
}

.staw-bio {
	margin: 0 0 12px 0;
	font-size: 0.9em;
	color: #666;
	line-height: 1.5;
}

.staw-post-count {
	font-size: 0.85em;
	color: #888;
}
