.report-a-problem {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: end;
  user-select: none; }
  .report-a-problem a {
    font-size: calc(min(1.2em, 3vw)) !important;
    width: auto !important; }
  .report-a-problem p {
    display: none;
    text-align: right;
    margin: 0 20px; }
  .report-a-problem button {
    font-size: calc(min(1.5em, 5vw));
    font-weight: normal;
    margin: 0;
    width: 50px;
    height: 32px; }
  .report-a-problem #message #cancel {
    color: #afbec5;
    text-decoration: underline;
    cursor: pointer; }
    .report-a-problem #message #cancel:hover {
      color: white; }

.contents {
  row-gap: 0;
  padding-bottom: 0; }
  .contents h1 {
    font-size: calc(min(3em, 8vw));
    margin: 0; }
  .contents a {
    text-decoration: none;
    color: #afbec5;
    font-size: calc(min(1.5em, 6vw));
    font-weight: normal;
    width: min-content; }
    .contents a h2 {
      margin: 0; }
  .contents p {
    margin: 0; }
  .contents .artefact-navigation-wrapper {
    margin: 20px; }
  .contents #images-wrapper {
    margin: calc(min(20px, 1vw)) auto;
    margin-bottom: 50px;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease-in-out; }
    .contents #images-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99.3%;
      background-color: #fcf0ca;
      z-index: 0; }
    .contents #images-wrapper img {
      max-height: 90vh;
      height: auto;
      object-fit: contain;
      user-select: none;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      display: none;
      max-width: 100%;
      transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out; }
      .contents #images-wrapper img.current-artefact-image {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        position: relative;
        z-index: 1;
        display: block; }
    .contents #images-wrapper.double-page-active {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: nowrap;
      text-align: initial;
      padding: 0;
      gap: 0; }
      .contents #images-wrapper.double-page-active img.current-artefact-image {
        flex-shrink: 0;
        max-width: 50%; }
        .contents #images-wrapper.double-page-active img.current-artefact-image.is-single-in-spread {
          max-width: 100%; }
    @media (max-width: 768px) {
      .contents #images-wrapper {
        max-width: 99%;
        margin: 0;
        margin-bottom: 20px; } }
  .contents .detail {
    display: flex;
    flex-direction: row;
    width: 80%;
    padding: 50px;
    column-gap: 50px;
    margin: auto;
    margin-bottom: 50px; }
    .contents .detail p {
      font-size: calc(min(1.2em, 4vw));
      margin-bottom: 0; }
    .contents .detail .uploaded-by {
      font-size: calc(min(2em, 6vw));
      margin: 0;
      display: flex;
      flex-direction: row; }
      .contents .detail .uploaded-by img {
        width: calc(min(2em, 6vw));
        height: calc(min(2em, 6vw));
        margin-right: 0.5em;
        vertical-align: middle;
        border-radius: 100%; }
      .contents .detail .uploaded-by .info {
        display: flex;
        flex-direction: column;
        user-select: none; }
        .contents .detail .uploaded-by .info p {
          margin: 0; }
      .contents .detail .uploaded-by .created-date {
        color: #afbec5;
        font-size: calc(min(0.75em, 2vw));
        white-space: nowrap; }
    @media (max-width: 768px) {
      .contents .detail {
        padding: 0; } }

/*# sourceMappingURL=artefacts.sass.css.map */