/*
Theme Name: Hannes Ullrich 2025
Description: Child theme for hannesullrich.com
Author: Hannes Ullrich
Template: twentytwentyfive
Version: 1.0
Text Domain: hannes-2025
*/

/* Hide spam-trap text in email addresses */
.blockspam {
    display: none !important;
}


/* ---------------------------------------------------------
   Headings
--------------------------------------------------------- */
/* Global spacing above H3 headings */
h3.wp-block-heading {
    margin-block-start: 30px !important;
}

/* ---------------------------------------------------------
   Publications
--------------------------------------------------------- */

/* Separation between publication entries */
.publication-list > li {
    margin-block-end: 32px !important;
}

/* outreach paragraph within a publication */
.publication-outreach {
    font-size: 15px;
    color: #555;
    margin-block-start: 12px !important;
    margin-block-end: 0 !important;
}

/* Fine adjustments of spacing on the research page */
.research-title {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.affiliations {
    margin-bottom: 30px !important;
}

.research-topics {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

