/* =====================================
   GUZZLE GAME
===================================== */

.guzzle-choice {
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  margin-top: 12px;
}

.guzzle-option {
  min-width: 240px;
  min-height: 170px;
  padding: 16px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.15;
}

@media (max-width: 760px) {
  .guzzle-option {
    min-width: 200px;
    min-height: 150px;
    font-size: 20px;
  }
}
