/*
Theme Name: Alliance Insurance Theme
Theme URI: https://example.com/alliance-insurance-theme
Author: OpenAI Codex
Description: Custom WordPress theme scaffold for the Alliance Insurance redesign.
Version: 0.2.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: alliance-insurance-theme
*/

.alignwide,
.wp-block-group.alignwide {
  max-width: var(--content-max-xl);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
  max-width: none;
}
