/*
Theme Name: RLC Ship
Theme URI: https://ship.rlc.com
Author: R+L Carriers
Author URI: https://www.rlcarriers.com
Description: Model Full Site Editing (block) theme for RLC Ship.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rlcship
Tags: full-site-editing, block-patterns
*/

/*
 * Keep CSS here minimal and intentional.
 * Parity rules are assembled from assets/*.css into assets/css/site-parity.css.
 * Prefer design tokens and block styles via theme.json.
 */

.rlcship-form-subheading {
	display: block;
	font-weight: 600;
	opacity: 0.85;
}

/* Gravity Forms missing: show a clear, readable placeholder in the editor/admin contexts. */
.rlcship-gf-missing {
	margin: var(--wp--preset--spacing--30) 0;
	padding: var(--wp--preset--spacing--20) 14px;
	border: 1px solid rgba( 0, 0, 0, 0.15 );
	border-radius: 8px;
	background: var( --wp--preset--color--surface, #f7f7f7 );
	color: var( --wp--preset--color--contrast, #111 );
}

/* Footer bottom links: now handled by theme.json core/template-part footer variation.
 * Kept as fallback for .has-footer-background-color class specificity. */
footer .has-footer-background-color a {
	color: var( --wp--preset--color--base, #fff );
	text-decoration: underline;
}

footer .has-footer-background-color a:hover {
	color: var( --wp--preset--color--secondary, #3dae2b );
}

