/*
Theme Name: Sportifieds
Theme URI: https://sportifieds.local
Author: Sportifieds
Description: Coach-first Sportifieds theme with safe role-based templates.
Version: 1.0.0
Text Domain: sportifieds
*/

:root {
  --sportifieds-bg: #f6f8fb;
  --sportifieds-text: #172334;
  --sportifieds-primary: #1e63b5;
}

body {
  background: var(--sportifieds-bg);
  color: var(--sportifieds-text);
  font-family: Arial, sans-serif;
  margin: 0;
}

.site-wrap { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.site-header, .site-footer { background: #fff; border-bottom: 1px solid #e5e7eb; }
.site-footer { border-top: 1px solid #e5e7eb; border-bottom: 0; margin-top: 40px; }
.site-branding { display: flex; justify-content: space-between; align-items: center; min-height: 64px; }
.nav-links a { margin-left: 14px; text-decoration: none; color: var(--sportifieds-text); font-weight: 600; }
.nav-links a.button { background: var(--sportifieds-primary); color: #fff; padding: 8px 12px; border-radius: 6px; }

.page-card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
}

.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-weight: 700; margin-bottom: 6px; }
.form-row input {
  width: 100%;
  max-width: 460px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  padding: 10px;
}

button, .button {
  background: var(--sportifieds-primary);
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  text-decoration: none;
}

.notice-error {
  border-left: 4px solid #d63638;
  background: #fff;
  padding: 12px;
}
