/* Public marketing shell overrides. The source template uses `.sticky` both
   as a utility and as a JavaScript state, which otherwise constrains the
   shared header to a partial desktop width. */
[data-public-header] {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
}

.fleet-expenses-image {
  max-height: 25rem;
  object-fit: cover;
  object-position: top;
}
