/*
Theme Name: Unik Workwear
Theme URI: https://unikworkwear.example
Author: Unik Workwear
Description: Complete business site for Unik Workwear — corporate shirts, polos, round-necks, safety wear, caps, helmets and coveralls. Ships with ready-made Elementor page templates (Home + Order) and a Fluent Forms order form. Activating the theme auto-creates the Home and Order pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unik-workwear
*/

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1e293b;
  background: #fff;
}

img { max-width: 100%; height: auto; }

a { color: #14315c; }

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; border-bottom: 1px solid #eef2f7; background: #fff;
}
.site-header .brand { font-weight: 800; color: #14315c; text-decoration: none; font-size: 18px; }
.site-header nav a { margin-left: 18px; text-decoration: none; font-weight: 600; font-size: 14px; color: #475569; }
.site-header nav a:hover { color: #14315c; }

.site-footer {
  border-top: 1px solid #eef2f7; padding: 18px 24px; font-size: 14px; color: #64748b;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}

main.site-main { min-height: 60vh; }
