/*
Theme Name: Rock Top Racing
Theme URI: https://rocktopracing.com
Author: Rock Top Racing
Description: Epic southern trail running. A dark, metallic theme for Rock Top Racing with heavy metal typography and race calendar.
Template: twentytwentyfour
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rock-top-racing
Tags: full-site-editing, custom-colors, custom-logo, custom-menu, featured-images, block-patterns, wide-blocks, one-column, dark-mode
*/

/* Constrain race page content width and add padding */
.single-race .race-content-constrain {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width: 782px) {
	.single-race .race-content-constrain {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
