/* Shared list-page layout: context, inquiry controls, then results. */
.list-toolbar{align-items:stretch;flex-direction:column;gap:12px}.page-description{width:100%;max-width:none}.list-actions,.customer-filters{width:100%;justify-content:flex-start}.list-actions #list-add,#customer-add{margin-left:auto}#list-search-button,#customer-search-button,#verification-search-button,#blacklist-search-button,#monitor-search,#audit-search-button{border-color:#1d4ed8;background:#2563eb;color:#fff}#list-search-button:hover,#customer-search-button:hover,#verification-search-button:hover,#blacklist-search-button:hover,#monitor-search:hover,#audit-search-button:hover{background:#1d4ed8}.blacklist-table th:first-child,.blacklist-name{width:calc(100% - 64px)}.blacklist-action,.blacklist-table th:last-child{width:64px}.company-document.mandatory{border-left:3px solid #dc2626}.document-required{color:#dc2626}.list-page[data-resource="currencies"] td:nth-child(4),.list-page[data-resource="currencies"] th:nth-child(4){min-width:280px;max-width:440px;white-space:normal;overflow-wrap:anywhere;line-height:1.45}.sa-toolbar{align-items:stretch;flex-direction:column}.sa-toolbar-copy p{width:100%;max-width:none}.sa-toolbar-actions{align-self:flex-end}@media(max-width:760px){.list-actions #list-add,#customer-add{margin-left:0}.list-actions>*{width:100%!important}.sa-toolbar-actions{align-self:stretch}}
#monitor-export,
#audit-export {
  background: #15803d;
  border-color: #15803d;
  color: #fff;
}

.session-dev-counter {
  align-items: center;
  background: #dc2626;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  margin-left: 5px;
  min-width: 28px;
  padding: 0 5px;
}

.customer-document.mandatory {
  border-left: 4px solid #dc2626;
}

.screening-matches {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.screening-matches article {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  display: grid;
  gap: 3px;
  padding: 9px 11px;
}

.company-profile-selector {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 12px 0 18px;
  max-width: 720px;
}

.company-profile-selector .field-control { flex: 1; }

#company-profile-inquiry {
  background: #2563eb;
  border-color: #1d4ed8;
  color: #fff;
}

#company-profile-inquiry:hover { background: #1d4ed8; }

.list-page[data-resource="currencies"] td:nth-child(3),
.list-page[data-resource="currencies"] th:nth-child(3) {
  min-width: 280px;
  max-width: 440px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.list-page[data-resource="currencies"] td:nth-child(4),
.list-page[data-resource="currencies"] th:nth-child(4) {
  min-width: 88px;
  max-width: none;
  white-space: nowrap;
}
