/* Consistent action hierarchy on the vehicle finder, including narrow cards. */
.ker-model-card.kkc-configurable-card .ker-model-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.ker-model-card.kkc-configurable-card .ker-model-action {
  min-height: 44px;
  text-align: center;
}
.ker-model-card.kkc-configurable-card .ker-model-download-link {
  min-height: 44px;
  margin-top: 8px;
  padding: 8px 0;
  border-color: transparent;
  background: transparent;
  color: var(--ker-navy, #143656);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ker-model-card.kkc-configurable-card .ker-model-download-link:hover,
.ker-model-card.kkc-configurable-card .ker-model-download-link:focus-visible {
  color: var(--ker-action, #96632e);
}
