/* Desktop-only pass-center pagination and sticky action-column refinements. */
@media (min-width: 761px) {
  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-results {
    padding-bottom: 14px !important;
  }

  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-table-wrap {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: auto !important;
  }

  body.customer-portal #customer #customerRailwayManagementPager:not(:empty) {
    position: relative !important;
    z-index: 12 !important;
    display: flex !important;
    flex: 0 0 58px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 12px 12px !important;
    border-top: 1px solid #e4eaf3 !important;
    background: #fff !important;
    box-shadow: 0 -5px 14px rgba(30, 55, 88, .04) !important;
  }

  body.customer-portal #customer #customerRailwayManagementPager .report-pager-summary,
  body.customer-portal #customer #customerRailwayManagementPager .report-pager-actions,
  body.customer-portal #customer #customerRailwayManagementPager .report-pager-actions label {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    white-space: nowrap !important;
  }

  body.customer-portal #customer #customerRailwayManagementPager .report-pager-actions {
    justify-content: flex-end !important;
    margin-left: auto !important;
  }

  body.customer-portal #customer #customerRailwayManagementPager :is(button, select, input) {
    width: auto !important;
    min-width: 58px !important;
    height: 34px !important;
    min-height: 34px !important;
  }

  body.customer-portal #customer #customerRailwayManagementPager #customerRailwayReportJumpPage {
    width: 62px !important;
    min-width: 62px !important;
    text-align: center !important;
  }

  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-table col.col-action {
    width: 104px !important;
  }

  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-table th:last-child,
  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-table td:last-child {
    position: sticky !important;
    right: 0 !important;
    z-index: 8 !important;
    min-width: 104px !important;
    width: 104px !important;
    overflow: visible !important;
    text-overflow: clip !important;
    background: #fff !important;
    box-shadow: -8px 0 12px -12px rgba(35, 54, 86, .55) !important;
  }

  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-table thead th:last-child {
    z-index: 10 !important;
    background: #f5f7fb !important;
  }

  body.customer-portal #customer #customerRailwayManagementView .customer-railway-management-table td:last-child button {
    width: max-content !important;
    min-width: 72px !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
}
