.provider-requests .provider-request-row {
  grid-auto-flow: row;
}

.provider-requests .provider-request-row > .ops-detail {
  grid-column: 1 / -1;
  width: 100%;
  align-self: start;
}

.provider-requests .provider-request-row > .ops-detail:not([open]) {
  padding-top: 0;
}

.provider-requests .provider-request-row > .ops-detail summary {
  width: max-content;
}

.provider-requests .ops-header.provider-request-row {
  position: static;
  top: auto;
  align-items: center;
}

.provider-requests .provider-row-actions {
  margin-top: 0;
}

#provider-requests-panel[hidden],
#provider-settings-panel[hidden] {
  display: none !important;
}

@media (max-width: 940px) {
  .provider-requests .provider-request-row > .ops-detail {
    grid-column: auto;
  }
}
