.div__meta-building-the-deck__solved {
  align-self: center;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 1.2rem;
  margin-bottom: 40px;
  padding: 4px;
}

.div__solution__meta-building-the-deck__cell {
  align-items: center;
  border: 1px solid black;
  border-radius: 6px;
  display: flex;
  flex-flow: column nowrap;
  font-size: 0.8rem;
  justify-content: center;
}

.div__solution__meta-building-the-deck__cell__solid {
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
}

.div__solution__meta-building-the-deck__grid {
  align-self: center;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(4, 28px);
  grid-template-rows: repeat(2, 28px);
  padding: 4px;
}

.div__solution__meta-building-the-deck__grid__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.div__solution__meta-building-the-deck__image {
  align-items: center;
  align-self: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding-bottom: 24px;
  padding-top: 8px;
}

.div__solution__meta-building-the-deck__image__caption {
  font-size: 0.8rem;
  padding-top: 4px;
}

.div__solution__meta-building-the-deck__table__1 {
  min-width: 600px;
  width: 60%;

  th:nth-child(3) {
    width: 25%;
  }
}

.div__solution__meta-building-the-deck__table__2 {
  min-width: 400px;
  width: 40%;
}

.div__solution__meta-building-the-deck__table__3 {
  min-width: 400px;
  width: 40%;
}

.div__solution__meta-building-the-deck__table__4 {
  min-width: 500px;
  width: 50%;

  th:nth-child(4) {
    width: 10%;
  }
}

.div__solution__meta-building-the-deck__table__5 {
  min-width: 700px;
  width: 70%;

  th:nth-child(5) {
    width: 10%;
  }
}

.img__solution__meta-building-the-deck {
  border-radius: 8px;
  width: 200px;
}