/* Font Definitions */
/* 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;
}

/* General Styles */
body {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

h2, .name {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    margin: 0;
}

h2 {
    font-size: 22px;
    font-weight: normal;
}

.name {
    padding-top: 20px;
    font-size: 32px;
}

.papertitle {
    font-size: 14px;
    font-weight: 700;
}

a {
    color: #1772d0;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

    a:focus,
    a:hover {
        color: #f09228;
    }

strong {
    font-size: 14px;
}

.fade, .two {
    transition: opacity 0.2s ease-in-out;
}

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

.two {
    width: 160px;
    height: 160px;
    position: absolute;
}

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

/* Separator Style */
.section-separator {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin: 20px 0;
    height: 4px;
}

/* New Section Style */
.new-section {
    padding: 20px;
    background-color: #f0f8ff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

/* New Section Style */
.new-section2 {
    padding: 20px;
    background-color: #91675d23;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}
    .new-section h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .new-section p {
        font-size: 16px;
        line-height: 1.5;
    }

    .new-section ul {
        padding-left: 20px;
        list-style-type: disc;
    }

/* New Section Style */
.new-section3 {
    padding: 20px;
    background-color: #eec5c5fb;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(109, 18, 104, 0.274);
    margin: 20px auto;
    max-width: 800px;
}

    /* Bounding Box for References */
.reference-box {
    border: 2px solid #007acc; /* Blue border for visual grouping */
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9; /* Light background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Link Styling */
.reference-box a {
    color: #007acc;
    text-decoration: none;
}

.reference-box a:hover {
    text-decoration: underline;
    color: #005b99;
}

/* Strong and Emphasis for Titles */
.reference-box strong {
    color: #333; /* Darker text for emphasis */
}

.reference-box em {
    font-style: italic;
    color: #555; /* Slightly muted color for journal names */
}