div.region-content {
  max-width: 1674px;
  margin: auto;
}

a {
  color: black;
  text-decoration: none;
  transition: 0.5s ease;
}

a:hover {
  color: #249424;
  text-decoration: none;
}

article.researcher.card {
  h3 {
    font-size: 16px;
    margin: 16px 20px;
    /* border: 1px solid red; */
    a {
      color: black;
      text-decoration: none;
      transition: 0.5s ease;
    }

    a:hover {
      color: #249424;
      text-decoration: none;
    }
  }
}

.department-2col {
  display: flex;
  flex-direction: column;
}

.field--name-body {
  margin-top: 26px;
  font-size: 17px;
  line-height: 200%;
  font-weight: 400;
}

.field--name-field-head-researcher {
  font-size: 17px;
  line-height: 150%;
  font-weight: 400;

  h3 {
    font-size: 17px;
    line-height: 150%;
    font-weight: 700;
    margin: 26px 0 0 0;
  }

  .field--name-field-research-group {
    margin: 25px 0;
    .field--label {
      font-size: 17px;
      line-height: 150%;
      font-weight: 400;
    }

    a {
      color: black;
      text-decoration: underline;
    }

    a:hover {
      color: #249424;
      text-decoration: none;
    }
  }
}

.no-head-researcher {
  max-width: 1100px;
  margin: auto;
}

article.department.full {
  a {
    color: black;
    text-decoration: underline;
  }

  a:hover {
    color: #249424;
    text-decoration: none;
  }
}

.department-team{

  margin-bottom: 40px;
  .field--label{
    padding-bottom: 16px;
  }
}

article.researcher.department-team {
  /* border:1px solid red; */

  /* .field--name-field-image{
    width:296px;
    height:296px;
    background-color: #aaaaaa;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    img{

    }
  } */

  h3{
    a{
      color: black;
      text-decoration: none;
      transition: 0.5s ease;
    }
    a:hover{
      color: #249424;
      text-decoration: none;
    }
  }

  .card-content {
    margin: 16px 14px;
    font-size: 17.5px;
    line-height: 175%;
    /* overflow: hidden;

    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto; */
    max-width: 100%;
}

}

@media (min-width: 1025px) {
  div.highlighted {
    margin-bottom: 48px;
  }

  .department-2col {
    flex-direction: row;
    column-gap: 32px;

    .department-left {
      min-width: 610px;
    }

    .department-left-narrow {
      min-width: 350px;
    }
  }

  .views-view-responsive-grid {
    row-gap: 75px;
  }

  section#block-migal-2025-views-block-department-research-group-block-1 {
    h2 {
      text-align: left;
      margin-top: 85px;
      margin-bottom: 23px;

      font-size: 24px;
      line-height: 150%;
      font-weight: 700;
    }
  }
}
