/* ==========================================================================
   Key Metrics Strip
   Figma: 1916:2219
   ========================================================================== */

.lg-key-metrics-strip {
  background-color: var(--wp--preset--color--laser-beam-200, #dee3ff);
  color: var(--wp--preset--color--metal, #5a5c76);
  padding-top: 36px;
  padding-bottom: 36px;
}

.lg-key-metrics-strip__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 24px;
  width: 100%;
}

.lg-key-metrics-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 200px;
  text-align: center;
}

.lg-key-metrics-strip__value {
  margin: 0;
  color: var(--wp--preset--color--laser-beam, #0027d6);
  font-family: var(--wp--preset--font-family--archivo, "Archivo", sans-serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 54px;
  white-space: nowrap;
}

.lg-key-metrics-strip__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.lg-key-metrics-strip__title {
  margin: 0;
  width: 100%;
  color: var(--wp--preset--color--supersonic, #070819);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.lg-key-metrics-strip__note {
  margin: 0;
  width: 100%;
  color: var(--wp--preset--color--metal, #5a5c76);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.lg-key-metrics-strip__hint {
  margin: 0;
  padding: 24px 16px;
  text-align: center;
  border: 1px dashed #ccc;
}

@media (min-width: 0) and (max-width: 767.98px) {
  .lg-key-metrics-strip {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg-key-metrics-strip__grid {
    justify-content: center;
  }

  .lg-key-metrics-strip__item {
    width: 100%;
    max-width: 240px;
  }

  .lg-key-metrics-strip__value {
    font-size: 36px;
    line-height: 36px;
  }

  .lg-key-metrics-strip__title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .lg-key-metrics-strip {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg-key-metrics-strip__grid {
    justify-content: center;
  }

  .lg-key-metrics-strip__item {
    width: calc(50% - 12px);
    /* max-width: 200px; */
  }
}
