.header-wrapper--wide,
section > .section__inner--wide {
  max-width: 2080px;
}

.header-wrapper--narrow,
section > .section__inner--narrow {
  max-width: 1400px;
}

section > .section__inner--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .btn-page-back {
  z-index: 6;
}

.break-all {
  word-break: break-all;
}

.inline-block {
  display: inline-block;
}

.button-general:hover,
.button-general:hover * {
  color: #ff4300;
}

.button-download::after {
  background-image: url("/20250603170942oe_/https://www.arts.cuhk.edu.hk/web/wp-content/themes/cuhk-arts-theme/assets/images/icons/file.svg");
  width: 18px;
  height: 23px;
}
.button-download:hover::after {
  transform: none;
}
.button-pdf::after {
  background-image: url("/20250603170942oe_/https://www.arts.cuhk.edu.hk/web/wp-content/themes/cuhk-arts-theme/assets/images/icons/pdf-link.svg");
  width: 18px;
  height: 23px;
}
.button-pdf:hover::after {
  transform: none;
}

.button-block {
  display: block !important;
  padding: 14px 0;
  padding-right: 12px;
}

.button-block,
.button-block * {
  font-weight: 400;
  font-size: 1.375rem;
}

.button-block a {
  display: block;
}

.button-block .button-link::after {
  width: 24px;
  height: 24px;
}

.intranet-top-links--hidden {
  display: none;
}

.wp-block-group table td {
  padding: 10px;
}

.responsive-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.responsive-table {
  min-width: 100%;
  width: auto;
}

.section--academic-teaching-units-slider
  .section__inner
  .section__content
  .slides-title-list-desktop
  .slide-title
  .title {
  width: calc(100% - 46px);
}

.section--academic-teaching-units-slider
  .section__inner
  .section__content
  .slides-image-wrapper
  .slide-wrapper
  a
  .slide-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.left-aligned-text {
  text-align: left;
}

.tm__intro a {
  color: red;
}

.button-block .button-download::after {
  transform: scale(1.2) translateX(-3px);
}

.button-block .button-pdf::after {
  transform: scale(1.2) translateX(-3px);
}

section.artist-page.section--slider-2__wrapper
  .gallery-wrapper
  .gallery-slide
  .image-wrapper
  .image {
  background-color: transparent;
}

.section--slider-2__wrapper .slick-prev,
.section--slider-2__wrapper .slick-next {
  opacity: 0.3;
}

.section--slider-2__wrapper .slick-prev:hover,
.section--slider-2__wrapper .slick-next:hover {
  opacity: 1;
}

.upcoming-events-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.publications-title {
  margin-top: 80px;
  margin-bottom: 16px;
}

.about-the-faculty__video article {
  padding-top: 56.25% !important;
}

@media (max-width: 1679px) {
  section > .section__inner--title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .intranet-top-links {
    align-self: flex-end;
  }
}

@media (max-width: 991px) {
  .button-block,
  .button-block * {
    font-size: 1.125rem;
  }

  .button-block::after {
    width: 18px;
    height: 18px;
  }

  section > .section__inner--title {
    gap: 0;
  }

  .section__inner--title .title-description-wrapper {
    margin-bottom: 0;
  }

  .intranet-top-links {
    width: 100%;
    align-self: flex-start;
  }

  .intranet-top-links.search-filter-wrapper .filter-item {
    margin-top: 0;
  }
}

@media (max-width: 619px) {
  .section--slider-2__wrapper .slick-prev,
  .section--slider-2__wrapper .slick-next {
    display: block !important;
  }

  .section--slider-2__wrapper .slick-prev {
    left: -10px;
  }

  .section--slider-2__wrapper .slick-next {
    right: -10px;
  }

  .publications-title {
    margin-top: 40px;
  }
}
