/* Final homepage hero order: inventory, sell/trade, then service. */
.hero .hero-actions > a[href="/all-inventory"] {
  order: 1;
  color: #111 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.hero .hero-actions > a[href="/value-my-trade"] {
  order: 2;
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.hero .hero-actions > a[href="/schedule-service"] {
  order: 3;
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.hero .hero-actions > a[href="/all-inventory"]:hover,
.hero .hero-actions > a[href="/all-inventory"]:focus {
  color: #111 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}

.hero .hero-actions > a[href="/value-my-trade"]:hover,
.hero .hero-actions > a[href="/value-my-trade"]:focus,
.hero .hero-actions > a[href="/schedule-service"]:hover,
.hero .hero-actions > a[href="/schedule-service"]:focus {
  color: #111 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
