#popup-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#popup-content .inner {
  min-width: calc(60vw - 88px);
  max-width: calc(94vw - 88px);
  height: calc(90vh - 88px);
  color: black;
  font-family: var(--custom-font);
  overflow-y: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#popup-content .inner a {
  text-decoration: none;
  color: black;
  outline: none;
}
#popup-content .inner .article {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#popup-content .inner .article article {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#popup-content .inner .article p {
  margin: 0;
}
#popup-content .inner .article .aligncenter {
  display: block;
  margin: 0 auto;
}
#popup-content .inner .article img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
#popup-content .inner .buttons {
  padding-top: 20px;
  text-align: center;
}
#popup-content .inner .buttons button {
  font-family: var(--custom-font);
  padding: 5px 20px;
  background-color: black;
  color: white;
  appearance: none;
  border: none;
  font-size: 18px;
}
#popup-content button {
  outline: none;
}
#popup-content button[data-fancybox-close] {
  color: black;
}

/*# sourceMappingURL=desktop-popup.css.map */
