.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-15398 .elementor-element.elementor-element-4b52947d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-15398 .elementor-element.elementor-element-4b52947d .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:18px;font-weight:normal;color:#5F6368;}.elementor-15398 .elementor-element.elementor-element-3f9c7c98 > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-15398 .elementor-element.elementor-element-3f9c7c98 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:18px;font-weight:normal;color:#5F6368;}.elementor-15398 .elementor-element.elementor-element-bd5c6ec pre, .elementor-15398 .elementor-element.elementor-element-bd5c6ec code, .elementor-15398 .elementor-element.elementor-element-bd5c6ec .line-numbers .line-numbers-rows{font-size:12px;}@media(max-width:1024px){.elementor-15398 .elementor-element.elementor-element-4b52947d > .elementor-widget-container{margin:50px 0px 0px 10px;}.elementor-15398 .elementor-element.elementor-element-3f9c7c98 > .elementor-widget-container{margin:50px 0px 0px 10px;}}@media(min-width:768px){.elementor-15398 .elementor-element.elementor-element-6a52d256{width:24.474%;}.elementor-15398 .elementor-element.elementor-element-519a151f{width:75.526%;}}/* Start custom CSS *//* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styling for the body to set a default font and spacing */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 20px;
}

/* Main title */
h1 {
    color: #000000;
    font-size: 2em;
    margin-bottom: 0.5em;
}

/* Subtitle */
h2 {
    color: #5f6368;
    font-size: 1.2em;
    margin-bottom: 2em;
}

/* Author list items */
ul {
    list-style: none;
}

li {
    margin-bottom: 10px;
    font-size: 0.9em;
}

li p {
    color: #202124;
    margin-bottom: 5px;
    font-size: 0.9em;
}

/* Links */
a {
    color: #1a73e8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Publisher and other meta information */
p {
    color: #5f6368;
    margin-bottom: 10px;
}

/* Keywords section */
h3 {
    margin-top: 20px;
    color: #202124; /* Dark text for headers */
}

ul li {
    display: inline-block; /* Display keywords inline */
    margin-right: 10px;
    background-color: #e8f0fe; /* Light blue background for keyword chips */
    color: #1a73e8;
    padding: 5px 10px;
    border-radius: 10px; /* Rounded corners for keyword chips */
}

/* Abstract */
h3 + p {
    margin-top: 10px;
    color: #5f6368; /* Grey text for abstract */
    margin-bottom: 20px;
}

/* License and online availability */
h3:last-of-type,
ul:last-of-type {
    margin-top: 20px;
}

ul:last-of-type li {
    background-color: transparent;
    padding: 0;
    margin-bottom: 5px;
}/* End custom CSS */