
/* V231 — Orders desktop status selector refinement.
   Visual only. Status logic/API is unchanged. */

@media (min-width:1101px){
  .v231-order-status{
    box-sizing:border-box!important;
    min-width:132px!important;
    width:132px!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    padding:0 10px!important;
    border-radius:8px!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
    white-space:nowrap!important;
    text-align:center!important;
    vertical-align:middle!important;
    box-shadow:0 1px 2px rgba(15,23,42,.035)!important;
  }

  .v231-order-status-trigger{
    cursor:pointer!important;
    justify-content:space-between!important;
    padding-left:12px!important;
    padding-right:9px!important;
    transition:
      box-shadow .15s ease,
      transform .12s ease,
      filter .15s ease,
      border-color .15s ease!important;
  }

  .v231-order-status-trigger:hover{
    box-shadow:0 3px 9px rgba(15,23,42,.08)!important;
  }

  .v231-order-status-trigger:focus-visible{
    outline:none!important;
    box-shadow:
      0 0 0 3px color-mix(in srgb,var(--brand-green) 14%,transparent),
      0 2px 7px rgba(15,23,42,.07)!important;
  }

  .v231-order-status-trigger svg{
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    flex:0 0 14px!important;
    opacity:.65!important;
  }

  .v231-order-status-readonly{
    justify-content:center!important;
  }

  /* Dropdown: uniform options, clearer scanning. */
  .v231-order-status-menu{
    width:178px!important;
    min-width:178px!important;
    padding:6px!important;
    border-radius:10px!important;
    box-shadow:
      0 10px 30px rgba(15,23,42,.12),
      0 2px 6px rgba(15,23,42,.06)!important;
  }

  .v231-order-status-menu [role="menuitem"]{
    min-height:38px!important;
    padding:5px 6px!important;
    border-radius:7px!important;
    display:flex!important;
    align-items:center!important;
  }

  .v231-order-status-option{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    height:28px!important;
    min-height:28px!important;
    margin:0!important;
    padding:0 9px!important;
    border-radius:6px!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:700!important;
    white-space:nowrap!important;
    text-align:center!important;
  }

  /* Keep status column comfortably wide and visually aligned. */
  .v195-order-table-scroll th:nth-last-child(2),
  .v195-order-table-scroll td:nth-last-child(2){
    min-width:148px!important;
    width:148px!important;
    vertical-align:middle!important;
  }
}

/* Medium desktop/laptop: slightly tighter but still uniform. */
@media (min-width:1101px) and (max-width:1366px){
  .v231-order-status{
    min-width:122px!important;
    width:122px!important;
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
    font-size:11px!important;
  }

  .v195-order-table-scroll th:nth-last-child(2),
  .v195-order-table-scroll td:nth-last-child(2){
    min-width:136px!important;
    width:136px!important;
  }
}
