/* Fox Factor Builder Pro — baseline frontend styles.
   Most styling is handled per-widget inline; this is just structure. */

.ffbp-site-header,
.ffbp-site-footer {
	width: 100%;
}

.ffbp-nav .ffbp-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ffbp-nav .ffbp-nav__list li {
	margin: 0;
	padding: 0;
}

.ffbp-post-content img {
	max-width: 100%;
	height: auto;
}

.ffbp-post-meta .ffbp-meta-sep {
	opacity: .6;
}

.ffbp-post-meta a {
	color: inherit;
	text-decoration: none;
}

.ffbp-button-link {
	font-weight: 700;
}
