:where(.uq-content) {
  p {
    text-align: inherit;
  }
  small {
    font-size: smaller;
  }
  p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }

  th, td {
    width: auto;
    display: revert;
    margin: revert;
    font-size: unset;
  }

  th {
    white-space: normal;
  }

  .note{
    background: unset;
    border:unset;
    padding: unset

  }

  .uq-anchor{
    display: block;
    padding-top: 73px;
    margin-top: -73px;
  }

  img, picture {
    display: revert-layer;
    max-inline-size: revert-layer;
    block-size: revert-layer;
  }

  .wrap,
  main,
  article {
    max-width: revert-layer;
    margin: revert-layer;
    overflow: 0 auto;
  }
}

.sgContent {
  max-width: revert-layer;
  margin: revert-layer;
  overflow-x: clip;
  padding: 0;
}

body .uq-content {
  padding: 30px 0
}

@media screen and (max-width: 768px) {
  body .uq-content {
    padding: 10px 0
  }
}

.uq-point {
  position: relative;
  z-index: 0;
}