
/* V439U - Orders view shows only Agency pending orders content */

/* Default/list view */
.v439k-agency-page.list-view .v439u-orders-only{
  display:none!important;
}

/* Orders view: hide customer candidates, agency overview, directory, intro */
.v439k-agency-page.orders-view .v439u-list-only{
  display:none!important;
}

/* Orders page should visually begin at the pending-order panel */
.v439k-agency-page.orders-view .v439k-agency-subnav{
  margin-bottom:10px!important;
}
.v439k-agency-page.orders-view .v439l-pending-center{
  margin-top:0!important;
}
.v439k-agency-page.orders-view .v439l-pending-banner{
  margin-top:0!important;
}

/* Desktop spacing */
@media(min-width:761px){
  .v439k-agency-page.orders-view .v439l-pending-center{
    padding-top:14px!important;
  }
}

/* Mobile: pending banner becomes the first content block under subnav */
@media(max-width:760px){
  .v439k-agency-page.orders-view .v439k-agency-subnav{
    margin-bottom:8px!important;
  }
  .v439k-agency-page.orders-view .v439l-pending-center{
    padding-top:9px!important;
  }
}
