:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.product-info-documents .documents-main-title {
  color: var(--red-main);
  text-align: right;
  font-family: Simpler;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 2rem;
  display: block;
  text-decoration: none;
  border-bottom: none;
  outline: none;
}
@media (width <= 768px) {
  .product-info-documents .documents-main-title {
    display: none;
  }
}
.product-info-documents .documents-subtitle {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 1.4rem;
  margin-top: 2.8rem;
}
@media (width > 768px) {
  .product-info-documents .documents-subtitle {
    margin-top: 3.8rem;
    font-size: 2.2rem;
  }
}
.product-info-documents .documents-subtitle:first-of-type {
  margin-top: 0;
}
.product-info-documents p {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 1.6rem;
}
.product-info-documents .documents-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 1.4rem;
  padding-top: 0.8rem;
  border-top: 0.1rem solid var(--red-10, #fbe5ea);
  border-bottom: 0.1rem solid var(--red-10, #fbe5ea);
}
.product-info-documents .document-item {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  text-align: right;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid var(--red-10, #fbe5ea);
  align-items: center;
}
@media (width > 768px) {
  .product-info-documents .document-item {
    gap: 7.2rem;
    padding-inline-start: 1.1rem;
  }
}
.product-info-documents .document-item:last-child {
  border-bottom: none;
}
.product-info-documents .document-item .document-icon {
  flex-shrink: 0;
  min-width: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (width > 768px) {
  .product-info-documents .document-item .document-icon {
    min-width: 3rem;
  }
}
.product-info-documents .document-item .document-icon .document-icon-img {
  width: auto;
  height: 2rem;
  display: block;
}
.product-info-documents .document-item .document-icon .document-icon-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.product-info-documents .document-item .document-icon .document-icon-link:hover {
  opacity: 0.7;
}
.product-info-documents .document-item .document-icon .document-label-fallback {
  color: var(--black-main, #333032);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}
.product-info-documents .document-item .document-link {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.product-info-documents .document-item .document-link:hover {
  color: var(--red-main, #db0032);
}
.product-info-documents .document-item .document-value {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
}
.product-info-documents .document-item .document-debug .document-debug-title {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.product-info-documents .document-item .document-debug pre {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 0.4rem;
  overflow-x: auto;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  direction: ltr;
}
.product-info-documents .documents-list--standards .document-item .document-icon .document-icon-img {
  width: 3rem;
  height: auto;
}
@media (width <= 768px) {
  .product-info-documents .documents-list--technical .document-item .document-icon .document-icon-img {
    width: 1.8rem;
  }
}
