.docs-embed-bleed {
  margin: -18px;
  background: #f0f2f5;
}

.docs-page--embed {
  display: block;
  color: #0b2f62;
  font-size: 14px;
}

.docs-page--embed * {
  box-sizing: border-box;
}

.docs-embed-header,
.docs-embed-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(120deg, #03265d 0%, #0a3f87 42%, #03265d 100%);
}

.docs-embed-header::before,
.docs-embed-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      128deg,
      transparent 0%,
      transparent 26%,
      rgba(255, 255, 255, 0.08) 26%,
      rgba(255, 255, 255, 0.08) 34%,
      transparent 34%,
      transparent 42%,
      rgba(255, 255, 255, 0.06) 42%,
      rgba(255, 255, 255, 0.06) 49%,
      transparent 49%,
      transparent 57%,
      rgba(255, 255, 255, 0.07) 57%,
      rgba(255, 255, 255, 0.07) 64%,
      transparent 64%,
      transparent 100%
    );
}

.docs-embed-header__top,
.docs-embed-header__title,
.docs-embed-header__menu,
.docs-embed-footer__content {
  position: relative;
  z-index: 1;
}

.docs-embed-header {
  padding: 16px clamp(18px, 4vw, 70px) 20px;
}

.docs-embed-header__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.docs-embed-header__logo {
  width: clamp(124px, 13vw, 210px);
  height: auto;
}

.docs-embed-header__right {
  margin-left: auto;
  display: grid;
  gap: 14px;
  justify-items: end;
}

.docs-embed-header__quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.docs-embed-header__quick-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.docs-embed-header__quick-links a:hover {
  text-decoration: underline;
}

.docs-embed-header__social-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.docs-embed-header__social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.docs-embed-header__social a,
.docs-embed-footer__social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.docs-embed-header__social a i,
.docs-embed-footer__social a i {
  width: 14px;
  height: 14px;
}

.docs-embed-header__search input {
  width: min(100%, 210px);
  height: 36px;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  padding: 0 12px;
  font-size: 12px;
  outline: none;
}

.docs-embed-header__title {
  margin: 18px 0 12px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(28px, 2.8vw, 46px);
}

.docs-embed-header__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding-bottom: 6px;
}

.docs-embed-header__menu a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 13px;
}

.docs-embed-header__menu a:hover {
  text-decoration: underline;
}

.docs-embed-hero {
  text-align: center;
  background: #f8fafc;
  padding: clamp(48px, 8vw, 100px) 18px clamp(44px, 7vw, 82px);
}

.docs-embed-hero h2 {
  margin: 0;
  color: #082f66;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(30px, 3.4vw, 45px);
}

.docs-embed-hero p {
  margin: 10px 0 0;
  color: #344054;
  font-size: clamp(12px, 1vw, 16px);
}

.docs-embed-results {
  padding: clamp(24px, 4vw, 56px) 18px 0;
}

.docs-embed-filter-zone {
  padding-bottom: clamp(22px, 3.8vw, 40px);
}

.docs-embed-results-zone {
  background: #ffffff;
  margin: 0 -18px;
  padding: clamp(26px, 4vw, 46px) 18px clamp(34px, 5vw, 72px);
}

.docs-page__notice--embed {
  margin: 0 auto 24px;
}

.docs-embed-results__filter-title {
  margin: 0;
  text-align: center;
  color: #082f66;
  font-size: clamp(22px, 2.1vw, 26px);
  letter-spacing: 0.01em;
}

.docs-embed-filter-shell {
  max-width: 760px;
  margin: 18px auto 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.docs-embed-area-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.docs-embed-area-form {
  margin: 0;
}

.docs-embed-area-chip {
  appearance: none;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #bcc5d1;
  background: #f5f6f8;
  color: #4b5565;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.docs-embed-area-chip:hover,
.docs-embed-area-chip:focus-visible {
  background: #e9edf3;
  border-color: #98a2b3;
  color: #344054;
  box-shadow: 0 3px 10px rgba(11, 47, 100, 0.1);
  transform: translateY(-1px);
}

.docs-embed-area-chip.is-active {
  border-color: #0b2f64;
  background: #0b2f64;
  color: #ffffff;
}

.docs-embed-area-chip.is-active:hover,
.docs-embed-area-chip.is-active:focus-visible {
  background: #0f3f85;
  border-color: #0f3f85;
  color: #ffffff;
}

.docs-embed-area-chip:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(11, 47, 100, 0.14);
}

.docs-embed-selects-form {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.docs-embed-select-field {
  display: grid;
  gap: 6px;
}

.docs-embed-select-field__label {
  color: #475467;
  font-size: 10px;
  font-weight: 500;
}

.docs-embed-select-field__control {
  min-height: 38px;
  border-radius: 4px;
  border: 1px solid #c0c8d3;
  background: #ffffff;
  font-size: 12px;
  color: #475467;
  padding: 0 12px;
}

.docs-embed-results__title {
  margin: 0 0 14px;
  text-align: center;
  color: #082f66;
  font-size: clamp(22px, 2.1vw, 26px);
  letter-spacing: 0.01em;
}

.docs-embed-search-form {
  max-width: 900px;
  margin: 0 auto 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
}

.docs-embed-search-input {
  min-height: 38px;
  border-radius: 4px;
  border: 1px solid #c0c8d3;
  padding: 0 12px;
  font-size: 12px;
  color: #475467;
  outline: none;
  background: #ffffff;
}

.docs-embed-search-input::placeholder {
  color: #98a2b3;
}

.docs-embed-search-button {
  min-height: 38px;
  min-width: 88px;
  border: 0;
  border-radius: 4px;
  background: #0b2f64;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  justify-self: end;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.docs-embed-search-button:hover,
.docs-embed-search-button:focus-visible {
  background: #0f3f85;
  box-shadow: 0 8px 20px rgba(11, 47, 100, 0.24);
  transform: translateY(-1px);
}

.docs-embed-search-button:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(11, 47, 100, 0.2);
}

.docs-page--embed .table-card {
  max-width: 900px;
  margin: 0 auto;
  background: transparent;
}

.docs-page--embed .table-card__header,
.docs-page--embed .table-card__toolbar,
.docs-page--embed .table-card__filters {
  display: none;
}

.docs-page--embed .table-card__content {
  margin-top: 10px;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  background: #ffffff;
}

.docs-page--embed .table-card__table {
  min-width: 640px;
}

.docs-page--embed .table-card__table thead th {
  text-align: center;
  background: #082f66;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.docs-page--embed .table-card__table thead th:last-child {
  border-right: 0;
}

.docs-page--embed .table-card__table tbody td {
  padding: 8px 12px;
  border-bottom: 1px solid #e9edf3;
  border-right: 1px solid #edf1f6;
  font-size: 11px;
  color: #8a93a1;
  line-height: 1.25;
}

.docs-page--embed .table-card__table tbody td:last-child {
  border-right: 0;
}

.docs-page--embed .doc-table__document {
  display: block;
  min-width: 0;
}

.docs-page--embed .doc-table__file-icon {
  display: none;
}

.docs-page--embed .doc-table__title {
  font-size: 11px;
  font-weight: 400;
  color: #8a93a1;
}

.docs-page--embed .docs-consultation-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 300px;
  color: #8a93a1;
}

.docs-page--embed .docs-consultation-text--expandable {
  cursor: pointer;
}

.docs-page--embed .docs-consultation-text.docs-consultation-text--expanded {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
  max-width: min(560px, 80vw);
  padding: 8px 10px;
  border: 1px solid #f04438;
  border-radius: 4px;
  background: #ffffff;
  color: #333a45;
  line-height: 1.35;
  box-shadow: 0 4px 14px rgba(11, 47, 100, 0.08);
  cursor: text;
}

.docs-page--embed .table-card__footer {
  border-top: 0;
  background: transparent;
  padding-top: 14px;
  justify-content: center;
}

.docs-page--embed .pagination {
  justify-content: center;
}

.docs-embed-dashboard {
  margin-top: 30px;
  text-align: center;
}

.docs-embed-dashboard__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  background: #0b2f64;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.docs-embed-dashboard__button:hover,
.docs-embed-dashboard__button:focus-visible {
  background: #0f3f85;
  box-shadow: 0 10px 24px rgba(11, 47, 100, 0.28);
  transform: translateY(-1px);
}

.docs-embed-dashboard__button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(11, 47, 100, 0.24);
}

.docs-embed-footer {
  padding: 34px clamp(18px, 4vw, 70px) 26px;
  margin-top: clamp(34px, 6vw, 74px);
}

.docs-embed-footer__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.docs-embed-footer__logo {
  width: clamp(124px, 12vw, 198px);
  height: auto;
}

.docs-embed-footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.docs-embed-footer__item {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.docs-embed-footer__item i {
  width: 18px;
  height: 18px;
}

.docs-embed-footer__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  line-height: 1.4;
}

.docs-embed-footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 980px) {
  .docs-embed-selects-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .docs-embed-bleed {
    margin: -18px -18px -18px;
  }

  .docs-embed-filter-shell {
    margin-top: 14px;
  }

  .docs-embed-selects-form,
  .docs-embed-search-form {
    grid-template-columns: 1fr;
  }

  .docs-embed-search-form {
    max-width: 100%;
  }
}
