/*
Theme Name: BibleGateway Online WP
Theme URI: https://example.com/
Author: OpenAI
Description: WordPress theme conversion of the uploaded BibleGateway-style React app, with Customizer-controlled ads, footer content, digital resources, Patreon links, and AI engine support.
Version: 1.0.9
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: bgw-theme
*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #fdfcfb;
  color: #1a1a1a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bgw-page-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px;
}

.bgw-page-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.bgw-page-content {
  background: #fff;
  border: 1px solid #e5e1da;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.bgw-page-content a {
  color: #5a5a40;
}
