/*
Theme Name: TrafficHub
Theme URI:  https://example.com/traffichub
Author: Ahmed
Author URI: https://example.com
Description: Minimal WordPress theme for selling website traffic & campaigns. Includes Order page template and basic layout.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: traffichub
*/
body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; color:#222; background:#f7f7f7; }
.site-header{ background:#0b62a4; color:white; padding:18px 20px; }
.site-title{ font-size:26px; margin:0; }
.site-nav{ margin-top:8px; }
.container{ max-width:1100px; margin:24px auto; padding:0 20px; }
.card{ background:white; border-radius:8px; padding:18px; box-shadow:0 2px 6px rgba(0,0,0,0.06); margin-bottom:18px; }
.packages{ display:flex; gap:12px; flex-wrap:wrap; }
.package{ flex:1 1 200px; border:1px solid #e6e6e6; padding:14px; border-radius:6px; text-align:center; }
.btn{ display:inline-block; padding:10px 16px; background:#0b62a4; color:white; border-radius:6px; text-decoration:none; }
footer.site-footer{ text-align:center; padding:18px 0; color:#666; font-size:14px; margin-top:36px; }
