/* v2.33-mobile-price-stats-icon-title-row */
@media (max-width: 767px) {
  .product-page .price-card .price-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    padding-top: 6px !important;
  }

  .product-page .price-card .price-stats .stat-item {
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 5px 4px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.68) !important;
    border: 1px solid rgba(209, 250, 229, 0.55) !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, max-content) !important;
    grid-template-rows: auto auto !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    column-gap: 4px !important;
    row-gap: 3px !important;
    text-align: center !important;
  }

  .product-page .price-card .stat-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 5px !important;
    margin: 0 !important;
  }

  .product-page .price-card .stat-icon svg {
    width: 7.5px !important;
    height: 7.5px !important;
  }

  .product-page .price-card .price-stats .stat-item > div:not(.stat-icon) {
    display: contents !important;
  }

  .product-page .price-card .stat-label {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    color: #94a3b8 !important;
    font-size: 6.8px !important;
    font-weight: 780 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .product-page .price-card .stat-value {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    max-width: 100% !important;
    font-size: 8.4px !important;
    font-weight: 720 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.015em !important;
    color: #0f172a !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
  }
}


/* v2.34-mobile-price-badges-center
   Center platform/history percentages inside their cards.
*/
@media (max-width: 767px) {
  .product-page .price-card .deal-source-platform,
  .product-page .price-card .deal-source-history {
    align-items: center !important;
    text-align: center !important;
  }

  .product-page .price-card .deal-source-platform .deal-label,
  .product-page .price-card .deal-source-history .deal-label {
    text-align: center !important;
  }

  .product-page .price-card .deal-source-platform .discount-badge,
  .product-page .price-card .deal-source-history .history-badge {
    align-self: center !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}


/* v2.35-mobile-price-label-left-badge-center
   Keep labels left; center only the percentage pills.
*/
@media (max-width: 767px) {
  .product-page .price-card .deal-source-platform,
  .product-page .price-card .deal-source-history {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .product-page .price-card .deal-source-platform .deal-label,
  .product-page .price-card .deal-source-history .deal-label {
    text-align: left !important;
    align-self: stretch !important;
    width: 100% !important;
  }

  .product-page .price-card .deal-source-platform .discount-badge,
  .product-page .price-card .deal-source-history .history-badge {
    align-self: center !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}
