/* Keep the AI assistant on the right, opposite the WhatsApp launcher. */
.agent-widget {
    left: auto;
    right: 25px;
    bottom: 25px;
}

.agent-widget:not(.is-maximized) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.agent-widget:not(.is-maximized) .agent-widget-panel {
    width: 100%;
}

.agent-widget.is-maximized {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}

@media (max-width: 575px) {
    .agent-widget {
        left: auto;
        right: .75rem;
        bottom: calc(.75rem + env(safe-area-inset-bottom));
    }

    .agent-widget.is-maximized {
        left: .5rem;
        right: .5rem;
    }
}
