/*
Theme Name: Matrimony MWA Ready
Theme URI:  https://example.com/matrimony-mwa
Author:     ChatGPT (generated)
Author URI: https://openai.com
Description: A simple Matrimony WordPress theme scaffold with MWA plugin compatibility and sample templates (registration, profile listing, kundli).
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: matrimony-mwa
Tags: matrimonial, responsive, two-columns
*/
/* Basic styles - customize as needed */
body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; color:#222; }
.site-header, .site-footer { background:#f5f7fb; padding:20px; text-align:center; }
.site-content { padding:20px; max-width:1100px; margin:0 auto; }
.profile-grid { display:flex; flex-wrap:wrap; gap:16px; }
.profile-card { border:1px solid #e1e4ea; padding:12px; width:200px; background:white; border-radius:8px; box-shadow:0 1px 2px rgba(0,0,0,0.03);}
