
/*
Theme Name: OllyMedics
Theme URI: https://ollymedics.example
Author: OllyMedics
Description: Custom theme for a healthcare staffing job board (Hero + CTAs).
Version: 1.0
Text Domain: ollymedics
*/
:root{
  --om-blue:#0074D9;
  --om-green:#2ECC40;
  --om-dark:#0f2233;
  --om-light:#f7fafc;
}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif;color:#223;}
a{color:var(--om-blue);text-decoration:none}
header.site-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #eaeaea;background:#fff;position:sticky;top:0;z-index:9}
.site-brand{display:flex;align-items:center;gap:12px}
.site-brand img{height:40px;width:auto}
nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px}
nav a{font-weight:600}
.hero{padding:80px 24px;background:linear-gradient(120deg,rgba(0,116,217,.07),rgba(46,204,64,.07));text-align:center}
.hero h1{font-size:38px;margin:0 0 12px}
.hero p.lead{font-size:18px;max-width:760px;margin:0 auto 24px;line-height:1.6;color:#334}
.ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;border:2px solid var(--om-blue);font-weight:700}
.btn-primary{background:var(--om-blue);color:#fff;border-color:var(--om-blue)}
.btn-outline{background:#fff;color:var(--om-blue)}
.section{padding:40px 24px;max-width:1100px;margin:0 auto}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.card{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px}
footer.site-footer{margin-top:40px;padding:24px;background:#0b1522;color:#cfd8e3;text-align:center}
.jobs-list h3{margin:8px 0}
