/*
Theme Name: Punjab Pigeons - Full Clone
Theme URI: https://example.com/
Author: ChatGPT
Description: Complete WordPress theme replicating PunjabPigeons functionality: Cups (custom post type), results table, admin repeatable meta boxes, demo content on activation.
Version: 1.0
Text Domain: punjab-pigeons-full
*/
body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; background:#f4f4f4; color:#222; }
.container { max-width:1100px; margin:20px auto; padding:0 15px; }
header { background:#004e92; color:#fff; padding:18px 0; text-align:center; }
nav { background:#003d73; padding:8px 0; }
nav .menu { display:flex; justify-content:center; margin:0; padding:0; list-style:none; }
nav .menu li { margin:0 12px; }
nav .menu a { color:#fff; text-decoration:none; font-weight:600; }
.table-wrapper { background:#fff; padding:20px; border-radius:6px; box-shadow:0 2px 6px rgba(0,0,0,0.05); }
table { width:100%; border-collapse:collapse; margin-top:10px; }
th, td { border:1px solid #e1e1e1; padding:8px; text-align:left; }
th { background:#005ab5; color:#fff; }
.footer { background:#003d73; color:#fff; text-align:center; padding:14px; margin-top:30px; }
.notice { background:#fff3cd; border:1px solid #ffeeba; padding:10px; border-radius:4px; margin-bottom:12px; }
