.plant_passport {
  display: flex;
  min-width: 100%;
  padding: 13px;
  background-color: #d3dfff66;
  border-radius: 8px;
  flex-direction: column;
  border-bottom: 1px solid #dce2e1;
}

.plant_passport__flag {
  min-width: 44px;
  height: 74px;
  background-color: #1e1a81;
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.plant_passport__flag svg {
  fill: #f8df39;
}

.plant_passport__title {
  color: #3e4746;
  margin-bottom: 6px;
  font-weight: 500;
  min-width: 100%;
}

.plant_passport__table td {
 padding: 3px;
}
.plant_passport__table tr:first-child > td {
  border-bottom: 1px solid #dbe1e0;

}
.plant_passport__table  td:first-child {
  border-right: 1px solid #dbe1e0;
}
.plant_passport__table {
  min-width: calc(100% - 75px);
  font-size: 14px;
}

.plant_passport__content {
  min-width: 100%;
  display: flex;
}