/*
Theme Name: BenTim Theme
Theme URI: https://bentimconsulting.com
Author: BenTim Consulting
Description: Custom BenTim theme with logo + site name + tagline header and horizontal menu. Managed WordPress safe.
Version: 1.0
*/

body { margin:0; background:#fff; }

.page-basic { max-width:1120px; margin:40px auto; padding:0 24px 40px; }

.site-header { border-bottom:1px solid #eee; }
.site-header__inner { max-width:1120px; margin:0 auto; padding:18px 24px; }

.site-brand { display:flex; align-items:center; gap:12px; }
.site-brand img { height:56px; width:auto; display:block; }

.site-title { font-size:18px; font-weight:700; line-height:1.15; }
.site-tagline { font-size:12px; color:#777; }

.primary-nav { margin-top:16px; }
.primary-nav ul { list-style:none; margin:0; padding:0; display:flex; gap:22px; }

.primary-nav a { text-decoration:none; color:#333; font-size:15px; font-weight:500; }
.primary-nav a:hover { color:#EA2E2E; }
