/* Standart Consult: dual registry page v1.0 */
[hidden]{display:none!important}

.dual-registry-tabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:0 auto 8px;
  padding:6px;
  border:1px solid #d5e1ef;
  border-radius:13px;
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.045);
}
.dual-registry-tab{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-height:52px;
  padding:8px 12px;
  border:1px solid transparent;
  border-radius:9px;
  background:#f5f8fc;
  color:#17365d;
  cursor:pointer;
  transition:.18s ease;
}
.dual-registry-tab:hover{border-color:#9fc2ef;background:#eef5ff}
.dual-registry-tab.is-active{
  border-color:#0A4DB8;
  background:linear-gradient(120deg,#0A4DB8,#2767d8);
  color:#fff;
  box-shadow:0 8px 20px rgba(10,77,184,.18);
}
.dual-tab-title{font-size:13px;font-weight:900;line-height:1.2}
.dual-tab-subtitle{font-size:9.5px;line-height:1.2;opacity:.84}
.dual-registry-tab-note{
  margin:0 auto 10px;
  color:#526985;
  font-size:10px;
  text-align:center;
}
.dual-registry-pane{min-width:0}
.akkred-registry-scope{font-family:Inter,"Segoe UI",Arial,sans-serif;color:#10213a}

.akkred-registry-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:12px;
  align-items:start;
}
.akkred-filter-card,.akkred-results-card{
  min-width:0;
  border:1px solid #d7e2f0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.045);
}
.akkred-filter-card{position:sticky;top:82px;padding:11px}
.akkred-filter-brand{
  margin:0 0 3px;
  color:#0A4DB8;
  font-size:10px;
  font-weight:900;
  letter-spacing:.045em;
}
.akkred-filter-card h2{
  margin:0 0 11px;
  color:#062b5f;
  font-size:14px;
  line-height:1.18;
}
.akkred-field{display:block;margin-bottom:8px}
.akkred-field span{
  display:block;
  margin-bottom:3px;
  color:#0f2e5e;
  font-size:9.5px;
  font-weight:800;
}
.akkred-field input,.akkred-field select,.akkred-detail-search input{
  width:100%;
  height:30px;
  padding:0 8px;
  border:1px solid #c8d5ea;
  border-radius:7px;
  background:#fff;
  color:#0f172a;
  font-size:10px;
  line-height:30px;
  outline:none;
}
.akkred-field input:focus,.akkred-field select:focus,.akkred-detail-search input:focus{
  border-color:#0A4DB8;
  box-shadow:0 0 0 2px rgba(10,77,184,.10);
}
.akkred-filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:2px}
.akkred-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border:1px solid #0A4DB8;
  border-radius:7px;
  font-size:10.5px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
.akkred-primary{color:#fff!important;background:#0A4DB8}
.akkred-primary:hover{background:#063b91}
.akkred-secondary{color:#0A4DB8!important;background:#fff}
.akkred-results-card{overflow:hidden}
.akkred-results-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:11px;
  border-bottom:1px solid #d7e2f0;
}
.akkred-results-head strong{color:#062b5f;font-size:14px}
.akkred-results-head span{color:#5b7091;font-size:11px}
.akkred-table-scroll,.akkred-scope-table-scroll{overflow:auto;-webkit-overflow-scrolling:touch}
.akkred-table,.akkred-scope-table{width:100%;border-collapse:collapse;table-layout:fixed}
.akkred-table th{
  padding:9px 8px;
  background:linear-gradient(120deg,#0A4DB8,#2767d8);
  color:#fff;
  font-size:10px;
  font-weight:900;
  text-align:left;
  white-space:normal;
  overflow-wrap:anywhere;
}
.akkred-table th:nth-child(1){width:9%}
.akkred-table th:nth-child(2){width:32%}
.akkred-table th:nth-child(3){width:9%}
.akkred-table th:nth-child(4){width:11%}
.akkred-table th:nth-child(5){width:11%}
.akkred-table th:nth-child(6){width:12%}
.akkred-table th:nth-child(7){width:145px}
.akkred-table td{
  padding:8px;
  border-bottom:1px solid #e5edf7;
  vertical-align:top;
  color:#0f172a;
  font-size:10px;
  line-height:1.35;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.akkred-table tbody tr:hover td{background:#f8fbff}
.akkred-reg-badge{
  display:inline-block;
  padding:3px 6px;
  border-radius:6px;
  color:#0758c8;
  background:#e8f1ff;
  font-weight:900;
}
.akkred-org-title{color:#082b63;font-size:11.5px;font-weight:900;line-height:1.25}
.akkred-org-address{margin-top:3px;color:#475569;font-size:10px}
.akkred-match-box{
  margin-top:5px;
  padding:5px 7px;
  border-left:3px solid #93c5fd;
  border-radius:7px;
  background:#f1f7ff;
  color:#203454;
  font-size:10px;
}
.akkred-date-badge{
  display:inline-block;
  padding:5px 9px;
  border:1px solid #93c5fd;
  border-radius:7px;
  color:#1d4ed8;
  background:#dbeafe;
  font-weight:900;
}
.akkred-status-pill{
  display:block;
  margin-bottom:6px;
  padding:5px 6px;
  border:1px solid #86efac;
  border-radius:999px;
  color:#047857;
  background:#dcfce7;
  font-size:10px;
  font-weight:900;
  line-height:1.15;
  text-align:center;
}
.akkred-details-btn{width:100%;min-height:28px;white-space:nowrap}
.akkred-loading,.akkred-error-box{margin:10px 12px;padding:8px;border-radius:6px;font-size:11px}
.akkred-loading{color:#0A4DB8;background:#eef5ff}
.akkred-error-box{color:#9e2424;border:1px solid #efb5b5;background:#fff0f0}
.akkred-empty-row td{padding:26px;text-align:center;color:#667892}
.akkred-pagination{
  display:flex;
  justify-content:center;
  gap:4px;
  flex-wrap:wrap;
  padding:10px;
  color:#526985;
  font-size:10px;
}
.akkred-page-btn{
  min-width:29px;
  height:29px;
  padding:0 7px;
  border:1px solid #d7e2f0;
  border-radius:5px;
  background:#fff;
  color:#284363;
  font-size:10px;
  cursor:pointer;
}
.akkred-page-btn.is-active{color:#fff;border-color:#0A4DB8;background:#0A4DB8}
.akkred-page-btn:disabled{opacity:.45}
.akkred-source-note{
  padding:8px 12px;
  border-top:1px solid #d7e2f0;
  color:#667892;
  font-size:9px;
}
.akkred-source-note a{color:#0A4DB8;font-weight:700}

.akkred-detail-dialog{
  width:min(1320px,calc(100vw - 18px));
  max-height:calc(100vh - 20px);
  padding:0;
  border:0;
  border-radius:10px;
  color:#10213a;
  background:#fff;
  box-shadow:0 20px 70px rgba(7,24,50,.35);
}
.akkred-detail-dialog::backdrop{background:rgba(8,24,46,.58)}
.akkred-dialog-head{
  position:sticky;
  top:0;
  z-index:3;
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  border-bottom:1px solid #d7e2f0;
  background:#fff;
}
.akkred-dialog-eyebrow{color:#0A4DB8;font-size:9px;font-weight:900;letter-spacing:.12em}
.akkred-dialog-head h2{margin:4px 0 0;color:#062b5f;font-size:15px;line-height:1.3}
.akkred-close-btn{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#eef2f7;
  color:#0A4DB8;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.akkred-dialog-body{padding:12px 16px 18px}
.akkred-detail-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px 18px;
  padding:8px 0;
  color:#526985;
  font-size:10px;
}
.akkred-detail-meta strong{color:#10213a}
.akkred-detail-actions{display:flex;gap:6px;flex-wrap:wrap;margin:5px 0 8px}
.akkred-detail-search{display:grid;grid-template-columns:1fr auto;gap:6px;margin:8px 0}
.akkred-detail-summary-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin:7px 0;
  color:#667892;
  font-size:10px;
}
.akkred-scope-table{table-layout:auto;border:1px solid #d7e2f0}
.akkred-scope-table th{
  position:sticky;
  top:0;
  padding:7px 6px;
  background:#0A4DB8;
  color:#fff;
  font-size:9px;
  text-align:left;
}
.akkred-scope-table th:nth-child(1){width:42px}
.akkred-scope-table th:nth-child(2){width:27%}
.akkred-scope-table th:nth-child(3){width:24%}
.akkred-scope-table th:nth-child(4){width:37%}
.akkred-scope-table th:nth-child(5){width:90px}
.akkred-scope-table td{
  padding:6px;
  border-right:1px solid #e2e8f0;
  border-bottom:1px solid #e2e8f0;
  vertical-align:top;
  font-size:9px;
  line-height:1.35;
}
.akkred-scope-table tr:nth-child(even) td{background:#fafcff}
.akkred-unstructured-note{
  padding:12px;
  border:1px solid #f0c16c;
  border-radius:6px;
  color:#7d5200;
  background:#fff8e7;
  font-size:10px;
}
.akkred-unstructured-note strong{display:block;margin-bottom:5px;color:#704700}
.akkred-unstructured-help{margin-bottom:8px;color:#7d6335;font-size:9px}
.akkred-unstructured-text{
  max-height:260px;
  overflow:auto;
  padding:8px;
  border:1px solid #ead9b5;
  border-radius:5px;
  background:#fff;
  color:#24364e;
  font-size:9px;
  line-height:1.45;
}
body.akkred-dialog-open{overflow:hidden}

@media(max-width:1100px){
  .akkred-registry-layout{grid-template-columns:1fr}
  .akkred-filter-card{position:relative;top:auto}
}
@media(max-width:980px){
  .akkred-table{min-width:940px}
  .akkred-detail-meta{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .dual-registry-tabs{grid-template-columns:1fr}
  .dual-registry-tab{min-height:47px}
  .akkred-detail-meta{grid-template-columns:1fr}
  .akkred-detail-dialog{width:calc(100vw - 8px);max-height:calc(100vh - 8px)}
  .akkred-dialog-head{padding:10px}
  .akkred-dialog-head h2{font-size:13px}
  .akkred-dialog-body{padding:10px}
  .akkred-scope-table{min-width:760px}
}

/* v1.5.1: native accredited-registry selects and stable filter actions */
#akkred-search-form{
  display:block!important;
  width:100%;
  min-width:0;
}
#akkred-search-form .akkred-field{
  position:relative;
  display:block;
  float:none!important;
  clear:both;
  width:100%;
  min-width:0;
}
#akkred-search-form .nice-select,
#akkred-search-form .nice-select.open,
#akkred-search-form .nice-select.disabled{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
#akkred-search-form select,
#akkred-search-form select.akkred-native-select{
  display:block!important;
  position:static!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0 8px!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  appearance:auto!important;
  -webkit-appearance:auto!important;
  color:#0f172a!important;
  background:#fff!important;
  border:1px solid #c8d5ea!important;
  border-radius:7px!important;
  font-size:10px!important;
  line-height:30px!important;
}
#akkred-search-form select option{
  color:#0f172a;
  background:#fff;
  font-size:11px;
}
#akkred-search-form .akkred-filter-actions{
  position:static!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  margin-top:10px!important;
}
#akkred-search-form .akkred-filter-actions .akkred-btn{
  position:static!important;
  float:none!important;
  width:100%;
  min-width:0;
  margin:0!important;
}
#akkred-search-form.is-searching .akkred-primary[type="submit"]{
  opacity:.72;
  cursor:wait;
}

