.home-page .main-text > .div-block-20 {
  width: 100%;
  max-width: 720px;
}

.home-profile {
  margin-top: 16px;
}

.home-profile-name {
  color: #111;
  font-size: 18px;
  line-height: 1.5;
}

.home-profile-updated {
  margin-top: 0;
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .home-page .aside-nav {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .home-page .aside-nav > .image-32 {
    width: 70px;
    height: auto;
    flex: 0 0 70px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
  }

  .home-page .home-profile {
    min-width: 0;
    margin-top: 0;
  }
}

.home-page .text-block-black {
  font-size: 18px;
  line-height: 1.5;
}

.home-page .link-text {
  color: #111;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  transition: border-color 150ms ease;
}

.home-page .link-text:hover,
.home-page .link-text:focus-visible {
  border-bottom-color: #111;
}

.products-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--dark-text);
  font-size: 16px;
  line-height: 1.5;
}

.products-table th,
.products-table td {
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.products-table th:first-child {
  width: 34%;
  padding-right: 24px;
}

.products-table tbody tr:last-child > th,
.products-table tbody tr:last-child > td {
  border-bottom: none;
}

.products-table p { margin: 0; }

.product-external-icon {
  color: var(--light-slate-grey);
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  vertical-align: -1px;
}

#about .product-preview {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 14px;
}

.youtube-videos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.youtube-video {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 2.3fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
  color: #111;
  border: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.youtube-video img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
}

.youtube-video span,
.youtube-video:hover span,
.youtube-video:focus-visible span {
  border: none;
  text-decoration: none;
}
.youtube-video:focus-visible { outline: 2px solid var(--light-slate-grey); outline-offset: 4px; }

.product-facts { margin-top: 10px; }

.product-facts summary {
  display: flex;
  align-items: center;
  list-style: none;
  width: fit-content;
  cursor: pointer;
  color: var(--light-slate-grey);
  font-size: 14px;
}

.product-facts summary::-webkit-details-marker { display: none; }

.product-facts summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.product-facts[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.product-facts summary:hover { color: #111; }

.product-facts summary:focus-visible {
  outline: 2px solid #777;
  outline-offset: 4px;
  border-radius: 2px;
}

.product-facts-count { margin-left: 8px; color: inherit; }

.product-facts ul {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 16px;
}

.product-facts li {
  font-size: 16px;
  line-height: 1.5;
}

.product-facts li + li { margin-top: 12px; }

.product-facts a {
  color: #111;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
}

.product-facts a:hover { border-bottom-color: #111; }

@media screen and (max-width: 767px) {
  .products-table th:first-child { width: 30%; padding-right: 16px; }
  .youtube-video > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .products-table { font-size: 14px; }
}
.product-guides {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-guides li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.product-guides .product-guide-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin: 0;
}
.product-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
  min-width: 0;
}

.home-language-switch {
  display: flex;
  gap: 4px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.home-language-switch a {
  padding: 1px 6px;
  border: 0;
  border-radius: 8px;
  color: var(--light-slate-grey);
  text-decoration: none;
}
.home-language-switch a[aria-current="page"] {
  background: var(--light-slate-grey);
  color: #fff;
}
.home-language-switch a:focus-visible {
  outline: 2px solid var(--light-slate-grey);
  outline-offset: 2px;
}

.home-page .image-32 { border-radius: 16px; }

@media screen and (max-width: 767px) {
  .home-page .aside-nav > .image-32 { border-radius: 12px; }
  #about .product-preview,
  .youtube-video img { border-radius: 10px; }
  .home-language-switch a { border-radius: 6px; }
}
