/* HABRO · Home action subtitles
 * Aligns the secondary copy with the visual hierarchy used in the More menu.
 */

html #home .vehicle-action-btn .vehicle-action-copy {
  gap: 0 !important;
  row-gap: 0 !important;
}

html #home .vehicle-action-btn .vehicle-action-title {
  margin: 7px 0 0 !important;
}

html #home .vehicle-action-btn .vehicle-action-subtitle {
  display: block !important;
  margin: 5px 0 0 !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  color: var(--muted) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html #home .vehicle-action-btn[data-va="locate"] .vehicle-action-subtitle,
html #home .vehicle-action-btn.state-closed .vehicle-action-subtitle {
  color: var(--muted) !important;
}

html #home .vehicle-action-btn.state-open .vehicle-action-subtitle {
  color: var(--red) !important;
}

html #home .vehicle-action-btn.state-unavailable .vehicle-action-subtitle {
  color: var(--muted) !important;
  opacity: 0.82 !important;
}
