/* .title-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 75%;
  margin: auto;
} */

.title-container {
  display: flex;
  align-items: center; /* Vertically centers the image and text */
  padding-bottom: 2em;
}

.title-image {
  width: 20%;
  border-radius: 4%
  /* width: 3em; Fixed size for the image */
}

.title_div {
  /* font-size: 2rem; Font size of the text
  font-weight: bold; */
  text-align: left; /* Center the text horizontally */
  padding-left: 3em;
  /* =padding-left: 3em; Add padding to the left to make room for the image */
}

feather_name {
  font-family: "Courier New", monospace;
  color: #8C564B;
}

.finding-paragraph {
  border: 2px solid #78206E;
  background-color: #F8E7F6;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin: 2rem 0 !important;
}

.insight-paragraph {
  border: 2px solid #8C564B;
  background-color: #F1E1DB;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin: 0rem 0 !important;
}

.figure-caption {
  color: #4a4a4a;
  text-align: center !important;
  word-break: break-word;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  line-height:1.25;
  margin-top:1rem;
  /* font-size: 1.25rem; */
  /* font-weight: 400;
  line-height: 1.25; */
}

tr {
  text-align: center;
}
td {
  padding: 0;
  height: .3em;
  line-height: .3em;
  border: 1px solid #dbdbdb;
}
tr td:nth-child(1) {
  text-align: left;
}
tr.no-border td {
  border-bottom: none;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}