/* Problem-specific content styles; the worksheet shell lives in /site-src/worksheet.css. */
[data-problem-id="16"] .packet-illustration {
  margin: 0.1in 0 0.12in;
}

[data-problem-id="16"] .packet-illustration img {
  width: 100%;
  height: 1.55in;
  object-fit: cover;
  object-position: center 56%;
  border: 2px solid #4d89a1;
  border-radius: 0.11in;
  box-shadow: 0 0.04in 0.12in rgb(24 49 79 / 16%);
}
