/* v2.0.0-beta.3.28.11 — Mobile Metrics Single Row Hotfix
 * Keep all five proof metrics on one row on mobile, including Growth.
 * Scoped to the AI v2 shell only.
 */
@media (max-width: 767px) {
  .wcg-v2 .wcg-metrics--proof-strip {
    padding: 10px 0 !important;
    overflow: hidden;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-container {
    padding-inline: 8px !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metrics__grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric,
  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric:last-child:nth-child(odd) {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 92px !important;
    padding: 8px 3px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    text-align: center !important;
    border: 1px solid #e4eaf2 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric__icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 8px !important;
    margin: 0 !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric__icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric__copy {
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric__value {
    margin: 0 !important;
    font-size: clamp(15px, 4.4vw, 18px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    white-space: nowrap !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric__label {
    display: -webkit-box !important;
    margin-top: 4px !important;
    min-height: 2.45em !important;
    max-width: 100% !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: clamp(6.6px, 1.85vw, 7.8px) !important;
    line-height: 1.22 !important;
    font-weight: 600 !important;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 390px) {
  .wcg-v2 .wcg-metrics--proof-strip .wcg-container {
    padding-inline: 5px !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metrics__grid {
    gap: 3px !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric {
    min-height: 88px !important;
    padding-inline: 2px !important;
  }

  .wcg-v2 .wcg-metrics--proof-strip .wcg-metric__icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }
}
