/* image popups */
#popupimg {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
}
.popupimg-class {
  max-width: 85%;
  max-height: 85%;
}
/* The Close Button */
.popupimg-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #f1f1f1;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}
.popupimg-close:hover,
.popupimg-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* user account */
ul.undecorated {
    margin-inline-start: 0;
    list-style-type: none;
}

.text-content table {
  font-size: 100% !important;
}
.text-content table td {
  padding-inline-end: var(--sp3) !important;
}

#user-login-form .actions-suffix {
  display: none;
}

@media (min-width: 43.75rem) {
  .view-scientific-articles > .view-filters,
  .view-scientific-articles > .view-header,
  .view-faqsview > .view-filters,
  .view-faqsview > .view-header {
    margin-block-end: var(--sp1);
  }
}

.block-views-blockshowcases-slides-block-1 {
  padding-top: var(--sp2);
}
.showcases-slider-column-left img {
  width: auto;
  height: 350px;
}

form.user-form .filter-wrapper {
  display: none;
}

.view-news .views-field-body {
  text-align: justify;
}

/*
.blog-row {
  display: flex;
  border: 2px solid lightgrey;
  margin-bottom: 20px;
}
.blog-row .views-field-field-blog-gallery-image,
.blog-row .views-field-body {
  flex: 1;
}
.blog-row .views-field-field-blog-gallery-image {
}
.blog-row .views-field-body {
  margin: 10px 20px 10px 10px;
}
  */

.blog-row,
.blog-row-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 2px solid lightgrey;
  margin-bottom: 20px;
}
.blog-row-slider {
  margin-bottom: 0;
  border: none;  
}
.blog-row-slider .views-field-field-blog-gallery-image,
.blog-row .views-field-field-blog-gallery-image {
  flex: 1;
}
.blog-row-slider .views-field-body,
.blog-row .views-field-body {
  flex: 1;
  margin: 0 20px 10px 10px;
}

@media screen and (max-width: 500px) {
  .blog-row {
    flex-direction: column;
  }
}

.blog-entry-title {
  margin-top: 0;
}