/* English desktop: balanced operating-strength cards for long metric values. */
@media (min-width: 761px) {
  html[lang="en"] .v626-strength-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    border: 0;
    background: transparent;
  }

  html[lang="en"] .v626-strength-grid article,
  html[lang="en"] .v626-strength-grid article:nth-child(n) {
    min-height: 190px;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 36px;
    border: 1px solid #c8d5e4 !important;
    border-top: 4px solid #174d91 !important;
    text-align: left;
  }

  html[lang="en"] .v626-strength-grid article:nth-child(2),
  html[lang="en"] .v626-strength-grid article:nth-child(4) {
    border-top-color: #df2734 !important;
  }

  html[lang="en"] .v626-strength-grid strong {
    min-height: 64px;
    justify-content: flex-start;
    gap: 9px;
    font-size: clamp(48px, 4vw, 62px);
    line-height: 1;
  }

  html[lang="en"] .v626-strength-grid strong em {
    display: inline;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  html[lang="en"] .v626-strength-grid > article > span {
    max-width: 320px;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.35;
  }
}
