/*
 Theme Name: Simplydema Recruit
 Theme URI: https://simplydema.com
 Author: Simplydema
 Author URI: https://simplydema.com
 Description: Lightweight staffing & recruiting theme with Job CPT, job listings, and application forms.
 Version: 1.0.0
 License: GPLv2 or later
 Text Domain: simplydema-recruit
*/

/* Basic fallback styles if Tailwind CDN fails */
:root { --accent:#0ea5e9; --dark:#0f172a; --muted:#64748b; --bg:#f8fafc; }
*{box-sizing:border-box}
body{margin:0;font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#ffffff;color:#0f172a;line-height:1.6}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:1.25rem}
.btn{display:inline-block;padding:.7rem 1rem;border-radius:.75rem;background:var(--accent);color:white;font-weight:600}
.card{border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;background:#fff}
.grid{display:grid;gap:1rem}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
header.site{border-bottom:1px solid #e5e7eb}
footer.site{border-top:1px solid #e5e7eb;color:#475569}
.hero{padding:3rem 0}
.badge{display:inline-block;background:#e0f2fe;color:#075985;font-weight:600;padding:.25rem .5rem;border-radius:.5rem;font-size:.85rem}
input,select,textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem}
label{font-weight:600;margin:.5rem 0;display:block}
.form-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}
.notice{padding:1rem;border-radius:.5rem;margin:.5rem 0}
.notice.success{background:#ecfeff;color:#065f46;border:1px solid #99f6e4}
.notice.error{background:#fef2f2;color:#7f1d1d;border:1px solid #fecaca}
.job-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}
.job-meta span{background:#f1f5f9;padding:.35rem .6rem;border-radius:.5rem;font-size:.9rem}
*/
