.record-breadcrumb,
.restricted-breadcrumb {
  margin: 0 0 8px;
  color: #516579;
  font-size: 11px;
}

.record-breadcrumb a,
.restricted-breadcrumb a {
  color: #1a3f66;
  text-decoration: underline;
}

.restricted-notice,
.record-disclaimer {
  margin: 0 0 10px;
  padding: 6px 7px;
  border: 1px solid #bcc7d4;
  background: #f9fbfe;
  color: #44596f;
  font-size: 11px;
}

.restricted-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 9px;
  align-items: start;
}

.restricted-status {
  margin: 0 0 10px;
  color: #42556b;
  font-size: 11px;
}

.restricted-form {
  max-width: 360px;
}

.restricted-form .form-row {
  margin-bottom: 8px;
}

.restricted-form label {
  display: block;
  margin-bottom: 3px;
  color: #25384d;
  font-size: 11px;
}

.restricted-form input {
  width: 100%;
  padding: 5px 6px;
  border: 1px solid #8694a5;
  background: #ffffff;
  color: #1f2f40;
  font: 12px Verdana, Arial, Tahoma, sans-serif;
}

.restricted-error {
  margin: 8px 0 0;
  color: #8d1f1f;
  font-size: 11px;
  font-weight: 700;
}

.restricted-sidebox,
.record-text-block {
  margin: 0 0 10px;
  border: 1px solid #aeb9c7;
  background: #f6f9fc;
  padding: 8px;
}

.restricted-sidebox h3,
.record-section-title {
  margin: 0 0 8px;
  color: #29425d;
  font-size: 12px;
}

.restricted-sidebox p,
.record-text-block p {
  margin: 0 0 7px;
  font-size: 11px;
  color: #24384f;
}

.restricted-sidebox p:last-child,
.record-text-block p:last-child {
  margin-bottom: 0;
}

.record-text-block ul {
  margin: 0 0 7px 18px;
  padding: 0;
  color: #24384f;
  font-size: 11px;
}

.record-text-block li {
  margin-bottom: 4px;
}

.restricted-side-list {
  margin: 0;
  padding-left: 18px;
  color: #23384f;
  font-size: 11px;
}

.restricted-side-list li {
  margin-bottom: 4px;
}

.restricted-action-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.restricted-btn {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #7a8694;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #6d7683;
  border-bottom-color: #6d7683;
  background: #e7ebf0;
  color: #143456;
  font: 700 11px Verdana, Arial, Tahoma, sans-serif;
  cursor: var(--site-cursor-hover);
}

.restricted-btn:hover,
.restricted-btn:focus-visible {
  background: #f4f7fa;
}

.restricted-toolbar {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.restricted-toolbar-copy {
  color: #42556b;
  font-size: 11px;
}

.restricted-summary-table,
.restricted-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 11px;
}

.restricted-summary-table {
  margin-top: 8px;
}

.restricted-summary-table th,
.restricted-summary-table td,
.restricted-table th,
.restricted-table td {
  border: 1px solid #9da8b6;
  padding: 8px 9px;
  vertical-align: top;
  text-align: left;
}

.restricted-summary-table th,
.restricted-table th {
  background: #dfe7f1;
  color: #1f3d5e;
  font-weight: 700;
  white-space: nowrap;
}

.restricted-table td a {
  color: #123f6a;
}

.restricted-muted {
  color: #55697f;
}

.record-meta {
  margin: 0 0 10px;
  padding: 8px;
  border: 1px solid #aeb9c7;
  background: #f6f9fc;
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 3px 8px;
  font-size: 11px;
}

.record-meta dt {
  margin: 0;
  color: #42556b;
  font-weight: 700;
}

.record-meta dd {
  margin: 0;
  color: #232a32;
}

.record-contact {
  margin: 0 0 8px;
  color: #30465f;
  font-size: 11px;
}

.record-document {
  margin: 0 0 10px;
  padding: 4px;
  border: 1px solid #9eaab8;
  background: #ffffff;
}

.record-document img {
  display: block;
  width: 100%;
  height: auto;
}

.record-document figcaption {
  margin-top: 5px;
  color: #4a5e75;
  font-size: 11px;
}

.record-related {
  margin: 0 0 10px;
  padding-left: 18px;
  color: #23384f;
  font-size: 11px;
}

.record-related li {
  margin-bottom: 3px;
}

@media (max-width: 720px) {
  .restricted-layout {
    grid-template-columns: 1fr;
  }

  .record-meta {
    grid-template-columns: 1fr;
  }
}
