/* ===================================================================
   JobsDrive local utility stylesheet
   Hand-generated to exactly match the Tailwind utility classes used
   across this theme's templates -- produces identical visual output
   to the Tailwind CDN build, without any external/CDN dependency.
   =================================================================== */


*,*::before,*::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;line-height:1.5;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:inherit;color:#0f172a}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:inherit}
button,select,input,textarea{font:inherit;color:inherit}
button{cursor:pointer;background:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
table{border-collapse:collapse}

.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.sticky{position:sticky}
.relative{position:relative}
.absolute{position:absolute}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.shrink-0{flex-shrink:0}
.flex-row{flex-direction:row}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
.col-span-2{grid-column:span 2 / span 2}
.p-0{padding:0px}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.pt-1{padding-top:0.25rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.pt-2{padding-top:0.5rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.p-2\.5{padding:0.625rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.p-3{padding:0.75rem}
.pt-3{padding-top:0.75rem}
.pr-3{padding-right:0.75rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.p-3\.5{padding:0.875rem}
.p-4{padding:1rem}
.pt-4{padding-top:1rem}
.pr-4{padding-right:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.p-5{padding:1.25rem}
.pb-5{padding-bottom:1.25rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.p-6{padding:1.5rem}
.pt-6{padding-top:1.5rem}
.pb-6{padding-bottom:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.pb-8{padding-bottom:2rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pl-9{padding-left:2.25rem}
.p-10{padding:2.5rem}
.pl-10{padding-left:2.5rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.p-12{padding:3rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.m-0{margin:0px}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mb-1{margin-bottom:0.25rem}
.mr-1{margin-right:0.25rem}
.mt-2{margin-top:0.5rem}
.mb-2{margin-bottom:0.5rem}
.mt-3{margin-top:0.75rem}
.mb-3{margin-bottom:0.75rem}
.mt-4{margin-top:1rem}
.mb-4{margin-bottom:1rem}
.mt-6{margin-top:1.5rem}
.mb-6{margin-bottom:1.5rem}
.mt-8{margin-top:2rem}
.gap-0\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.space-y-1 > :not([hidden]) ~ :not([hidden]){margin-top:0.25rem}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){margin-top:0.375rem}
.space-y-3 > :not([hidden]) ~ :not([hidden]){margin-top:0.75rem}
.space-y-4 > :not([hidden]) ~ :not([hidden]){margin-top:1rem}
.space-y-5 > :not([hidden]) ~ :not([hidden]){margin-top:1.25rem}
.space-y-6 > :not([hidden]) ~ :not([hidden]){margin-top:1.5rem}
.divide-y > :not([hidden]) ~ :not([hidden]){border-top-width:1px}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]){border-color:#f1f5f9}
.w-full{width:100%}
.h-full{height:100%}
.w-1{width:0.25rem}
.w-2{width:0.5rem}
.h-4{height:1rem}
.w-96{width:24rem}
.h-96{height:24rem}
.h-44{height:11rem}
.h-64{height:16rem}
.h-\[18px\]{height:18px}
.h-\[64px\]{height:64px}
.max-w-\[300px\]{max-width:300px}
.min-h-\[40px\]{min-height:40px}
.min-h-\[80px\]{min-height:80px}
.rounded-\[2px\]{border-radius:2px}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.max-w-md{max-width:28rem}
.max-w-none{max-width:none}
.top-0{top:0}
.bottom-0{bottom:0}
.left-1/4{left:25%}
.right-1/4{right:25%}
.left-3{left:0.75rem}
.top-3{top:0.75rem}
.z-10{z-index:10}
.z-40{z-index:40}.bg-amber-100{background-color:#fef3c7}
.bg-amber-400\/30{background-color:rgba(251,191,36,0.3)}
.bg-amber-50\/70{background-color:rgba(255,251,235,0.7)}
.bg-amber-500\/10{background-color:rgba(245,158,11,0.1)}
.bg-amber-600{background-color:#d97706}
.bg-amber-700\/80{background-color:rgba(180,83,9,0.8)}
.bg-blue-400\/20{background-color:rgba(96,165,250,0.2)}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-50\/70{background-color:rgba(239,246,255,0.7)}
.bg-blue-500{background-color:#3b82f6}
.bg-blue-600{background-color:#2563eb}
.bg-blue-700{background-color:#1d4ed8}
.bg-blue-800\/80{background-color:rgba(30,64,175,0.8)}
.bg-emerald-50\/70{background-color:rgba(236,253,245,0.7)}
.bg-emerald-600{background-color:#059669}
.bg-emerald-800\/80{background-color:rgba(6,95,70,0.8)}
.bg-indigo-400\/20{background-color:rgba(129,140,248,0.2)}
.bg-indigo-600{background-color:#4f46e5}
.bg-orange-500{background-color:#f97316}
.bg-purple-100{background-color:#f3e8ff}
.bg-rose-100{background-color:#ffe4e6}
.bg-rose-50\/70{background-color:rgba(255,241,242,0.7)}
.bg-slate-100{background-color:#f1f5f9}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-50\/50{background-color:rgba(248,250,252,0.5)}
.bg-slate-800{background-color:#1e293b}
.bg-slate-900{background-color:#0f172a}
.bg-slate-900\/80{background-color:rgba(15,23,42,0.8)}
.bg-white{background-color:#ffffff}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.bg-white\/20{background-color:rgba(255,255,255,0.2)}
.bg-white\/95{background-color:rgba(255,255,255,0.95)}
.border-amber-100{border-color:#fef3c7}
.border-amber-200\/80{border-color:rgba(253,230,138,0.8)}
.border-amber-500{border-color:#f59e0b}
.border-blue-100{border-color:#dbeafe}
.border-blue-200{border-color:#bfdbfe}
.border-blue-600{border-color:#2563eb}
.border-emerald-100{border-color:#d1fae5}
.border-emerald-600{border-color:#059669}
.border-indigo-100{border-color:#e0e7ff}
.border-purple-200{border-color:#e9d5ff}
.border-rose-100{border-color:#ffe4e6}
.border-rose-200{border-color:#fecdd3}
.border-slate-100{border-color:#f1f5f9}
.border-slate-200{border-color:#e2e8f0}
.border-slate-200\/80{border-color:rgba(226,232,240,0.8)}
.border-slate-700{border-color:#334155}
.border-slate-800{border-color:#1e293b}
.border-white\/15{border-color:rgba(255,255,255,0.15)}
.border-white\/20{border-color:rgba(255,255,255,0.2)}
.border-white\/30{border-color:rgba(255,255,255,0.3)}
.from-amber-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-emerald-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-slate-900{--tw-gradient-from:#0f172a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.text-amber-100{color:#fef3c7}
.text-amber-700{color:#b45309}
.text-amber-800{color:#92400e}
.text-amber-900{color:#78350f}
.text-amber-950{color:#451a03}
.text-blue-100{color:#dbeafe}
.text-blue-200{color:#bfdbfe}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.text-blue-800{color:#1e40af}
.text-blue-900{color:#1e3a8a}
.text-blue-950{color:#172554}
.text-emerald-100{color:#d1fae5}
.text-emerald-600{color:#059669}
.text-emerald-700{color:#047857}
.text-emerald-950{color:#022c22}
.text-indigo-100{color:#e0e7ff}
.text-indigo-700{color:#4338ca}
.text-indigo-900{color:#312e81}
.text-indigo-950{color:#1e1b4b}
.text-orange-400{color:#fb923c}
.text-orange-500{color:#f97316}
.text-purple-700{color:#7e22ce}
.text-rose-600{color:#e11d48}
.text-rose-700{color:#be123c}
.text-rose-950{color:#4c0519}
.text-slate-100{color:#f1f5f9}
.text-slate-200{color:#e2e8f0}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-slate-900{color:#0f172a}
.text-white{color:#ffffff}
.text-white\/90{color:rgba(255,255,255,0.9)}
.to-blue-50{--tw-gradient-to:#eff6ff}
.to-blue-700{--tw-gradient-to:#1d4ed8}
.to-indigo-600{--tw-gradient-to:#4f46e5}
.to-indigo-700{--tw-gradient-to:#4338ca}
.to-orange-600{--tw-gradient-to:#ea580c}
.to-slate-900{--tw-gradient-to:#0f172a}
.to-teal-700{--tw-gradient-to:#0f766e}
.via-blue-950{--tw-gradient-stops:var(--tw-gradient-from),#172554,var(--tw-gradient-to,rgba(255,255,255,0))}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-\[12px\]{font-size:12px}
.text-\[13px\]{font-size:13px}
.text-\[14px\]{font-size:14px}
.text-\[15px\]{font-size:15px}
.text-\[18px\]{font-size:18px}
.text-\[9px\]{font-size:9px}
.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-black{font-weight:900}
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-snug{line-height:1.375}
.leading-relaxed{line-height:1.625}
.tracking-tight{letter-spacing:-0.025em}
.tracking-wider{letter-spacing:0.05em}
.text-center{text-align:center}
.uppercase{text-transform:uppercase}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-nowrap{white-space:nowrap}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-y{border-top-width:1px;border-bottom-width:1px}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-md{border-radius:0.375rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-xs{border-radius:0.125rem}
.shadow-xs{box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)}
.shadow-blue-500\/20{--tw-shadow-color:rgba(59,130,246,0.2)}
.blur-3xl{filter:blur(64px)}
.backdrop-blur-md{backdrop-filter:blur(12px)}
.backdrop-blur-xs{backdrop-filter:blur(2px)}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.cursor-pointer{cursor:pointer}
.pointer-events-none{pointer-events:none}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-auto{margin-top:auto}
.list-decimal{list-style-type:decimal}
.list-inside{list-style-position:inside}
.list-none{list-style:none}
.appearance-none{appearance:none;-webkit-appearance:none}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 1024px) {
  .lg\:col-span-2{grid-column:span 2 / span 2}
  .lg\:flex{display:flex}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:hidden{display:none}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:py-16{padding-top:4rem;padding-bottom:4rem}
}
@media (min-width: 768px) {
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:inline{display:inline}
}
@media (min-width: 640px) {
  .sm\:col-span-2{grid-column:span 2 / span 2}
  .sm\:col-span-3{grid-column:span 3 / span 3}
  .sm\:col-span-4{grid-column:span 4 / span 4}
  .sm\:col-span-5{grid-column:span 5 / span 5}
  .sm\:col-span-7{grid-column:span 7 / span 7}
  .sm\:flex-nowrap{flex-wrap:nowrap}
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .sm\:h-80{height:20rem}
  .sm\:inline{display:inline}
  .sm\:items-center{align-items:center}
  .sm\:p-10{padding:2.5rem}
  .sm\:p-4{padding:1rem}
  .sm\:p-8{padding:2rem}
  .sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:self-auto{align-self:auto}
  .sm\:text-2xl{font-size:1.5rem;line-height:2rem}
  .sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .sm\:text-base{font-size:1rem;line-height:1.5rem}
}
.focus\:border-blue-800:focus{border-color:#1e40af}
.focus\:outline-hidden:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--tw-ring-color, #3b82f6)}
.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}
.hover\:bg-amber-50:hover{background-color:#fffbeb}
.hover\:bg-amber-50\/50:hover{background-color:rgba(255,251,235,0.5)}
.hover\:bg-amber-700:hover{background-color:#b45309}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:bg-emerald-50:hover{background-color:#ecfdf5}
.hover\:bg-emerald-50\/50:hover{background-color:rgba(236,253,245,0.5)}
.hover\:bg-emerald-700:hover{background-color:#047857}
.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:bg-orange-600:hover{background-color:#ea580c}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-slate-200:hover{background-color:#e2e8f0}
.hover\:bg-slate-50:hover{background-color:#f8fafc}
.hover\:bg-slate-700:hover{background-color:#334155}
.hover\:bg-slate-900:hover{background-color:#0f172a}
.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,0.2)}
.hover\:bg-white\/30:hover{background-color:rgba(255,255,255,0.3)}
.hover\:border-amber-300:hover{border-color:#fcd34d}
.hover\:border-blue-300:hover{border-color:#93c5fd}
.hover\:border-emerald-300:hover{border-color:#6ee7b7}
.hover\:border-indigo-300:hover{border-color:#a5b4fc}
.hover\:shadow-lg:hover{0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}
.hover\:shadow-md:hover{0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1)}
.hover\:text-blue-600:hover{color:#2563eb}
.hover\:text-blue-700:hover{color:#1d4ed8}
.hover\:text-blue-800:hover{color:#1e40af}
.hover\:text-emerald-600:hover{color:#059669}
.hover\:text-white:hover{color:#ffffff}
.hover\:underline:hover{text-decoration-line:underline}
.group:hover .group-hover\:text-amber-700{color:#b45309}
.group:hover .group-hover\:text-blue-600{color:#2563eb}
.group:hover .group-hover\:text-blue-700{color:#1d4ed8}
.group:hover .group-hover\:text-emerald-700{color:#047857}
.group:hover .group-hover\:text-indigo-700{color:#4338ca}
.placeholder\:text-slate-400::placeholder{color:#94a3b8}
/* prose - basic article typography (for blog post / page content) */
.prose{color:#334155;line-height:1.7;max-width:65ch}
.prose p{margin-top:1em;margin-bottom:1em}
.prose h1,.prose h2,.prose h3,.prose h4{color:#0f172a;font-weight:700;margin-top:1.5em;margin-bottom:0.6em;line-height:1.3}
.prose h2{font-size:1.4em}
.prose h3{font-size:1.2em}
.prose a{color:#1d4ed8;text-decoration:underline}
.prose strong{font-weight:700;color:#0f172a}
.prose ul,.prose ol{margin-top:1em;margin-bottom:1em;padding-left:1.5em}
.prose ul{list-style:disc}
.prose ol{list-style:decimal}
.prose li{margin-top:0.35em}
.prose img{border-radius:0.75rem;margin:1.5em 0}
.prose blockquote{border-left:4px solid #cbd5e1;padding-left:1em;font-style:italic;color:#475569;margin:1.5em 0}
.prose-sm{font-size:0.875rem;line-height:1.6}
.sm\:prose-base{font-size:1rem}

/* WordPress core / admin-facing helper classes referenced in templates */
.dashicons{font-family:dashicons;font-size:20px;line-height:1;vertical-align:middle}
.no-scrollbar::-webkit-scrollbar{display:none}
.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
.jd-hero-gradient{background-image:linear-gradient(to bottom right,#1e40af,#3b82f6)}

/* form / native element resets used in filter bars */
select,input[type=text],input[type=url],input[type=date],textarea{
  font-size:0.875rem;color:#0f172a;background-color:transparent;
}
select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 0.65rem center;background-size:1em;padding-right:2rem;
}

/* WP core: alignwide/aligncenter/gallery/caption used by Gutenberg blocks */
.alignwide{margin-left:-5%;margin-right:-5%;max-width:1100px}
.aligncenter{margin-left:auto;margin-right:auto;display:block}
.wp-caption-text{font-size:0.8rem;color:#64748b;text-align:center;margin-top:0.5em}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem}

/* pagination (paginate_links / the_posts_pagination output) */
.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;
  padding:0 0.6rem;margin:0 0.15rem;border-radius:0.6rem;background:#fff;border:1px solid #e2e8f0;
  color:#334155;font-size:0.8rem;font-weight:600;text-decoration:none}
.page-numbers.current{background:#2563eb;color:#fff;border-color:#2563eb}
.page-numbers:hover{background:#eff6ff;color:#1d4ed8}
ul.page-numbers{list-style:none;display:flex;padding:0;margin:0}

/* comment list */
.comment-list{list-style:none}
.comment-list .comment{padding:0.75rem 0;border-bottom:1px solid #f1f5f9}

/* extra sizes / variants not covered by the mechanical generator */
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
@media (min-width: 640px){ .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem} }
@media (min-width: 1024px){ .lg\:text-5xl{font-size:3rem;line-height:1} }

.self-start{align-self:flex-start}
.self-auto{align-self:auto}
@media (min-width: 640px){ .sm\:self-auto{align-self:auto} }

.border-0{border-width:0}
.last\:border-0:last-child{border-width:0}

.left-1\/4{left:25%}
.right-1\/4{right:25%}

.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8}
.hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}

/* WordPress admin / Customizer-only classes (rendered inside wp-admin,
   which already loads its own admin CSS) — light-touch styling only. */
.customize-control-title{display:block;font-weight:600;margin-bottom:4px}
.customize-control-description{display:block;color:#646970;font-size:12px;margin-bottom:6px}
.form-table th{text-align:left;padding:10px 10px 10px 0;vertical-align:top}
.form-table td{padding:8px 0}
.dashicons-menu:before{content:"\2630"}
.jobsdrive-sortable-list{list-style:none}
.jobsdrive-sortable-input{display:none}

/* Widget wrapper classes (Appearance ▸ Widgets output) */
.widget{margin-bottom:1rem}
.widget-title{font-weight:700;font-size:0.875rem;margin-bottom:0.5rem}

/* Comments area */
.comments-area{margin-top:1rem}
.py-0\.2{padding-top:0.05rem;padding-bottom:0.05rem}
