/* Title slide styling */
.quarto-title-block .title {
    font-size: 1.5em;
    line-height: 1.4;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 1.5em;
}

.quarto-title-block .title div:first-child {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.quarto-title-block .title div:last-child {
    color: #34495e;
    font-size: 0.7em;
    font-weight: 400;
    font-style: italic;
}

/* Authors section */
.quarto-title-authors {
    margin-top: 1.5em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.quarto-title-author {
    color: #666;
}

.quarto-title-author-name {
    font-size: 1.0em;
    font-weight: 500;
}

.quarto-title-author-name a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.2s ease;
}

.quarto-title-author-name a:hover {
    color: #3498db;
}

.quarto-title-author-email {
    font-size: 0.9em;
    margin-top: 0.5em;
}

.quarto-title-author-email a {
    color: #7f8c8d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.quarto-title-author-email a:hover {
    color: #95a5a6;
}

.quarto-title-affiliation {
    font-size: 0.9em;
    color: #95a5a6;
    margin-top: 0.3em;
}

.quarto-title-affiliation a {
    color: #7f8c8d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.quarto-title-affiliation a:hover {
    color: #95a5a6;
}

/* Date */
.date {
    color: #95a5a6;
    font-size: 0.9em;
    margin-top: 1em;
}