/*
Theme Name: Field Sales Theme
Theme URI: https://example.com
Author: Custom Build
Description: Halka, mobile-first theme jo Field Sales Tracker plugin ke saath kaam karta hai. Clean login screen, full-width app layout, no clutter.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: fst-theme
*/

* { box-sizing: border-box; }

html, body {
	margin: 0;
	padding: 0;
	background: #F5F6F8;
	color: #1C2333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif;
	-webkit-text-size-adjust: 100%;
}

a { color: #16233F; }

.fst-site-header {
	background: #16233F;
	color: #fff;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 100;
}
.fst-site-header .fst-site-title {
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -0.2px;
}
.fst-site-header .fst-site-title::before {
	content: "\25C6 ";
	color: #D9A441;
}

.fst-main {
	padding: 16px 12px 60px;
	max-width: 720px;
	margin: 0 auto;
}

.fst-site-footer {
	text-align: center;
	padding: 18px 12px;
	color: #8A93A6;
	font-size: 12px;
}

/* Prevent default theme bloat elements from breaking mobile layout */
img { max-width: 100%; height: auto; }

@media (max-width: 480px) {
	.fst-main { padding: 12px 8px 50px; }
}
