/* Builder Frontend Styles */

.sfp-builder-page-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sfp-b-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	margin-bottom: 30px;
}

.sfp-b-column {
	flex: 1;
	padding: 0 15px;
	box-sizing: border-box;
}

.sfp-b-heading {
	font-size: 28px;
	margin-bottom: 15px;
	color: #333;
}

.sfp-b-text {
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}

.sfp-b-button {
	display: inline-block;
	padding: 10px 20px;
	background: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s;
}

.sfp-b-button:hover {
	background: #005177;
}

.sfp-b-breaking {
	background: #e74c3c;
	color: white;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sfp-b-news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.sfp-b-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

.sfp-b-nav a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
