Theme Name: More Opportunity
Theme URI: https://moreopportunity.io/
Author: More Opportunity
Author URI: https://moreopportunity.io/
Description: WordPress shell for the reviewed More Opportunity marketing experience.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: more-opportunity
License: Proprietary

/* The production application stylesheet is generated from the reviewed React source. */
:root { color: #f8fafc; background: #07111f; font-family: Inter, system-ui, sans-serif; }
body { margin: 0; background: #07111f; color: #dbe5f0; }
a { color: inherit; }
.blog-shell { width: min(760px, calc(100% - 2rem)); margin: auto; }
.blog-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid #233247; }
.blog-header a { text-decoration: none; font-weight: 700; }
.blog-main { padding: 4rem 0; }
.blog-main h1 { color: #fff; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.1; }
.blog-post { padding: 2rem 0; border-bottom: 1px solid #233247; }
.blog-post h2 { margin-bottom: .5rem; color: #fff; }
.blog-post h2 a { text-decoration: none; }
.blog-meta { color: #94a3b8; font-size: .9rem; }
.blog-content { font-size: 1.1rem; line-height: 1.75; }
.blog-content img { max-width: 100%; height: auto; }
.blog-footer { padding: 2rem 0; border-top: 1px solid #233247; color: #94a3b8; }
