.mger-chat-container {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin: 1rem 0;
  background-color: rgba(255, 255, 255, 0.8); /* 80% transparent background */
}

.mger-chat-container iframe {
  border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mger-chat-container {
    height: 600px !important;
  }
}

