
/*
Theme Name: Lublin Business Days 2026
Theme URI: https://example.com/lublin-business-days-2026
Author: Your Team
Description: Lightweight event theme for Lublin Business Days 2026 with custom post types and block patterns (PL/EN).
Version: 1.0.0
Tested up to: 6.6
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: lbd2026
*/
:root{--lbd-primary:#174EA6;--lbd-primary-600:#0f3f8a;--lbd-accent:#FFC107;--lbd-dark:#0f172a;--lbd-light:#f8fafc;}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:#0f172a;background:#ffffff;}
.container{max-width:1200px;margin:0 auto;padding:0 24px;}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;font-weight:600;text-decoration:none}
.btn-primary{background:var(--lbd-primary);color:#fff}
.btn-outline{border:2px solid var(--lbd-primary);color:var(--lbd-primary);}
.badge{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--lbd-light);}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 6px 16px rgba(2,6,23,.06)}
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
header.site{border-bottom:1px solid #e5e7eb;padding:12px 0;margin-bottom:0;background:#fff}
header.site .brand{font-weight:700;font-size:18px}
footer.site{border-top:1px solid #e5e7eb;padding:32px 0;margin-top:40px;background:#fff;color:#334155}
nav a{margin-right:16px;text-decoration:none;color:#0f172a}
nav a:hover{text-decoration:underline}
h1,h2,h3{line-height:1.2}
