body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#chat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #f8f9fa;
}

#loading-message {
    font-size: 18px;
    color: #777;
    text-align: center;
}

/* Make Intercom widget take full screen */
.intercom-messenger-frame {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

/* Hide the Intercom launcher when messenger is open */
.intercom-launcher-frame {
    display: none !important;
}