/*
Theme Name: Science Factory Camp (Twenty Twenty)
Theme URI: https://sciencefactorycamp.com/
Description: Science Factory Camp child theme for Twenty Twenty with custom ACF blocks
Author: Science Factory Camp
Author URI: https://sciencefactorycamp.com/
Template: twentytwenty
Version: 1.0.115
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfc-twentytwenty
*/

/*
 * Styles are loaded via functions.php
 * This file is required for WordPress to recognize the child theme
 */

/* Camp Single Template */
.sfc-camp-single {
	margin: 0;
	padding: 0;
	max-width: none;
}

.sfc-camp-single .entry-content {
	margin: 0;
	padding: 0;
	max-width: none;
}

/* Ensure blocks display at full width */
.sfc-camp-single .alignfull {
	width: 100%;
	position: relative;
}
