@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@300;400;500&display=swap');

.expand_me {
  display: inline-flex;
  align-items: center;
  gap: 4px;   /* small gap between text and icon */
}

.expand_me img {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}

.taxon_row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.icon_link img {
  opacity: 0.7;
  cursor: pointer;
}

.figure-block {
  margin-bottom: 70px;
}

.figure-label {
  display: inline-block;
  background-color: #dcdcdc;      /* solid grey */
  color: #222;
  font-size: 20px;                /* larger */
  font-weight: 700;               /* bold */
  padding: 10px 18px;
  border-radius: 4px 4px 0 0;     /* attached top corners */
  margin-bottom: -1px;            /* removes gap */
}

.figure-block img {
  border: 1px solid #dcdcdc;      /* matches label */
  width: 100%;
  height: auto;
  display: block;
}

.fip-header {
  padding: 2.5rem 0 2rem 0;
  border-bottom: 1px solid #d6cfc4;
  margin-bottom: 1.75rem;
}

.fip-header h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.7rem;
  font-weight: 600;
  color: #2a3d2a;
  letter-spacing: -0.01em;
  margin: 0 0 0.25rem 0;
}

.fip-header .subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.75rem;
  color: #7a8c6e;
  margin: 0;
}

.fip-instructions {
  background: #f7f5f0;
  border-left: 3px solid #8fac7a;
  border-radius: 0 6px 6px 0;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.55rem;
  color: #4a5a40;
  line-height: 1.7;
}

.fip-instructions p {
  margin: 0.3rem 0;
}

.fip-instructions img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 2px;
}

.fip-warning {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8a6a30;
  background: #fdf8ee;
  border: 1px solid #e8d9a8;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

.fip-footer {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
  color: #888;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e8e4dc;
}

.fip-footer a {
  color: #5a7a50;
  text-decoration: none;
}

.fip-footer a:hover {
  text-decoration: underline;
}