.typography {
  font-weight: 400;
  color: var(--color-black);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 900px) {
  .typography {
    font-size: 1.125rem;
  }
}

@media (max-width: 899px) {
  .typography {
    font-size: 0.875rem;
  }
}

.typography strong {
  font-weight: bold;
}

.typography em {
  font-style: italic;
}

.typography > * + * {
  margin: 1rem 0;
}

.typography > h2 + * {
  margin-top: 1.625rem;
}

.typography ul,
.typography ol,
.typography ul.wp-block-list,
.typography ol.wp-block-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

summary + .wp-block-list,
.typography li > ol,
.typography li > ul {
  margin-top: 16px;
}

.typography li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  display: flow-root;
}

.typography ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 26px;
  color: var(--color-blue-200);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.typography ol {
  counter-reset: item;
}

.typography ol > li {
  counter-increment: item;
}

.typography ol > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: var(--color-blue-100, #265aa6);
}

.typography h2 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  line-height: 116%;
  border-bottom: 1px solid var(--color-grey-050);
  padding-bottom: 0.5625rem;
  color: var(--color-blue-200);
}

@media (min-width: 1200px) {
  .typography h2 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1540px) {
  .typography h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .typography h2 {
    font-size: 1.375rem;
  }
}

@media (max-width: 899px) {
  .typography h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
}

@media (min-width: 900px) {
  .typography h2 {
    margin-top: 2.5rem;
  }
}

.typography h3 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 116%;
}

@media (min-width: 1200px) {
  .typography h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .typography h3 {
    font-size: 1.125rem;
  }
}

.typography h4 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 116%;
}

@media (min-width: 1200px) {
  .typography h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1199px) {
  .typography h4 {
    font-size: 1rem;
  }
}

.typography a {
  color: var(--color-blue-100);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.typography a.file {
  display: inline-flex;
  text-decoration: none !important;
}

@media (min-width: 900px) {
  .typography a {
    text-underline-offset: 0.375rem;
  }
}

@media (max-width: 899px) {
  .typography a {
    text-underline-offset: 0.25rem;
  }
}

html:not(.v-mobile) .typography a:hover,
.typography a:focus-visible {
  text-decoration-color: var(--color-blue-100);
}

.typography p a:not(.file),
.typography li a:not(.file),
.article__typography p a {
  color: var(--color-blue-200);
  font-weight: 500;
  text-decoration-thickness: 2px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

html:not(.v-mobile) .typography p a:not(.file):hover,
.typography p a:not(.file):focus-visible,
html:not(.v-mobile) .typography li a:not(.file):hover,
.typography li a:not(.file):focus-visible,
html:not(.v-mobile) .article__typography p a:hover,
.article__typography p a:focus-visible {
  text-decoration-color: var(--color-blue-200);
  text-decoration-thickness: 2px;
}

.event-article__typography a,
.faculty-info__description a {
  display: inline !important;
  float: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  max-width: 100%;
  min-width: 0;
  color: var(--color-blue-200);
  font-weight: 500;
  text-decoration-thickness: 2px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

html:not(.v-mobile) .event-article__typography a:hover,
.event-article__typography a:focus-visible,
html:not(.v-mobile) .faculty-info__description a:hover,
.faculty-info__description a:focus-visible {
  text-decoration-color: var(--color-blue-200);
  text-decoration-thickness: 2px;
}

.typography table {
  border-collapse: separate !important;
  border-spacing: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 140%;
}

.typography table th {
  padding: 1rem;
}

.typography table td {
  padding: 1rem;
  background-color: var(--color-grey-010);
  color: var(--color-black);
  vertical-align: middle;
  font-weight: 400;
}

.typography._grey table td {
  background-color: var(--color-white);
  color: var(--color-blue-200);
}

@media (max-width: 899px) {
  .typography table:not(.google-table) {
    display: block;
    overflow: auto;
    font-size: 0.75rem;
    scrollbar-width: none;
  }
  .typography table:not(.google-table)::-webkit-scrollbar {
    display: none;
  }
  .typography table:not(.google-table) tbody,
  .typography table:not(.google-table) tr {
    width: max-content;
  }
  .typography table:not(.google-table) td,
  .typography table:not(.google-table) th {
    min-width: 13.5rem;
    padding: 0.5rem var(--wrap);
  }
}

.typography.hidden-text div {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.typography.hidden-text div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.29%, rgba(255, 255, 255, 0.8) 100%);
}

.typography details summary {
  padding: 20px;
  background-color: var(--color-blue-100);
  color: var(--color-white);
  cursor: pointer;
}

details[open] p {
  margin: 1.2rem 0;
}

.event-article__typography blockquote,
.event-article__typography .wp-block-quote {
  position: relative;
  display: block !important;
  width: auto !important; 
  max-width: 100% !important;
  overflow: hidden !important; 
  padding: 24px 32px 24px 64px;
  background: #F5F5F7;
  border-left: 6px solid var(--color-blue-200);
  box-sizing: border-box;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #1D1D1F;
  font-style: normal;
}

.event-article__typography blockquote::before,
.event-article__typography .wp-block-quote::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  width: 24px;
  height: 24px;
  background-color: var(--color-blue-200);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0.3;
}

.event-article__typography blockquote p,
.event-article__typography .wp-block-quote p {
  margin: 0 !important;
}

.event-article__typography blockquote cite,
.event-article__typography .wp-block-quote cite,
.event-article__typography .wp-block-quote__citation {
  display: block;
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #86868B;
  font-style: normal;
}

.event-article__typography blockquote.alignleft,
.event-article__typography .wp-block-quote.alignleft {
  float: left !important;
  width: 50% !important;
  margin: 8px 32px 24px 0 !important;
  overflow: visible !important;
}

.event-article__typography blockquote.alignright,
.event-article__typography .wp-block-quote.alignright {
  float: right !important;
  width: 50% !important;
  margin: 8px 0 24px 32px !important;
  overflow: visible !important;
}

.event-article__typography blockquote:not(.wp-embedded-content) p,
.event-article__typography .wp-block-quote:not(.wp-embedded-content) p {
  margin-bottom: 16px !important;
}

.event-article__typography blockquote:not(.wp-embedded-content) > *:last-child,
.event-article__typography .wp-block-quote:not(.wp-embedded-content) > *:last-child {
  margin-bottom: 0 !important;
}

.event-article__typography blockquote:not(.wp-embedded-content) cite,
.event-article__typography .wp-block-quote:not(.wp-embedded-content) cite,
.event-article__typography .wp-block-quote__citation {
  display: block;
  margin-top: 24px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #86868B;
  font-style: normal;
}

.event-article__typography blockquote:not(.wp-embedded-content) cite::before,
.event-article__typography .wp-block-quote:not(.wp-embedded-content) cite::before,
.event-article__typography .wp-block-quote__citation::before {
  content: "— ";
}

@media (max-width: 768px) {
  .event-article__typography {
    font-size: 18px !important;
    line-height: 1.65 !important;
    padding: 0 !important;
  }

  .event-article__typography p {
    /* margin-bottom: 24px !important; */
    text-align: left !important;
    letter-spacing: -0.01em;
  }

  .event-article__typography h2,
  .event-article__typography h3,
  .event-article__typography h4 {
    margin-bottom: 20px !important;
  }

  .event-article__typography a {
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    display: inline !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
  }

  .event-article__typography img,
  .event-article__typography figure,
  .wp-caption {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .event-article__typography blockquote,
  .event-article__typography .wp-block-quote,
  .event-article__typography blockquote.alignleft,
  .event-article__typography .wp-block-quote.alignleft,
  .event-article__typography blockquote.alignright,
  .event-article__typography .wp-block-quote.alignright {
    float: none !important;
    width: 100% !important;
    margin: 32px 0 !important;
    padding: 20px 20px 20px 48px !important;
    font-size: 1.05rem !important;
    border-left: 4px solid var(--color-blue-200) !important;
    font-style: italic;
  }

  .event-article__typography blockquote::before,
  .event-article__typography .wp-block-quote::before {
    left: 16px !important;
    top: 20px !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    z-index: 2 !important;
  }
}

.event-article__typography p,
.article__typography p,
.faculty-typography__content p {
  display: block !important;
  overflow: visible !important;
}

.article__typography .wp-block-group.is-layout-grid {
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.article__typography .wp-block-image img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article__typography .wp-container-content-5f80b302,
.article__typography .wp-block-group p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.article__typography .wp-block-group p a {
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .article__typography .wp-block-group.is-layout-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .article__typography .wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-embed-youtube.wp-embed-aspect-9-16 {
  clear: both !important;
  display: flex !important;
  justify-content: center !important;
  margin: 40px auto !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .wp-block-embed-youtube.wp-embed-aspect-9-16 iframe {
    height: 85vh !important;
    max-height: 800px !important;
    width: auto !important;
    aspect-ratio: 9 / 16 !important;
  }
}

@media (max-width: 767px) {
  .wp-block-embed-youtube.wp-embed-aspect-9-16 iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
  }
}

.wp-block-media-text__content p,
.wp-block-media-text {
  margin-bottom: 1em;
}

.wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}

.event-article__typography .file {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  max-width: 100%;
  padding: 10px;
}

.event-article__typography .file__label {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-article__typography .file__img {
  width: 100%;
  height: auto;
  display: block;
}

.event-article__typography .file__img__hover {
  display: none;
}

.event-article__typography .file__text {
  display: flex;
  flex-direction: column;
}

/* @media (min-width: 1921px) {
  .typography {
    font-size: 1.25rem;
  }

  .typography > * + * {
    margin: 1.5rem 0;
  }

  .typography > h2 + * {
    margin-top: 2.5rem;
  }

  .typography ul > * + * {
    margin-top: 1.5rem;
  }

  .typography ul > li::before {
    font-size: 32px;
    top: 2px;
  }

  .typography ol > * + * {
    margin-top: 1.5rem;
  }

  .typography ol > li::before {
    font-size: 1.5rem;
  }

  .typography h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 4rem;
  }

  .typography h3 {
    font-size: 1.75rem;
  }

  .typography h4 {
    font-size: 1.5rem;
  }

  .typography a {
    text-underline-offset: 0.5rem;
  }

  .typography table {
    border-spacing: 0 1rem;
    font-size: 1.125rem;
  }

  .typography table th,
  .typography table td {
    padding: 1.5rem;
  }

  .typography.hidden-text div {
    max-height: 600px;
  }

  .typography details summary {
    padding: 25px;
    font-size: 1.25rem;
  }
} */