/* S2142: trim only the unused bottom area from both paired ranking sliders. */
.home-cardex-dual-row .home-cardex-compact-panel {
  height: clamp(250px, calc(35vw - 20px), 350px) !important;
}

/* Compensate for the shorter shell so the visual, copy and button keep their space. */
.home-cardex-dual-row .signed-in-rank-stage {
  padding-bottom: 10px !important;
}

@media (max-width: 620px) {
  .home-cardex-dual-row .home-cardex-compact-panel {
    height: clamp(212px, calc(62vw - 14px), 264px) !important;
  }

  .home-cardex-dual-row .signed-in-rank-stage {
    padding-bottom: 14px !important;
  }
}
