#openChat > div > div > app-chat-input > form > div > div > label {
    font-weight: unset;
}
app-root summary {
    display:flow-root list-item
}

#chat-container chat-bot-message-item  button {
  white-space: normal;
}

#chat-container chat-bot-message-item details::details-content {
    padding-left: 20px;
}

#chat-container chat-bot-message-item a {
    color: #00305d;
}