/* embed.css — Estilos da ponte de integração com o Chatwoot (host) */

.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: inherit;
}

#menu-item {
  cursor: pointer;
}

#app-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgb(var(--background-color, var(--lv-background-color)));
  display: none;
}

#app-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
