/* EVE V12.17.2 — desktop album-size card readability repair
   Keep the 3-column size grid, but stop the icon/tick columns from stealing
   most of the label width. The markers are overlaid at the card edges and
   the size label owns the full center area. */
@media (min-width: 881px) {
  .eve-client-order-builder [data-v3-choice-host="cart-size_id"],
  .eve-client-order-builder [data-v3-choice-host="cart-size_id"].eve-v3-choice-grid,
  .eve-client-order-builder [data-v3-choice-host="cart-size_id"].eve-v3-choice-grid.is-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    place-items: center !important;
    min-width: 0 !important;
    min-height: 68px !important;
    padding: 9px 25px !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-icon {
    position: absolute !important;
    inset-inline-end: 7px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 23px !important;
    height: 23px !important;
    border-radius: 8px !important;
    font-size: 10px !important;
    margin: 0 !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-tick {
    position: absolute !important;
    inset-inline-start: 7px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
  }

  .eve-client-order-builder [data-v3-choice-host="cart-size_id"] .eve-v3-choice-copy {
    width: 100% !important;
    min-width: 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: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    line-height: 1.25 !important;
    font-size: 12px !important;
  }

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