/* =========================================
   1. Font Imports (Lato)
   ========================================= */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src:
    local('Lato Italic'),
    local('Lato-Italic'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2)
      format('woff2');
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src:
    local('Lato Italic'),
    local('Lato-Italic'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2)
      format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src:
    local('Lato Bold Italic'),
    local('Lato-BoldItalic'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2)
      format('woff2');
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src:
    local('Lato Bold Italic'),
    local('Lato-BoldItalic'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2)
      format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src:
    local('Lato Regular'),
    local('Lato-Regular'),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2)
      format('woff2');
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src:
    local('Lato Regular'),
    local('Lato-Regular'),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2)
      format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src:
    local('Lato Bold'),
    local('Lato-Bold'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2)
      format('woff2');
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src:
    local('Lato Bold'),
    local('Lato-Bold'),
    url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2)
      format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

/* =========================================
   2. Base Styles & Typography
   ========================================= */

body,
p,
td,
th,
tr,
a {
  /* Set Helvetica as default, fallback to Arial/Sans */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

/* Link Styles */
a {
  color: #1772d0;
  text-decoration: none;
}

a:focus,
a:hover {
  /* This is the Gold color from your HTML */
  color: #ffc627;
}

/* =========================================
   3. Headings & Text Classes
   ========================================= */

h1.profile-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-block-start: 14px;
  margin-block-end: 14px;
}

/* Fallback for general name class if used elsewhere */
.name {
  padding-top: 20px;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
}

h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline;
}

strong {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px; /* Matches your old CSS, or you can remove to inherit 16px */
}

.papertitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.centered-links {
  text-align: center;
}

.footer-text {
  text-align: center;
  font-size: small;
}

.footer-text a {
  font-size: small;
}

/* University Link Colors */
.asu-link {
  color: #8c1d40;
}
.asu-link:hover {
  color: #ffc627;
}

.hanyang-link {
  color: #0e4a84;
}
.hanyang-link:hover {
  color: #ffc627;
}

.kist-link {
  color: #fe5021;
}
.kist-link:hover {
  color: #ffc627;
}

/* =========================================
   4. Layout & Containers
   ========================================= */

.container {
  width: 100%;
  max-width: 850px;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin-right: auto;
  margin-left: auto;
}

.section-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0;
}

.section-header-row td {
  padding: 2.5%;
  width: 100%;
  vertical-align: middle;
}

.intro-main-col {
  padding: 2.5%;
  width: 60%;
  vertical-align: middle;
}

.intro-photo-col {
  padding: 2.5%;
  width: 25%;
  max-width: 25%;
}

.publication-image-col {
  padding: 2.5%;
  width: 25%;
  vertical-align: middle;
  min-width: 120px;
}

.publication-info-col {
  padding: 2.5%;
  width: 75%;
  vertical-align: middle;
}

section + section {
  margin-top: 2em;
}

/* =========================================
   5. Lists & News Section
   ========================================= */

ul {
  padding-left: 1em;
  margin-bottom: 0.3em;
}

.news-list ul {
  margin-top: 0;
}

li {
  list-style-type: '»';
  padding-inline-start: 0.5em;
  margin: 0.5em;
}

.news-box {
  width: 100%;
  height: 1em;
  overflow: auto;
  background-color: #f0f0f0;
  padding-top: 1px;
  margin-top: 1em;
}

#news-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-row {
  display: flex;
  gap: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}

.news-date {
  font-weight: bold;
  min-width: 2em;
  flex-shrink: 0;
}

.news-content {
  flex-grow: 1;
}

.paper-title {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
  color: #555;
  margin-top: 2px;
}

#show-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  padding: 5px 0;
  margin-top: 0em;
  margin-bottom: 1em;
  margin-left: 1em;
}

#show-more-btn:hover {
  color: #ffc627;
}

/* =========================================
   6. Animations / Legacy Utilities
   ========================================= */

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.fade {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

span.highlight {
  background-color: #ffffd0;
}
