<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pronto-featured-posts .pronto-featured-posts__section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem !important;
	font-weight: 600 !important;
	margin-bottom: 1em;
	position: relative;
	z-index: 10;
}

.pronto-featured-posts__post-list{ display: block; }

.pronto-featured-posts__post{
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	margin-bottom: 40px;
}

.pronto-featured-posts__post:last-child{ margin-bottom: 0; }

.pronto-featured-posts__post &gt; div{
	flex-basis: 100%;
	justify-content: center;
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.pronto-featured-posts__img{ }
.pronto-featured-posts__img img{ }

.pronto-featured-posts__title,
.pronto-featured-posts__content{
	padding: 1rem;
}

#main .pronto-featured-posts__title h2{
	color: var(--dark_purple);
	font-family: var(--post_title_typography-font-family);
	font-size: 1.5rem !important;
	font-weight: 600 !important;
	line-height: var(--h3_typography-line-height);
}

.pronto-featured-posts__content{ }
.pronto-featured-posts__content .fusion-meta-info:hover{ background-color: var(--purple-dark); }

.pronto-featured-posts__content .fusion-meta-info{
	display: inline-block;
	background-color: var(--purple);
	transition: background-color 150ms;
	padding: 0 1.5rem;
	border: none;
	border-radius: 1rem;
	font-size: 1rem;
	line-height: 2rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 1rem auto 0 0;
}

.pronto-featured-posts__content .fusion-meta-info .fusion-alignleft {
    width: 100%;
}

.pronto-featured-posts__content .fusion-meta-info a,
.pronto-featured-posts__content .fusion-meta-info a:after {
    color: white !important;
}

.pronto-featured-posts__content .fusion-post-wrapper:hover .fusion-meta-info {
    background-color: var(--purple-dark);
}


@media screen and (min-width: 900px) {
	.pronto-featured-posts__post{ flex-direction: row; }
	.pronto-featured-posts__post &gt; div{ flex-basis: calc(100% / 3); }
}
</pre></body></html>