/* Deliberately minimal — style .pws-widget in your theme. */
.pws-widget {
	margin: 1.5em 0;
}

.pws-widget__label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #767676;
	margin-bottom: 0.4em;
}

.pws-widget__body > *:first-child {
	margin-top: 0;
}

.pws-widget__body > *:last-child {
	margin-bottom: 0;
}
