/* Deepam Cabs — outstation fleet hub (outstation-fleets.html) */

.fleet-hub-page .fleet-content-prose {
  max-width: 48rem;
}

.fleet-hub-page .fleet-content-prose p + p,
.fleet-hub-page .fleet-content-prose ul + p,
.fleet-hub-page .fleet-content-prose p + ul {
  margin-top: 0.875rem;
}

.fleet-hub-page .fleet-content-prose a {
  color: var(--color-primary, #152736);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fleet-hub-page .fleet-vehicle-specs {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.fleet-hub-page .fleet-vehicle-specs li {
  position: relative;
  padding-left: 1.125rem;
  font-size: 0.9375rem;
  color: var(--muted, #5c6470);
}

.fleet-hub-page .fleet-vehicle-specs li + li {
  margin-top: 0.375rem;
}

.fleet-hub-page .fleet-vehicle-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green, #39b54a);
}

.fleet-hub-page .fleet-category-block + .fleet-category-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}
