/*
 * Logo-only navbar styles — shared by all pages in the (webflow-logo-only)
 * route group (payment, payroll-plans, free-demo, etc.).
 *
 * Production stores these rules inside individual page CSS files (e.g.
 * webflow-page-quickbooks-online-payroll-plans.css). We extract them once
 * here so the (webflow-logo-only) layout's navbar is always styled
 * regardless of which page is rendered.
 *
 * Loaded by: app/(webflow-logo-only)/layout.tsx
 */

.navbar-only-logo {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 1px 12px rgba(33, 33, 33, 0.08);
}

.navbar-only-logo.sticky {
  position: sticky;
  top: 0;
}

.logo-autymate {
  padding-left: 0;
}
