/*
Theme Name: Bopgun Support
Theme URI: https://bopgun.com/
Author: Bopgun
Author URI: https://bopgun.com/
Description: A custom theme for handling support tickets and client inquiries.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bopgun-support
*/

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin: 0; padding: 0; color: #222; }
.container { max-width: 900px; margin: 40px auto; padding: 24px; }
.form-field { margin-bottom: 12px; }
label { display: block; font-weight: 600; margin-bottom: 6px; }
input[type="text"], input[type="email"], textarea, select { width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 4px; }
button { background: #0b84ff; color: #fff; padding: 10px 16px; border: none; border-radius: 4px; cursor: pointer; }
button[disabled] { opacity: 0.6; cursor: not-allowed; }
.notice { padding: 10px; border-radius: 4px; margin-bottom: 16px; }
.notice.success { background: #e6ffed; color: #064e2a; border: 1px solid #b7f5c7; }
.notice.error { background: #ffecec; color: #5c0b0b; border: 1px solid #f5c7c7; }
