.assistant-turn {
  position: relative;
}

.assistant-turn > .message {
  padding-right: 42px;
}

.turn-menu-button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 7px;
  border: 0;
  background: transparent;
  color: #5f5b56;
  font: 16px/1 ui-monospace, monospace;
}

.turn-menu-button:hover,
.turn-menu-button:focus-visible {
  color: #c7b9aa;
}

.turn-menu {
  position: absolute;
  top: 34px;
  right: 8px;
  z-index: 8;
  width: 166px;
  padding: 5px;
  border: 1px solid #493c36;
  border-radius: 6px;
  background: #141311;
  box-shadow: 0 14px 38px rgba(0,0,0,.45);
}

.turn-menu button {
  width: 100%;
  display: block;
  padding: 9px 10px;
  border: 0;
  background: transparent;
  color: #c9c1b8;
  text-align: left;
  font-size: 12px;
}

.turn-menu button:hover,
.turn-menu button:focus-visible {
  background: #29221f;
  color: #f0e7dc;
}

.turn-menu button.danger {
  color: #bb8176;
}

@media (max-width: 600px) {
  .turn-menu {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    padding: 7px;
  }

  .turn-menu button {
    min-height: 43px;
    font-size: 14px;
  }
}
