/**
 * Lamilka Tour 0.6.16
 * Restore transfer WhatsApp notice icon beside the second line.
 * The text remains optically centered; the icon no longer occupies a row
 * between the question and answer.
 */
body.lamilka-transfers-page .lamilka-transfer__group-answer-row {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: 28px auto 28px !important;
  column-gap: 8px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  width: fit-content !important;
}

body.lamilka-transfers-page .lamilka-transfer__group-answer-row::after {
  content: "" !important;
  display: block !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  height: 24px !important;
  width: 28px !important;
}

body.lamilka-transfers-page .lamilka-transfer__group-answer-row .lamilka-message-bubble-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  margin: 0 !important;
}

body.lamilka-transfers-page .lamilka-transfer__group-answer {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 380px) {
  body.lamilka-transfers-page .lamilka-transfer__group-answer-row {
    grid-template-columns: 24px auto 24px !important;
    column-gap: 6px !important;
  }

  body.lamilka-transfers-page .lamilka-transfer__group-answer-row::after {
    height: 20px !important;
    width: 24px !important;
  }
}
