/* EVE V12.17.4 — final desktop album-size label repair
   The numbered icon on size cards was overlapping the first digit of labels
   in RTL layouts (e.g. 25X50 appeared as 5X50). Size cards do not need a
   numbered badge, so remove it and reserve the full card for the actual size.
*/
@media (min-width: 881px) {
  .eve-client-order-builder [data-v3-choice-host="cart-size_id"].eve-v3-choice-grid .eve-v3-choice {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 72px !important;
    padding: 10px 28px !important;
    overflow: hidden !important;
  }

  /* The 1..9 badge is purely decorative here and was covering the leading
     digit of dimension labels in RTL. */
  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-icon {
    display: none !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-copy {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    overflow: visible !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-copy strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    unicode-bidi: plaintext !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-copy small {
    display: none !important;
  }

  /* Keep only the actual selection indicator at the edge. */
  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-tick {
    position: absolute !important;
    inset-inline-start: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    z-index: 2 !important;
  }
}
