@media (max-width: 768px) {
  .gc-ai-voice-agent-root .leftIcon {
    display: none !important;
  }

  .aiCustomContainer {
    min-width: unset !important;
  }
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.content-center {
  place-content: center;
}

@media (min-width: 768px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
