.lost-share-certificate-header__inner,
.lost-share-certificate-documents__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

body:has(.lost-share-certificate-header) .site-breadcrumb {
  display: none;
}

.lost-share-certificate-header__inner {
  padding-top: 1.6875rem;
}

.lost-share-certificate-header__title {
  margin: 0 0 2.75rem;
  color: var(--sjm-color-text);
  font-family: var(--sjm-font-sans);
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: pretty;
}

.lost-share-certificate-header__identity {
  margin-bottom: 0.5rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #111;
}

.lost-share-certificate-header__company {
  color: #111;
  font-family: var(--sjm-font-sans);
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 700;
  line-height: 1.15;
}

.lost-share-certificate-header__stock-code {
  margin-top: 0.5rem;
  color: #8a8a87;
  font-family: var(--sjm-font-sans);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.lost-share-certificate-header__description {
  margin-top: 1.25rem;
  color: #333;
  font-size: 1.09375rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.lost-share-certificate-header__description > :first-child {
  margin-top: 0;
}

.lost-share-certificate-header__description > :last-child {
  margin-bottom: 0;
}

.lost-share-certificate-documents__inner {
  padding-top: 3rem;
  padding-bottom: 6.25rem;
}

.lost-share-certificate-documents .views-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 5rem;
  padding: 1.25rem 0.25rem;
  border-bottom: 1px solid #e6e6e3;
}

.lost-share-certificate-documents .views-row > :not(.views-field-title):not(.lost-share-certificate-documents__download) {
  display: none;
}

.lost-share-certificate-documents .views-field-title {
  flex: 0 0 9.375rem;
  min-width: 0;
}

.lost-share-certificate-documents .views-field-title a {
  display: block;
  width: 100%;
  color: #00a76d;
  font-family: var(--sjm-font-sans);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.lost-share-certificate-documents__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0.6875rem 1.125rem;
  border: 1px solid #111;
  color: #111;
  font-family: var(--sjm-font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.lost-share-certificate-documents__download svg {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.lost-share-certificate-documents__download:hover,
.lost-share-certificate-documents__download:focus-visible {
  background: #111;
  color: #fff;
}

@media (max-width: 47.999rem) {
  .lost-share-certificate-header__inner,
  .lost-share-certificate-documents__inner {
    padding-inline: var(--sjm-mobile-gutter);
  }

  .site-content .lost-share-certificate-header__title {
    font-size: var(--sjm-mobile-detail-h1) !important;
    line-height: 1.1 !important;
  }

  .lost-share-certificate-header__identity {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .site-content .lost-share-certificate-header__company {
    font-size: var(--sjm-mobile-body) !important;
    line-height: 1.3 !important;
  }

  .site-content .lost-share-certificate-header__stock-code {
    font-size: var(--sjm-mobile-label) !important;
    line-height: 1.4 !important;
  }

  .site-content .lost-share-certificate-header__description,
  .site-content .lost-share-certificate-header__description > * {
    font-size: var(--sjm-mobile-body) !important;
    line-height: 1.62 !important;
  }

  .lost-share-certificate-documents__inner {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .lost-share-certificate-documents .views-row {
    display: block;
    min-height: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    border: 1px solid #d8d8d5;
    background: #fff;
  }

  .lost-share-certificate-documents .views-field-title {
    min-width: 0;
  }

  .lost-share-certificate-documents .views-field-title a {
    padding: 1.125rem 1.5rem;
    background: #f1f1ef;
    color: #00a76d;
    font-size: clamp(20px, 4.8148vw, 26px) !important;
    line-height: 1.3 !important;
  }

  .lost-share-certificate-documents__download {
    display: flex;
    width: calc(100% - 3rem);
    min-height: var(--sjm-mobile-action-height);
    margin: 1.5rem;
    padding: 0.875rem 1.25rem;
    border-color: #111;
    background: #111;
    color: #fff;
    font-size: var(--sjm-mobile-label) !important;
    line-height: 1.2 !important;
  }

}
