.elementor-1784 .elementor-element.elementor-element-64adab1{margin-top:-100px;margin-bottom:0px;}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form .elementor-search-form__input,
					.elementor-widget-search-form .elementor-search-form__icon,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
					.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__submit{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );background-color:var( --e-global-color-secondary );}.elementor-1784 .elementor-element.elementor-element-6bd72b4 .elementor-search-form__container{min-height:50px;}.elementor-1784 .elementor-element.elementor-element-6bd72b4 .elementor-search-form__submit{min-width:50px;}body:not(.rtl) .elementor-1784 .elementor-element.elementor-element-6bd72b4 .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-1784 .elementor-element.elementor-element-6bd72b4 .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-1784 .elementor-element.elementor-element-6bd72b4 .elementor-search-form__input, .elementor-1784 .elementor-element.elementor-element-6bd72b4.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-1784 .elementor-element.elementor-element-6bd72b4:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{border-radius:3px;}.elementor-1784 .elementor-element.elementor-element-6bd72b4.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{border-radius:3px;}/* Start custom CSS for shortcode, class: .elementor-element-b28fe03 */.publications-archive {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.publication-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.pub-thumb img {
  width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.pub-details {
  flex: 1;
}

.pub-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.pub-title a {
  text-decoration: none;
  color: #0073aa;
}

.pub-title a:hover {
  text-decoration: underline;
}

.pub-journal {
  margin: 4px 0 12px;
  font-style: italic;
  color: #666;
  font-size: 0.95rem;
}


.pub-excerpt {
  margin: 0 0 10px;
  color: #555;
}

.pub-authors {
  margin: 0;
  font-weight: bold;
  color: #333;
}/* End custom CSS */