/* Xinyongka Credit Card Engine v1.0.7 — credit-card listing alignment only. */
/* Scoped to Xinyongka credit-card cards. No procurement, hero, finder, footer or other sections. */

.xk-site .xk-card-row {
  align-items: stretch;
}

.xk-site .xk-card-row > .xk-cc,
.xk-site .xk-mobile-carousel-item .xk-cc {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.xk-site .xk-cc .xk-cc-img {
  flex: 0 0 auto;
}

.xk-site .xk-cc h3 {
  min-height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.xk-site .xk-cc > strong {
  min-height: 22px;
  margin: 0;
}

.xk-site .xk-cc > small {
  min-height: 22px;
  margin: 0;
}

.xk-site .xk-cc .xk-cc-metrics {
  min-height: 108px;
  align-content: start;
  column-gap: 8px;
  row-gap: 4px;
}

.xk-site .xk-cc .xk-score {
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 8px;
}

.xk-site .xk-cc > a:last-child {
  margin-top: 0;
}

@media (max-width: 760px) {
  .xk-site .xk-mobile-carousel-item {
    display: flex;
    align-items: stretch;
  }

  .xk-site .xk-mobile-carousel-item .xk-cc h3 {
    min-height: 54px;
  }

  .xk-site .xk-mobile-carousel-item .xk-cc .xk-cc-metrics {
    min-height: 108px;
  }
}
