.news-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.news-detail,
.news-archive {
  min-width: 0;
}

.news-detail__card,
.news-archive__panel {
 /* background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(14, 40, 64, 0.08);*/
}

.news-detail__card {
  overflow: hidden;
}

.news-detail__card {
  background: #ffffff;
}

.news-document-warning {
  display: grid;
  gap: 4px;
  margin: clamp(18px, 3vw, 28px) clamp(22px, 4vw, 34px) 0;
  padding: 14px 16px;
  color: #5c2500;
  background: #fff4e5;
  border: 2px solid #a84400;
  border-radius: 8px;
  line-height: 1.45;
}

.news-document-warning strong {
  color: #762d00;
}

.news-detail__header {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.news-detail__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #526173;
  font-size: 0.92rem;
}

.news-detail-page .news-detail__meta,
.announcement-detail-page .news-detail__meta,
.event-detail-page .news-detail__meta {
  color: #5f6f82;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.news-detail-page .news-detail__meta,
.announcement-detail-page .news-detail__meta,
.event-detail-page .news-detail__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 8px 10px;
  align-items: start;
}

.news-detail__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
}

.news-detail-page .news-detail__meta-item,
.announcement-detail-page .news-detail__meta-item,
.event-detail-page .news-detail__meta-item {
  min-height: 34px;
  padding: 6px 10px;
  background: #f8f9fb;
  border: 1px solid rgba(23, 69, 133, 0.12);
  border-radius: 8px;
  line-height: 1.25;
  white-space: normal;
}

.news-detail__meta-label {
  color: #425165;
  font-weight: 800;
  white-space: nowrap;
}

.news-detail__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  color: #004a6a;
  background: #eef8fb;
  border: 1px solid rgba(0, 146, 191, 0.18);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.news-detail__title {
  margin: 0;
  color: #14233a;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4vw, 2.55rem);
  line-height: 1.14;
}

.news-detail__summary {
  margin: 0;
  color: #526173;
  font-size: 1.03rem;
  line-height: 1.7;
}

.news-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.news-share--event {
  justify-content: center;
  margin-top: 18px;
}

.news-share--event .news-share__link {
  border-radius: 50%;
}

.news-share--event .news-share__link:hover,
.news-share--event .news-share__link:focus-visible {
  background: #eaf8fb;
  border-color: #0092bf;
}

.news-share--reference {
  justify-content: center;
  padding-top: 8px;
}

.news-share--reference .news-share__link {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-color: rgba(0, 146, 191, 0.22);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 74, 106, 0.12);
}

.news-share--detail {
  align-items: center;
  gap: 10px;
  padding-top: 2px;
}

.news-share--detail .news-share__label {
  color: #174585;
}

.news-share--detail .news-share__link {
  color: #174585;
  background: #f8fbfd;
  border-color: rgba(23, 69, 133, 0.18);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(23, 69, 133, 0.08);
}

.news-share--detail .news-share__link:hover,
.news-share--detail .news-share__link:focus-visible {
  color: #174585;
  background: #edf5fb;
  border-color: rgba(23, 69, 133, 0.32);
  box-shadow: 0 8px 16px rgba(23, 69, 133, 0.1);
}

.news-share__button--print {
  width: auto;
  min-width: 74px;
  padding: 0 14px;
  color: #174585;
  background: #ffffff;
  border-color: rgba(23, 69, 133, 0.2);
  border-radius: 999px;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.news-share__button--print:hover,
.news-share__button--print:focus-visible {
  color: #003b73;
  background: #edf5fb;
  border-color: rgba(23, 69, 133, 0.36);
}

.news-share--reference .news-share__link:hover,
.news-share--reference .news-share__link:focus-visible,
.news-share--event .news-share__link:hover,
.news-share--event .news-share__link:focus-visible {
  color: #004a6a;
  background: #eaf8fb;
  border-color: #0092bf;
}

.news-share__label {
  color: #526173;
  font-weight: 700;
}

.news-share__link,
.news-share__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #004a6a;
  background: #f8fbfd;
  border: 1px solid rgba(20, 35, 58, 0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.news-share__link:hover,
.news-share__link:focus,
.news-share__link:focus-visible,
.news-share__button:hover,
.news-share__button:focus,
.news-share__button:focus-visible {
  color: #004a6a;
  background: #eaf8fb;
  border-color: #0092bf;
}

.news-share__link:focus-visible,
.news-share__button:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.news-share--reference .news-share__link:hover,
.news-share--reference .news-share__link:focus-visible,
.news-share--event .news-share__link:hover,
.news-share--event .news-share__link:focus-visible {
  color: #004a6a;
  background: #eaf8fb;
  border-color: #0092bf;
}

.news-share img {
  width: 20px;
  height: 20px;
  filter: none;
}

.news-share__link:hover img,
.news-share__link:focus img,
.news-share__link:focus-visible img,
.news-share__button:hover img,
.news-share__button:focus img,
.news-share__button:focus-visible img {
  filter: none;
}

.news-share--reference .news-share__link:hover img,
.news-share--reference .news-share__link:focus-visible img,
.news-share--event .news-share__link:hover img,
.news-share--event .news-share__link:focus-visible img {
  filter: none;
}

.news-share__link::after,
.news-share__button::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 2;
  padding: 6px 9px;
  color: #ffffff;
  background: #004a6a;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(0, 37, 54, 0.18);
  content: attr(aria-label);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.news-share__link::before,
.news-share__button::before {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #004a6a;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px) rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.news-share__link:hover::before,
.news-share__link:hover::after,
.news-share__link:focus-visible::before,
.news-share__link:focus-visible::after,
.news-share__button:hover::before,
.news-share__button:hover::after,
.news-share__button:focus-visible::before,
.news-share__button:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.news-share__link:hover::before,
.news-share__link:focus-visible::before,
.news-share__button:hover::before,
.news-share__button:focus-visible::before {
  transform: translate(-50%, 0) rotate(45deg);
}

.news-detail__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 12px;
  padding: 0 clamp(22px, 4vw, 34px) clamp(22px, 4vw, 34px);
}

.news-detail__media--reference {
  grid-template-columns: minmax(0, 1fr) minmax(228px, 260px);
  gap: 8px;
  padding: 0 clamp(14px, 2.2vw, 24px) 0;
}

.news-detail__media[hidden],
.news-gallery[hidden] {
  display: none;
}

.news-detail__cover {
  margin: 0;
  padding: 0 clamp(22px, 4vw, 34px) clamp(22px, 4vw, 34px);
}

.news-detail__cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f8fb;
  border-radius: 12px;
}

.news-detail__event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 18px;
  padding: 0 clamp(18px, 3vw, 28px) clamp(22px, 4vw, 34px);
  align-items: start;
}

.news-detail__event-poster {
  margin: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 146, 191, 0.22);
}

.news-detail__event-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.event-detail-page .news-detail__event-layout {
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
}

.event-detail-page .news-detail__event-poster {
    overflow: hidden;
    background: #e7edf6;
    border: 0;
    border-radius: 8px;
    aspect-ratio: 1.34 / 1;
}

.event-detail-page .news-detail__event-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center center;
}

.news-detail__event-panel {
  display: grid;
  gap: 14px;
}

.event-detail-page .news-detail__event-panel {
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 18px;
  color: #174585;
  background: #edf0f3;
  border-radius: 8px;
}

.event-detail-page .news-detail__event-panel--full {
  grid-column: 1 / -1;
}

.news-detail__event-heading {
  display: grid;
  gap: 12px;
}

.news-detail__event-heading h3 {
  margin: 0;
  color: #55585e;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.news-detail__event-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.news-detail__event-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  padding: 9px 12px;
  color: #14233a;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 35, 58, 0.14);
}

.news-detail__event-row dt {
  font-weight: 800;
}

.news-detail__event-row dd {
  margin: 0;
}

.event-detail-page .news-detail__event-row {
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid rgba(29, 101, 141, 0.14);
  border-radius: 6px;
}

.event-detail-page .news-detail__event-list,
.event-detail-page .news-detail__event-row,
.event-detail-page .news-detail__event-row time {
  font-family: "Noto Sans", sans-serif;
}

.event-detail-page .news-detail__event-row dt {
  color: #55585e;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.event-detail-page .news-detail__event-row dd {
  color: #1d658d;
  font-family: "Noto Sans", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.35;
}

.event-detail-page .news-gallery__main::after {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  color: #ffffff;
  background: rgba(0, 59, 115, 0.92);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(0, 37, 54, 0.18);
  content: attr(aria-label);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.event-detail-page .news-gallery__main:hover::after,
.event-detail-page .news-gallery__main:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.event-detail-page .news-gallery__thumb {
  position: relative;
  overflow: hidden;
}

.event-detail-page .news-gallery__thumb::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 37, 54, 0.46);
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 160ms ease, background 160ms ease;
}

.event-detail-page .news-gallery__thumb:hover::after,
.event-detail-page .news-gallery__thumb:focus-visible::after {
  background: rgba(0, 37, 54, 0.22);
}

.event-detail-page .news-gallery__thumb.is-active {
  outline: 3px solid #f6c343;
  outline-offset: -3px;
}

.event-detail-page .news-gallery__thumb:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: -3px;
}

.event-detail-page .news-gallery__thumb.is-active::after {
  opacity: 0;
}

.news-detail__cover-button,
.news-gallery__main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: #f4f8fb;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
}

.news-detail__cover-button::before,
.news-gallery__main::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 37, 54, 0.18);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.news-detail__cover-button:hover::before,
.news-detail__cover-button:focus-visible::before,
.news-gallery__main:hover::before,
.news-gallery__main:focus-visible::before {
  opacity: 1;
}

.news-gallery__main-frame {
  position: relative;
  min-width: 0;
}

.news-detail__media--reference .news-detail__cover-button {
  border: 1px solid rgba(0, 146, 191, 0.45);
  border-radius: 0;
}

.news-detail__media--reference .news-detail__cover-button img {
  aspect-ratio: 4 / 3;
}

.news-detail__cover-button img,
.news-gallery__main img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-detail__thumbs {
  display: grid;
  gap: 8px;
  align-content: start;
}

.news-detail__side {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 6px;
  background: rgba(255, 255, 255, 0.52);
}

.news-detail__thumbs--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.news-detail__thumb,
.news-gallery__thumb {
  padding: 4px;
  background: #007fa6;
  border: 2px solid transparent;
  border-radius: 9px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.news-detail__thumbs--grid .news-detail__thumb {
  min-height: 64px;
  padding: 0;
  background: #0098bd;
  border: 0;
  border-radius: 0;
}

.news-detail__thumb:hover,
.news-detail__thumb:focus-visible,
.news-detail__thumb.is-active,
.news-gallery__thumb:hover,
.news-gallery__thumb:focus-visible,
.news-gallery__thumb.is-active {
  background: #004a6a;
  border-color: #b7eef0;
}

.news-detail__thumb img,
.news-gallery__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.news-detail__thumbs--grid .news-detail__thumb img {
  height: 100%;
  aspect-ratio: 1 / 0.82;
  border-radius: 0;
}

.news-detail__thumbs--grid .news-detail__thumb:hover,
.news-detail__thumbs--grid .news-detail__thumb.is-active {
  background: #006f91;
  outline: 3px solid #f6c343;
  outline-offset: -3px;
}

.news-detail__thumbs--grid .news-detail__thumb:focus-visible {
  background: #006f91;
  outline: 3px solid #f6c343;
  outline-offset: -3px;
}

.news-detail__date-strip {
  margin: 0;
  padding: 6px 10px;
  color: #111111;
  background: #eeeeee;
  border: 1px solid #c8c8c8;
  text-align: right;
  font-size: 0.92rem;
}

.news-detail__body {
  padding: 0 clamp(22px, 4vw, 34px) clamp(28px, 5vw, 42px);
  color: #33475b;
  line-height: 1.78;
}

.news-detail__media--reference + .news-detail__body {
  padding-top: 18px;
}

.news-detail-page .news-detail__media--reference,
.announcement-detail-page .news-detail__media--reference {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 clamp(22px, 4vw, 34px) clamp(22px, 4vw, 34px);
}

.news-detail-page .news-detail__media--reference .news-detail__cover-button,
.announcement-detail-page .news-detail__media--reference .news-detail__cover-button {
  align-self: start;
  aspect-ratio: 16 / 10;
  background: #e8edf3;
  border: 0;
  border-radius: 8px;
}

.news-detail-page .news-detail__media--reference .news-detail__cover-button::after,
.announcement-detail-page .news-detail__media--reference .news-detail__cover-button::after {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  color: #ffffff;
  background: rgba(0, 59, 115, 0.92);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(0, 37, 54, 0.18);
  content: attr(aria-label);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.news-detail-page .news-detail__media--reference .news-detail__cover-button:hover::after,
.news-detail-page .news-detail__media--reference .news-detail__cover-button:focus-visible::after,
.announcement-detail-page .news-detail__media--reference .news-detail__cover-button:hover::after,
.announcement-detail-page .news-detail__media--reference .news-detail__cover-button:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.news-detail-page .news-detail__media--reference .news-detail__cover-button img,
.announcement-detail-page .news-detail__media--reference .news-detail__cover-button img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.news-detail-page .news-detail__side,
.announcement-detail-page .news-detail__side {
  gap: 12px;
  padding: 0;
  background: transparent;
}

.news-detail-page .news-detail__thumbs--grid,
.announcement-detail-page .news-detail__thumbs--grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.news-detail-page .news-detail__thumbs--grid .news-detail__thumb,
.announcement-detail-page .news-detail__thumbs--grid .news-detail__thumb {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  background: #e8edf3;
  border-radius: 8px;
}

.news-detail-page .news-detail__thumbs--grid .news-detail__thumb::after,
.announcement-detail-page .news-detail__thumbs--grid .news-detail__thumb::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 37, 54, 0.46);
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 160ms ease, background 160ms ease;
}

.news-detail-page .news-detail__thumbs--grid .news-detail__thumb:hover::after,
.news-detail-page .news-detail__thumbs--grid .news-detail__thumb:focus-visible::after,
.announcement-detail-page .news-detail__thumbs--grid .news-detail__thumb:hover::after,
.announcement-detail-page .news-detail__thumbs--grid .news-detail__thumb:focus-visible::after {
  background: rgba(0, 37, 54, 0.22);
}

.news-detail-page .news-detail__thumbs--grid .news-detail__thumb.is-active::after,
.announcement-detail-page .news-detail__thumbs--grid .news-detail__thumb.is-active::after {
  opacity: 0;
}

.news-detail-page .news-detail__thumbs--grid .news-detail__thumb img,
.announcement-detail-page .news-detail__thumbs--grid .news-detail__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.news-detail-page .news-detail__date-strip {
  padding: 9px 12px;
  color: #174585;
  background: #edf0f3;
  border: 0;
  border-radius: 8px;
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.announcement-detail-page .announcement-detail__cover {
  overflow: hidden;
}

.announcement-detail-page .announcement-detail__cover img {
  border-radius: 8px;
  object-position: center;
}

.news-detail__lead-note {
  padding: 12px 16px;
  color: #111111;
  background: #e7e7e7;
  font-style: italic;
}

.news-detail__content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 12px;
}

.news-detail__content-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: #004a6a;
  background: #eef8fb;
  border: 1px solid rgba(0, 146, 191, 0.22);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.news-detail__content-tags a:hover,
.news-detail__content-tags a:focus-visible {
  color: #ffffff;
  background: #007fa6;
  border-color: #007fa6;
}

.news-detail__body p,
.news-detail__body ul {
  margin: 0 0 18px;
}

.news-detail__body h2 {
  margin: 26px 0 12px;
  color: #004a6a;
  font-size: 1.25rem;
}

.news-gallery {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(20, 35, 58, 0.1);
}

.news-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.news-gallery__autoplay-toggle {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    min-height: 36px;
    padding: 0 14px;
    color: #ffffff;
    background: rgba(0, 59, 115, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 0px 0px 8px 0px;
    box-shadow: 0 10px 22px rgba(0, 37, 54, 0.18);
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.84rem;
    font-weight: 500;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.news-gallery__autoplay-toggle:hover,
.news-gallery__autoplay-toggle:focus-visible {
  color: #ffffff;
  background: rgba(0, 74, 106, 0.96);
  border-color: rgba(255, 255, 255, 0.72);
}

.news-gallery__autoplay-toggle:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.news-gallery__autoplay-toggle:disabled {
  color: #ffffff;
  background: rgba(66, 81, 101, 0.86);
  border-color: rgba(255, 255, 255, 0.34);
  cursor: default;
}

.news-gallery__counter {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    color: #ffffff;
    background: rgba(0, 59, 115, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 0 0 0 8px;
    box-shadow: 0 10px 22px rgba(0, 37, 54, 0.18);
    font-family: "Noto Sans", sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1;
}

.news-documents {
  margin-top: 28px;
  border: 1px solid #d2d7dc;
  background: #ffffff;
}

.news-documents h2 {
  margin: 0;
  padding: 12px 20px;
  color: #ffffff;
  background: #0092bf;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-documents__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px 12px 20px;
  border-top: 1px solid #e1e6eb;
}

.news-documents__item:nth-child(odd) {
  background: #f8fbfd;
}

.news-documents__item p {
  margin: 0;
  color: #111111;
  font-size: 0.92rem;
  font-weight: 700;
}

.news-documents__content {
  display: grid;
  gap: 5px;
}

.news-documents__updated {
  color: #5f6f82;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.news-documents__actions {
  display: flex;
  gap: 2px;
}

.news-documents__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 40px;
  padding: 8px 14px;
  color: #ffffff;
  background: #1f59a3;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.news-documents__actions a:first-child {
  background: #f3272d;
}

.news-documents__actions a:hover,
.news-documents__actions a:focus-visible {
  filter: brightness(0.92);
}

.announcement-detail-page .news-documents {
  overflow: hidden;
  margin-top: 26px;
  background: #f8f9fb;
  border: 1px solid rgba(23, 69, 133, 0.12);
  border-radius: 8px;
}

.announcement-detail-page .news-documents h2 {
  padding: 14px 18px;
  color: #174585;
  background: transparent;
  border-bottom: 1px solid rgba(23, 69, 133, 0.12);
  font-size: 1rem;
  font-weight: 800;
  text-transform: none;
}

.announcement-detail-page .news-documents__item {
  padding: 14px 16px;
  background: #ffffff;
  border-top: 0;
  border-bottom: 1px solid rgba(23, 69, 133, 0.1);
}

.announcement-detail-page .news-documents__item:last-child {
  border-bottom: 0;
}

.announcement-detail-page .news-documents__item:nth-child(odd) {
  background: #ffffff;
}

.announcement-detail-page .news-documents__item p {
  color: #26384d;
  line-height: 1.35;
}

.announcement-detail-page .news-documents__actions {
  gap: 8px;
}

.announcement-detail-page .news-documents__actions a {
  min-width: 88px;
  min-height: 38px;
  color: #174585;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.2);
  border-radius: 999px;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.announcement-detail-page .news-documents__actions a:first-child {
  color: #174585;
  background: #edf5fb;
  border-color: rgba(23, 69, 133, 0.22);
}

.announcement-detail-page .news-documents__actions a[download] {
  color: #ffffff;
  background: #174585;
  border-color: #174585;
}

.announcement-detail-page .news-documents__actions a:hover,
.announcement-detail-page .news-documents__actions a:focus-visible {
  color: #003b73;
  background: #e8f2fb;
  border-color: rgba(23, 69, 133, 0.38);
  filter: none;
}

.announcement-detail-page .news-documents__actions a[download]:hover,
.announcement-detail-page .news-documents__actions a[download]:focus-visible {
  color: #ffffff;
  background: #003b73;
  border-color: #003b73;
}

.announcement-detail-page .news-documents__actions a:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.news-archive__panel {
 /* padding: clamp(18px, 4vw, 28px);*/
}

.news-archive__tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-bottom: 22px;
}

.news-archive__search {
  min-height: 48px;
  padding: 0 14px;
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.16);
  border-radius: 9px;
  font: inherit;
}

.news-archive__count {
  align-self: center;
  color: #526173;
  font-size: 0.92rem;
}

.news-archive__active-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 14px;
  color: #174585;
  background: #edf5fb;
  border: 1px solid rgba(23, 69, 133, 0.18);
  border-radius: 8px;
  font-size: 0.9rem;
}

.news-archive__active-filter a {
  color: #174585;
  font-weight: 800;
  text-underline-offset: 3px;
}

.news-archive__active-filter a:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.news-archive--news .news-archive__tools,
.news-archive--announcements .news-archive__tools {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  overflow: hidden;
  margin-bottom: 22px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 74, 106, 0.14);
  box-shadow: 0 14px 30px rgba(15, 54, 76, 0.09);
}

.news-archive--news .news-archive__tools::before,
.news-archive--announcements .news-archive__tools::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #004a6a, #0092bf);
  content: "";
}

.news-archive--news .news-archive__title-block,
.news-archive--announcements .news-archive__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.news-archive--news .news-archive__eyebrow,
.news-archive--announcements .news-archive__eyebrow {
  margin: 0 0 4px;
  color: #007fa6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-archive--news .news-archive__title-block h2,
.news-archive--announcements .news-archive__title-block h2 {
  margin: 0;
  color: #003d5a;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.15;
}

.news-archive--news .news-archive__count,
.news-archive--announcements .news-archive__count {
  flex: 0 0 auto;
  margin: 0;
  padding: 9px 12px;
  color: #004a6a;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 74, 106, 0.12);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.news-archive--news .news-archive__search,
.news-archive--announcements .news-archive__search {
  display: block;
  min-width: 0;
  min-height: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.news-archive--news .news-archive__search-input,
.news-archive--announcements .news-archive__search-input {
  width: 100%;
  min-height: 42px;
  min-width: 0;
  padding: 0 12px;
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(0, 74, 106, 0.16);
  border-radius: 7px;
  font: inherit;
}

.news-archive--news .news-archive__search-input:focus-visible,
.news-archive--announcements .news-archive__search-input:focus-visible {
  border-color: #007fa6;
  outline: 3px solid rgba(246, 195, 67, 0.65);
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .news-archive--news .news-archive__title-block,
  .news-archive--announcements .news-archive__title-block {
    align-items: start;
    flex-direction: column;
  }
}

.news-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-archive__grid--home-news {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-archive--announcements .news-archive__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.news-archive__grid [data-news-card][hidden] {
  display: none;
}

.news-archive--announcements .announcement-item {
  min-width: 0;
  width: 100%;
}

.news-archive--announcements .announcement-card {
  min-height: 100%;
}

.news-archive--announcements .announcement-card,
.news-archive--announcements .announcement-date,
.news-archive--announcements .announcement-content {
  min-height: 112px;
}

.news-archive--announcements .announcement-card:hover,
.news-archive--announcements .announcement-card:focus-visible,
.news-archive--announcements .announcement-card:focus-within,
.news-archive--news .news-archive-news-card:hover {
  transform: none;
}

.news-archive--announcements .announcement-content h3 {
  font-size: clamp(0.92rem, 1.08vw, 1.02rem);
}

.news-archive--announcements .announcement-content {
  grid-template-rows: 1fr auto;
}

.announcement-title-link {
  color: inherit;
  text-decoration: none;
}

.news-archive--announcements .announcement-date {
  text-decoration: none;
}

.announcement-title-link:focus-visible,
.announcement-tags a:focus-visible,
.news-archive--announcements .announcement-date:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.announcement-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.announcement-card__footer {
  grid-column: 1 / -1;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.announcement-document-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  margin-inline-start: auto;
  padding: 3px 8px;
  color: #174585;
  background: #f7f9fc;
  border: 1px solid rgba(23, 69, 133, 0.2);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.announcement-document-count:hover {
  color: #ffffff;
  background: #174585;
}

.announcement-document-count:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.announcement-tags a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 26px;
  padding: 3px 8px;
  overflow: hidden;
  color: #174585;
  background: #edf5fb;
  border: 1px solid rgba(23, 69, 133, 0.16);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement-tags a:hover {
  color: #ffffff;
  background: #174585;
}

.announcement-tags a.is-active,
.announcement-tags a.is-active:hover {
  color: #0b2440;
  background: #ffd966;
  border-color: #8a5a00;
  box-shadow: 0 0 0 2px rgba(138, 90, 0, 0.16);
}

.announcement-tags a.is-active::before {
  margin-right: 4px;
  content: "✓";
  font-weight: 900;
}

.announcement-tags a.is-active:focus-visible {
  outline-color: #005fcc;
  outline-width: 3px;
  outline-offset: 3px;
}

@media (forced-colors: active) {
  .announcement-tags a.is-active {
    border: 2px solid ButtonText;
    forced-color-adjust: auto;
  }
}

@media (max-width: 575.98px) {
  .announcement-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .announcement-document-count {
    margin-inline-start: 0;
  }
}

.news-archive--announcements .announcement-update-label {
  color: #c31d24;
}

.news-archive--news .news-archive-news-card {
  display: flex;
  flex-direction: column;
}

.news-archive-news-card__image {
  display: block;
  height: 280px;
  overflow: hidden;
  background: #e8f0f6;
}

.news-archive-news-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #426785;
  background: linear-gradient(135deg, #e8f0f6, #d9e7f1);
  font-size: 3rem;
}

.news-archive-news-card__image:focus-visible,
.news-archive-news-card__title:focus-visible,
.news-archive-card-tag:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 2px;
}

.news-archive-news-card__title {
  color: inherit;
  text-decoration: none;
}

.news-archive--news .news-archive-news-card .home-news__mini-body {
  flex: 1;
  min-height: 148px;
}

.news-archive--news .news-archive-news-card time {
  margin-top: auto;
}

.news-archive-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.news-archive-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  max-width: 100%;
  padding: 3px 9px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-archive-card-tag--campus {
  color: #ffffff;
  background: #187591;
  border-color: #105a70;
}

.news-archive-card-tag--rose {
  color: #ffffff;
  background: #a9434d;
  border-color: #84333b;
}

.news-archive-card-tag--blue {
  color: #ffffff;
  background: #086eae;
  border-color: #055786;
}

.news-archive-card-tag:hover {
  color: #ffffff;
  background: #174585;
  border-color: #174585;
}

.news-archive-card-tag.is-active,
.news-archive-card-tag.is-active:hover {
  color: #0b2440;
  background: #ffd966;
  border-color: #8a5a00;
  box-shadow: 0 0 0 2px rgba(138, 90, 0, 0.16);
}

.news-archive-card-tag.is-active::before {
  margin-inline-end: 4px;
  content: "✓";
  font-weight: 900;
}

.news-archive-card-tag.is-active:focus-visible {
  outline-color: #005fcc;
  outline-offset: 3px;
}

@media (forced-colors: active) {
  .news-archive-card-tag.is-active {
    border: 2px solid ButtonText;
  }
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.news-pagination button,
.news-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 10px;
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.14);
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.news-pagination button:hover,
.news-pagination button:focus-visible,
.news-pagination button[aria-current="page"],
.news-pagination a:hover,
.news-pagination a:focus-visible,
.news-pagination a[aria-current="page"] {
  color: #ffffff;
  background: #007fa6;
  border-color: #007fa6;
}

.news-archive__search-more {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.news-archive__search-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  color: #ffffff;
  background: #004a6a;
  border: 1px solid #004a6a;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
}

.news-archive__search-more a:hover,
.news-archive__search-more a:focus-visible {
  color: #004a6a;
  background: #eaf8fb;
  border-color: #0092bf;
}

.news-archive__empty {
  margin: 18px 0 0;
  padding: 16px;
  color: #526173;
  background: #f8fbfd;
  border: 1px dashed rgba(20, 35, 58, 0.18);
  border-radius: 10px;
}

.news-lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
}

.news-lightbox[hidden] {
  display: none;
}

.news-lightbox__inner {
  position: relative;
  width: min(100%, 1080px);
}

.news-lightbox__image {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: #111111;
  border-radius: 10px;
}

.news-lightbox__close,
.news-lightbox__prev,
.news-lightbox__next {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: rgba(0, 74, 106, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}

.news-lightbox__close {
  top: -54px;
  right: 0;
}

.news-lightbox__prev,
.news-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.news-lightbox__prev {
  left: -58px;
}

.news-lightbox__next {
  right: -58px;
}

@media (max-width: 991.98px) {
  .news-page__layout {
    grid-template-columns: 1fr;
  }

  .news-archive__grid,
  .news-archive--news .news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-archive--announcements .news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .news-detail__media {
    grid-template-columns: 1fr;
  }

  .announcement-detail-page .news-detail__meta,
  .event-detail-page .news-detail__meta {
    grid-template-columns: 1fr;
  }

  .announcement-detail-page .news-detail__meta-item,
  .event-detail-page .news-detail__meta-item {
    width: 100%;
  }

  .news-gallery__autoplay-toggle {
    right: 10px;
    bottom: 10px;
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .news-gallery__counter {
    top: auto;
    bottom: 10px;
    left: 10px;
    min-height: 30px;
    padding: 0 9px;
    font-size: 0.78rem;
  }

  .news-detail__media--reference {
    grid-template-columns: 1fr;
  }

  .news-detail-page .news-detail__media--reference,
  .announcement-detail-page .news-detail__media--reference {
    grid-template-columns: 1fr;
  }

  .news-detail-page .news-detail__thumbs--grid,
  .announcement-detail-page .news-detail__thumbs--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-detail__event-layout,
  .event-detail-page .news-detail__event-layout {
    grid-template-columns: 1fr;
  }

  .news-detail__event-poster,
  .news-detail__event-panel,
  .event-detail-page .news-detail__event-poster,
  .event-detail-page .news-detail__event-panel {
    width: 100%;
    min-width: 0;
  }

  .news-detail__event-row,
  .event-detail-page .news-detail__event-row {
    grid-template-columns: 1fr;
  }

  .news-detail__thumbs,
  .news-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .news-detail__thumbs--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-documents__item {
    grid-template-columns: 1fr;
  }

  .news-documents__actions {
    width: 100%;
  }

  .news-documents__actions a {
    flex: 1;
    min-width: 0;
  }

  .news-archive__tools {
    grid-template-columns: 1fr;
  }

  .news-archive__grid,
  .news-archive--news .news-archive__grid {
    grid-template-columns: 1fr;
  }

  .news-archive--announcements .news-archive__grid {
    grid-template-columns: 1fr;
  }

  .news-lightbox__prev {
    left: 8px;
  }

  .news-lightbox__next {
    right: 8px;
  }
}

.news-detail-page [data-news-gallery].has-thumb-row .news-detail__thumbs--grid,
.announcement-detail-page [data-news-gallery].has-thumb-row .news-detail__thumbs--grid,
.event-detail-page .news-gallery.has-thumb-row .news-gallery__thumbs {
  display: flex;
  grid-template-columns: none;
  justify-content: center;
}

.news-detail-page [data-news-gallery].has-thumb-row .news-detail__thumb,
.announcement-detail-page [data-news-gallery].has-thumb-row .news-detail__thumb,
.event-detail-page .news-gallery.has-thumb-row .news-gallery__thumb {
  flex: 0 1 180px;
}

.news-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumbs--grid,
.announcement-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumbs--grid,
.event-detail-page .news-gallery.has-thumb-carousel .news-gallery__thumbs {
  display: flex;
  grid-template-columns: none;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.news-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumbs--grid::-webkit-scrollbar,
.announcement-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumbs--grid::-webkit-scrollbar,
.event-detail-page .news-gallery.has-thumb-carousel .news-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.news-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumb,
.announcement-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumb,
.event-detail-page .news-gallery.has-thumb-carousel .news-gallery__thumb {
  flex: 0 0 calc((100% - 24px) / 4);
  scroll-snap-align: start;
}

@media (max-width: 767.98px) {
  .news-detail-page [data-news-gallery].has-thumb-row .news-detail__thumb,
  .announcement-detail-page [data-news-gallery].has-thumb-row .news-detail__thumb,
  .event-detail-page .news-gallery.has-thumb-row .news-gallery__thumb,
  .news-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumb,
  .announcement-detail-page [data-news-gallery].has-thumb-carousel .news-detail__thumb,
  .event-detail-page .news-gallery.has-thumb-carousel .news-gallery__thumb {
    flex-basis: calc((100% - 8px) / 2);
  }
}

@media print {
  @page {
    size: A4;
    margin: 16mm 14mm 28mm;

    @bottom-center {
      color: #555555;
      content: "Sayfa " counter(page) " / " counter(pages);
      font-family: "Noto Sans", sans-serif;
      font-size: 9pt;
      padding-top: 4mm;
      vertical-align: top;
    }
  }

  body.news-detail-page,
  body.announcement-detail-page {
    background: #ffffff !important;
  }

  body.news-detail-page *,
  body.announcement-detail-page * {
    visibility: hidden !important;
  }

  body.news-detail-page .news-detail__card,
  body.news-detail-page .news-detail__card .news-detail__title,
  body.news-detail-page .news-detail__card .news-detail__summary,
  body.news-detail-page .news-detail__card .news-detail__media,
  body.news-detail-page .news-detail__card .news-detail__media *,
  body.news-detail-page .news-detail__card .news-detail__body,
  body.news-detail-page .news-detail__card .news-detail__body > p,
  body.news-detail-page .news-detail__card .news-detail__body > p *,
  body.news-detail-page .news-detail__card .news-detail__body > h2,
  body.news-detail-page .news-detail__card .news-detail__body > h2 *,
  body.announcement-detail-page .news-detail__card,
  body.announcement-detail-page .news-detail__card .news-detail__title,
  body.announcement-detail-page .news-detail__card .news-detail__summary,
  body.announcement-detail-page .news-detail__card .news-detail__media,
  body.announcement-detail-page .news-detail__card .news-detail__media *,
  body.announcement-detail-page .news-detail__card .news-detail__cover,
  body.announcement-detail-page .news-detail__card .news-detail__cover *,
  body.announcement-detail-page .news-detail__card .news-detail__body,
  body.announcement-detail-page .news-detail__card .news-detail__body > p,
  body.announcement-detail-page .news-detail__card .news-detail__body > p *,
  body.announcement-detail-page .news-detail__card .news-detail__body > h2,
  body.announcement-detail-page .news-detail__card .news-detail__body > h2 * {
    visibility: visible !important;
  }

  body.news-detail-page .news-detail__card,
  body.announcement-detail-page .news-detail__card {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    overflow: visible;
    background: #ffffff !important;
  }

  body.news-detail-page .site-header,
  body.news-detail-page .page-shell-hero,
  body.news-detail-page .page-sidebar,
  body.news-detail-page .site-footer,
  body.news-detail-page .news-lightbox,
  body.news-detail-page .accessibility-toggle,
  body.news-detail-page .accessibility-panel,
  body.news-detail-page .cookie-consent,
  body.news-detail-page .back-to-top,
  body.news-detail-page .news-detail__meta,
  body.news-detail-page .news-share,
  body.news-detail-page .news-detail__side,
  body.news-detail-page .news-detail__content-tags,
  body.news-detail-page .news-documents,
  body.announcement-detail-page .site-header,
  body.announcement-detail-page .page-shell-hero,
  body.announcement-detail-page .page-sidebar,
  body.announcement-detail-page .site-footer,
  body.announcement-detail-page .news-lightbox,
  body.announcement-detail-page .accessibility-toggle,
  body.announcement-detail-page .accessibility-panel,
  body.announcement-detail-page .cookie-consent,
  body.announcement-detail-page .back-to-top,
  body.announcement-detail-page .news-detail__meta,
  body.announcement-detail-page .news-share,
  body.announcement-detail-page .news-detail__side,
  body.announcement-detail-page .news-detail__content-tags,
  body.announcement-detail-page .news-documents {
    display: none !important;
  }

  body.news-detail-page .news-detail__header,
  body.announcement-detail-page .news-detail__header {
    padding: 0 0 14px !important;
  }

  body.news-detail-page .news-detail__title,
  body.announcement-detail-page .news-detail__title {
    color: #000000 !important;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 22pt !important;
    line-height: 1.2 !important;
  }

  body.news-detail-page .news-detail__summary,
  body.announcement-detail-page .news-detail__summary {
    color: #333333 !important;
    font-size: 12pt !important;
    line-height: 1.45 !important;
  }

  body.news-detail-page .news-detail__media,
  body.news-detail-page .news-detail__cover,
  body.announcement-detail-page .news-detail__media,
  body.announcement-detail-page .news-detail__cover {
    display: block !important;
    padding: 0 0 16px !important;
  }

  body.news-detail-page .news-detail__media.is-print-image-missing,
  body.news-detail-page .news-detail__cover.is-print-image-missing,
  body.announcement-detail-page .news-detail__media.is-print-image-missing,
  body.announcement-detail-page .news-detail__cover.is-print-image-missing {
    display: none !important;
  }

  body.news-detail-page .news-detail__cover-button,
  body.news-detail-page .news-detail__cover-button img,
  body.announcement-detail-page .news-detail__cover-button,
  body.announcement-detail-page .news-detail__cover-button img,
  body.announcement-detail-page .news-detail__cover img {
    display: block !important;
    width: 100% !important;
    max-height: 360px !important;
    object-fit: cover !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.news-detail-page .news-detail__cover-button::after,
  body.announcement-detail-page .news-detail__cover-button::after {
    display: none !important;
  }

  body.news-detail-page .news-gallery__autoplay-toggle,
  body.news-detail-page .news-gallery__counter,
  body.announcement-detail-page .news-gallery__autoplay-toggle,
  body.announcement-detail-page .news-gallery__counter {
    display: none !important;
  }

  body.news-detail-page .news-detail__body,
  body.announcement-detail-page .news-detail__body {
    padding: 0 !important;
    color: #111111 !important;
    font-size: 11pt !important;
    line-height: 1.55 !important;
  }

  body.news-detail-page .news-detail__body > p,
  body.announcement-detail-page .news-detail__body > p {
    margin: 0 0 10px !important;
  }
}
