/**
.node--type-knowledge .field--name-field-media-images{
    background-color: #D1D0CE;
    padding: 0 42px 42px 42px !important;
    margin-bottom: 32px !important;
}
.node--type-knowledge .field--name-field-media-images .field--label{
	padding-top: 32px;
    font-size: 0.9em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #747474;
}
.node--type-knowledge .field--name-field-media-images .field--items{
	margin-top: 32px;
}
.node--type-knowledge .field--name-field-media-images .field--items .slick-slide{
	    margin: 0 5.33333px
}
**/
.node--type-knowledge article h2 {
  font-size: 2rem;
}

.node--type-knowledge article h3 {
  font-size: 1.6rem;
}

.exclusive-text {
    padding-bottom: 15px;
    font-weight: 500;
}

.node--type-knowledge {
  .field--name-field-taxon-authors {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 1.5625rem;
    border-radius: 10px;
  }
  .attachments-wrapper {
    margin-bottom: 20px;
    .attachments-title {
      font-size: 1.6rem;
      font-weight: bold;
      color: var(--bs-primary);
      display: block;
      margin-bottom: 10px;
    }
    .attachments {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      article {
        min-width: 280px;
        max-width: 308px;
      }
    }
  }
} 