/*
 * transport.css — Dimeko Transport / Freight sub-brand override
 * Loaded AFTER style.css on freight.php and transport.dimeko.asia
 * Only overrides CSS custom properties — no component rules duplicated.
 */

:root {
  --blue: rgb(0, 145, 95);
}

/* Footer links */
.footer-nav a, .footer-col a { color: rgb(0, 145, 95); }
.footer-nav a:hover, .footer-col a:hover { color: rgb(0, 110, 72); }

/* Transport logo label */
.nav-transport-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgb(0, 145, 95);
  line-height: 1;
  margin-top: 3px;
  text-transform: uppercase;
}
