.elementor-5289 .elementor-element.elementor-element-0c8930b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-43dac53 */body {
            line-height: 1.6;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f5f5f5;
        }
        .container {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            border-bottom: 3px solid #3498db;
            padding-bottom: 10px;
        }
        h2 {
            color: #34495e;
            border-left: 4px solid #3498db;
            padding-left: 15px;
            margin-top: 30px;
            background-color: #ecf0f1;
            padding: 10px 15px;
        }
        .publication {
            margin: 10px 0;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #fafafa;
        }
        .publication:hover {
            background-color: #f0f8ff;
            border-color: #3498db;
        }
        .title {
            font-weight: bold;
            color: #2c3e50;
            font-size: 1.05em;
            margin-bottom: 6px;
        }
        .authors {
            color: #7f8c8d;
            margin-bottom: 3px;
            font-size: 0.95em;
        }
        .details {
            margin-bottom: 3px;
            font-size: 0.9em;
        }
        .year {
            font-weight: bold;
            color: #e74c3c;
        }
        .journal, .booktitle {
            font-style: italic;
            color: #2980b9;
        }
        .project {
            background-color: #3498db;
            color: white;
            padding: 2px 6px;
            border-radius: 3px;
            font-size: 0.7em;
            margin-left: 8px;
            vertical-align: middle;
            display: inline-block;
        }
        .keywords {
            color: #27ae60;
            font-size: 0.9em;
        }
        a {
            color: #3498db;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        .footer-section {
            margin-top: 40px;
            padding: 20px;
            background-color: #ecf0f1;
            border-radius: 5px;
        }
        .footer-section h3 {
            color: #e74c3c;
        }
        .footer-list {
            list-style-type: none;
            padding: 0;
        }
        .footer-list li {
            padding: 2px 0;
            border-bottom: 1px solid #bdc3c7;
        }
        .abstract-btn {
            background-color: #17a2b8;
            color: white;
            border: none;
            padding: 3px 6px;
            border-radius: 3px;
            cursor: pointer;
            font-size: 0.75em;
            margin-left: 5px;
            margin-top: 5px;
            display: inline-block;
            text-decoration: none;
        }
        .abstract-btn:hover {
            background-color: #138496;
        }
        .abstract-toggle {
            display: none;
        }
        .abstract-overlay {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        .abstract-toggle:checked + .abstract-btn + .abstract-overlay {
            display: block;
        }
        .abstract-overlay-content {
            background-color: white;
            margin: 5% auto;
            padding: 20px;
            border: none;
            border-radius: 8px;
            width: 80%;
            max-width: 800px;
            max-height: 80%;
            overflow-y: auto;
            box-shadow: 0 4px 20px rgba(0,0,0,0.3);
            position: relative;
        }
        .abstract-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            line-height: 1;
            text-decoration: none;
        }
        .abstract-close:hover {
            color: #000;
        }
        .abstract-content {
            background-color: #f8f9fa;
            padding: 15px;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            border-left: 3px solid #17a2b8;
            font-style: italic;
            color: #495057;
            clear: both;
            margin-top: 10px;
            line-height: 1.6;
        }
        .bibtex-toggle {
            display: none;
        }
        .bibtex-btn {
            background-color: #28a745;
            color: white;
            border: none;
            padding: 3px 6px;
            border-radius: 3px;
            cursor: pointer;
            font-size: 0.75em;
            margin-left: 5px;
            margin-top: 5px;
            display: inline-block;
            text-decoration: none;
        }
        .bibtex-btn:hover {
            background-color: #218838;
        }
        .bibtex-overlay {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        .bibtex-toggle:checked + .bibtex-btn + .bibtex-overlay {
            display: block;
        }
        .bibtex-overlay-content {
            background-color: white;
            margin: 5% auto;
            padding: 20px;
            border: none;
            border-radius: 8px;
            width: 80%;
            max-width: 800px;
            max-height: 80%;
            overflow-y: auto;
            box-shadow: 0 4px 20px rgba(0,0,0,0.3);
            position: relative;
        }
        .bibtex-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            line-height: 1;
            text-decoration: none;
        }
        .bibtex-close:hover {
            color: #000;
        }
        .bibtex-content {
            font-family: 'Courier New', monospace;
            background-color: #f8f9fa;
            padding: 15px;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            white-space: pre-wrap;
            word-break: break-all;
            clear: both;
            margin-top: 10px;
        }/* End custom CSS */