body {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    font-weight: bold;
    color: #000;
}

h1 {
    font-size: 2.2em;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

/* Header Layout */
.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.header-left {
    flex: 1;
    padding-right: 40px;
}

.header-right {
    flex: 0 0 250px;
}

.header-right img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-info {
    margin-bottom: 20px;
}

.contact-links {
    margin-top: 10px;
}

.contact-links a {
    margin-right: 15px;
}

/* News Section */
.news-item {
    margin-bottom: 10px;
}

.news-date {
    font-weight: bold;
    margin-right: 10px;
    color: #444;
}

/* Publications Section */
.publication-item {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.publication-image {
    flex: 0 0 25%;
    margin-right: 20px;
    padding-top: 5px;
}

.publication-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: opacity 0.3s;
}

.publication-image img:hover {
    opacity: 0.8;
}

.publication-content {
    flex: 1;
}

.publication-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.publication-authors {
    margin-bottom: 5px;
}

.publication-venue {
    font-style: italic;
    margin-bottom: 5px;
    color: #555;
}

.publication-links a {
    margin-right: 10px;
    font-size: 0.9em;
}

.tag {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 0.8em;
    color: #666;
    margin-left: 5px;
}

/* Experience/Teaching Section */
ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

/* Footer */
.footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 0.9em;
    color: #888;
}
