/* Font Imports (from your provided CSS - kept exactly as is) */
/* 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;
}

/* --- Global Variables (using burgundy) --- */
:root {
  --primary-color: #800020; /* Burgundy */
  --hover-color: #B80F2B; /* A slightly lighter burgundy for hover */
  --text-color: #333;
  --heading-color: #4A0000; /* A darker burgundy for headings/names */
  --box-shadow-color: rgba(0,0,0,0.1);
}

/* --- Base Styles --- */
body,
td,
th,
tr,
p,
a {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
}

body {
  margin: 0;
  padding: 20px;
  background-color: #ffffff; /* Changed to brighter white */
}

strong {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

/* --- Typography Specific Elements --- */
heading {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  color: var(--heading-color);
}

papertitle {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: var(--heading-color);
}

name {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 42px; /* Increased size for the name */
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  color: var(--heading-color);
  text-align: center; /* Center the larger name */
}


/* --- Links --- */
a {
  color: var(--primary-color); /* Ensure links are burgundy */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:focus,
a:hover {
  color: var(--hover-color);
  text-decoration: underline;
}


/* --- Images --- */
img {
    border-radius: 8px;
    box-shadow: 0 4px 8px var(--box-shadow-color);
    max-width: 100%;
    height: auto;
}

.hoverZoomLink img {
    transition: transform 0.3s ease-in-out;
}
.hoverZoomLink img:hover {
    transform: scale(1.02);
}


/* --- Utility Classes & Specific Components --- */
.one {
  width: 160px;
  height: 160px;
  position: relative;
}

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

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

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


/* --- List Styles (for news and achievements) --- */
ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
li::before {
    content: "•";
    color: var(--primary-color); /* Burgundy bullet points */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}

/* News & Achievements Section Specifics */
.news-date {
    font-weight: 500;
    color: var(--primary-color); /* Burgundy dates */
    margin-right: 5px;
}

.news-scroll-container {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}

/* Horizontal Rule for Section Separation */
hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 30px 0;
}

/* Footer specific styles */
.footer-content {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space out items */
    align-items: center; /* Vertically align items */
    width: 100%;
    padding: 10px 0;
}

.footer-left {
    flex-grow: 1; /* Allow left section to take available space */
    text-align: left;
}

.footer-right {
    text-align: right;
    font-size: small;
    color: var(--text-color);
}

/* Clustrmaps widget specific styling */
#clustrmaps-widget {
    display: inline-block; /* Treat it as an inline block for alignment */
    /* Clustrmaps script itself often dictates size, but this ensures it doesn't take full width */
}
