/*
 * Find A Truck v6 — Public Stylesheet
 * All brand colors are injected as CSS custom properties on :root by the plugin
 * (see ft6_inject_css_vars() in find-a-truck.php).
 *
 * Legacy colour names mapped to v6 CSS vars:
 *   --ft-color-header-bg      → FranchiseeArr[12]
 *   --ft-color-header-text    → FranchiseeArr[13]
 *   --ft-color-body-bg        → FranchiseeArr[14]
 *   --ft-color-body-text      → FranchiseeArr[15]
 *   --ft-color-alt-bg         → FranchiseeArr[16]
 *   --ft-color-alt-text       → FranchiseeArr[17]
 *   --ft-color-btn-bg         → FranchiseeArr[18]
 *   --ft-color-btn-text       → FranchiseeArr[19]
 *   --ft-color-btn-border     → FranchiseeArr[19]
 *   --ft-color-btn-hover-bg   → FranchiseeArr[21]  (localsite) / FranchiseeArr[20] (search)
 *   --ft-search-base-path     → FranchiseeArr[21]  (e.g. "find-a-toms-coffee-truck")
 */

/* ------------------------------------------------------------------ */
/* Global resets shared by every public page                           */
/* ------------------------------------------------------------------ */

.entry-title,
.main_title {
	display: none !important;
}

/* ------------------------------------------------------------------ */
/* Local Site Page                                                      */
/* ------------------------------------------------------------------ */

.header-container {
	background-color: var(--ft-color-header-bg) !important;
	text-align: center;
	padding: 2%;
}

.header-container p,
.header-container strong,
.header-container h1 {
	color: var(--ft-color-header-text);
}

.header-container a {
	color: var(--ft-color-header-text);
	text-decoration: underline;
}

.body-container {
	background-color: var(--ft-color-body-bg) !important;
}

.body-container p,
.body-container strong,
.body-container h2,
.body-container table,
.body-container td {
	color: var(--ft-color-body-text);
}

.alt-container {
	background-color: var(--ft-color-alt-bg) !important;
}

.alt-container p,
.alt-container strong,
.alt-container h2,
.alt-container table,
.alt-container td {
	color: var(--ft-color-alt-text);
}

h2 {
	font-size: 24px;
}

#btnBookUs,
.btnOrange {
	color: var(--ft-color-btn-text) !important;
	border-radius: 0px;
	letter-spacing: 0px;
	font-size: 16px;
	background-color: var(--ft-color-btn-bg);
	padding: 16px 24px;
	min-width: 130px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.7em !important;
	transition: all 300ms ease 0ms;
	cursor: pointer;
	display: inline-block;
	box-shadow: none;
}

#btnBookUs:hover,
.btnOrange:hover {
	background-color: var(--ft-color-btn-hover-bg);
}

/* ------------------------------------------------------------------ */
/* Hiring Page                                                          */
/* ------------------------------------------------------------------ */

.local-site-header {
	background-color: var(--ft-color-header-bg) !important;
	text-align: center;
	padding: 2%;
}

.local-site-header h1 {
	color: var(--ft-color-header-text) !important;
}

.local-site-header h2 {
	color: var(--ft-color-body-text) !important;
	font-size: 24px;
}

.local-site-header .sub-header strong {
	color: var(--ft-color-header-text) !important;
}

.local-site-header p,
.local-site-header table,
.local-site-header td {
	color: var(--ft-color-body-text) !important;
}

.local-site-header .container-1500 a {
	text-decoration: underline;
	color: var(--ft-color-header-text);
}

.local-site-header input[type=submit],
.local-site-header .btnOrange {
	color: #F2F0E3 !important;
	border: solid 3px #361C04 !important;
	border-radius: 0px;
	letter-spacing: 0px;
	font-size: 16px;
	background-color: var(--ft-color-btn-bg);
	padding: 0.3em 50px;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	box-shadow: inset 8px 8px 0px -4px #F2F0E3;
	transition: all 300ms ease 0ms;
	cursor: pointer;
	display: inline-block;
}

.local-site-header input[type=submit]:hover,
.local-site-header .btnOrange:hover {
	background-color: #361C04;
}

/* ------------------------------------------------------------------ */
/* Search Forms (home, footer, widget)                                  */
/* ------------------------------------------------------------------ */

.ft-zip1-wrap {
	text-align: center;
	position: relative;
}

.ft-input-zip1 {
	width: 230px;
	font-size: 14px !important;
	padding: 0.715em !important;
	height: auto;
}

.ft-btn-zip1 {
	color: var(--ft-color-btn-text) !important;
	border-width: 3px !important;
	border-color: var(--ft-color-btn-border);
	border-radius: 0px;
	letter-spacing: 0px;
	font-size: 16px;
	background-color: var(--ft-color-btn-bg) !important;
	padding-right: 50px !important;
	padding-left: 50px !important;
	margin-top: 20px;
	font-weight: 500;
	padding: 0.3em 1em;
	line-height: 1.7em !important;
	box-shadow: inset 8px 8px 0px -4px #F2F0E3;
	transition: all 300ms ease 0ms;
	cursor: pointer;
}

.ft-btn-zip1:hover {
	background-color: var(--ft-color-btn-hover-bg) !important;
}

.ft-zip1-results {
	background-color: #ffffff;
}

.ft-zip1-search-result-item {
	padding-top: 25px;
}

.ft-zip1-search-result-link {
	font-family: "maple black", Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px !important;
}

/* Search results page specific */
.ft-zip1-wrap.ft-search-results {
	width: 100%;
	padding-top: 0;
	margin-top: 0;
}

.ft-zip1-results.ft-search-results-list {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: var(--ft-color-body-text);
}

.ft-zip1-results.ft-search-results-list a {
	color: var(--ft-color-body-text);
}

.ft-search-results-list .ft-zip1-search-result-item {
	padding-top: 30px;
	padding-left: 34px;
	display: block;
	float: left;
	width: 350px;
}

.ft-search-results-list .ft-zip1-search-result-link {
	font-size: 16px !important;
	font-weight: bold;
	color: var(--ft-color-body-text);
}

@media (max-width: 1350px) {
	.ft-search-results-list .ft-zip1-search-result-item {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0;
		display: block;
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.ft-search-results-list .ft-zip1-search-result-link {
		font-size: 22px !important;
	}
}

.ft-search-results-submit,
.ft-search-results-submit.btnOrange {
	color: var(--ft-color-btn-text) !important;
	border-radius: 0px;
	letter-spacing: 0px;
	font-size: 16px;
	background-color: var(--ft-color-alt-bg);
	padding: 16px 24px;
	min-width: 130px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.7em !important;
	transition: all 300ms ease 0ms;
	cursor: pointer;
	display: inline-block;
	box-shadow: none;
}

.ft-search-results-submit:hover,
.ft-search-results-submit.btnOrange:hover {
	background-color: var(--ft-color-btn-hover-bg);
}

/* Search Widget */
.ft-search-widget-wrap {
	width: 25%;
	min-width: 265px;
	background-color: #F27121;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	padding: 25px 40px;
}

.ft-search-widget-wrap-h2 {
	font-family: maple bold, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #F2F0E3 !important;
}

.ft-search-widget-zip-input {
	padding: 0.715em !important;
	height: auto;
	min-height: 0;
}

/* Footer search */
.ft-footer-input {
	width: 215px;
}

/* ------------------------------------------------------------------ */
/* Franchisee-facing portal                                            */
/* ------------------------------------------------------------------ */

.ft6-franchisee-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}

.ft6-fr-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	border-bottom: 2px solid var(--ft-color-btn-bg, #F27121);
	margin-bottom: 24px;
}

.ft6-fr-tab {
	display: inline-block;
	padding: 8px 16px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-bottom: none;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	border-radius: 4px 4px 0 0;
}

.ft6-fr-tab-active {
	background: var(--ft-color-btn-bg, #F27121);
	color: #fff;
	border-color: var(--ft-color-btn-bg, #F27121);
}

.ft6-fr-tab-content {
	padding: 16px 0;
}

.ft6-notice {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.ft6-notice-success {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.ft6-notice-error {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.ft6-form-table th {
	width: 200px;
	padding: 10px 16px 10px 0;
	vertical-align: top;
	font-weight: 600;
}

.ft6-form-table td {
	padding: 8px 0;
}

.ft6-input {
	width: 100%;
	max-width: 420px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.ft6-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.ft6-table th,
.ft6-table td {
	padding: 8px 12px;
	border: 1px solid #ddd;
	text-align: left;
}

.ft6-table thead th {
	background: #f5f5f5;
}

.ft6-btn {
	display: inline-block;
	padding: 8px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 200ms;
}

.ft6-btn-primary {
	background-color: var(--ft-color-btn-bg, #F27121);
	color: var(--ft-color-btn-text, #fff);
}

.ft6-btn-primary:hover {
	background-color: var(--ft-color-btn-hover-bg, #d45f10);
	color: var(--ft-color-btn-text, #fff);
}

.ft6-btn-sm {
	padding: 4px 10px;
	font-size: 12px;
	background: #e0e0e0;
	color: #333;
}

.ft6-btn-danger {
	background: #c0392b;
	color: #fff;
}

/* ------------------------------------------------------------------ */
/* Admin panel extras                                                   */
/* ------------------------------------------------------------------ */

.ft6-admin-wrap .ft6-stats-row {
	display: flex;
	gap: 16px;
	margin: 20px 0;
}

.ft6-stat-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 20px 28px;
	text-align: center;
	min-width: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.ft6-stat-number {
	font-size: 36px;
	font-weight: 700;
	color: #2271b1;
	line-height: 1;
}

.ft6-stat-label {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ft6-tab-content {
	padding: 20px 0;
}

.ft6-dashboard-media {
	margin: 20px 0;
}
