:root {
    --monta-ai-purple: #9E3FFD;
    --very-light-gray: hsl(0, 0%, 90%);
}

button#chat-settings-open-modal {
    color: var(--monta-ai-purple);
}

.message-content + div button { /* action buttons (e.g., follow-up questions) */
    border: 1px dotted var(--very-light-gray);
}

div#share-thread { /* hide the option to share thread (unsupported feature) */
    display: none;
}

button:dir(rtl).bg-primary {
    /* swap margin direction for RTL */
    margin: 0 8px 0 0 !important; /* top | right | bottom | left */
}
