
/* Sermon Notes V1 frontend */

.sn-block {
	margin: 2rem 0;
}

.sn-giving__link {
	display: inline-block;
	padding: 0.8rem 1.4rem;
	text-decoration: none;
	border-radius: 4px;
}

.sn-youtube iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.sn-eventon {
	width: 100%;
}
