#toplevel_page_clevr-bot .wp-menu-image img {
    padding: 7px 0 0 0 !important;
    width: 20px;
    height: 20px;
}

.button-danger {
    background: #dc3232 !important;
    border-color: #dc3232 !important;
    color: #fff !important;
}

.button-danger:hover,
.button-danger:focus {
    background: #c92424 !important;
    border-color: #c92424 !important;
    color: #fff !important;
}

.conversation-content {
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.message-wrapper {
    display: flex;
    margin-bottom: 15px;
}

.message-wrapper.incoming {
    justify-content: flex-start;
}

.message-wrapper.outgoing {
    justify-content: flex-end;
}

.message-content {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.incoming .message-content {
    background: #f0f0f0;
}

.outgoing .message-content {
    background: #e3f2fd;
}

.message-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.85em;
    color: #666;
}

.message-text {
    word-wrap: break-word;
}

.conversation-toggle {
    width: 100%;
    text-align: left;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
    transition: background-color 0.2s;
}

.conversation-toggle:hover {
    background: #f8f8f8;
}

.conversation-toggle::after {
    content: "\25BC";
    font-size: 12px;
    color: #666;
    transition: transform 0.2s;
}

.conversation-toggle.active::after {
    transform: rotate(180deg);
}

.chat-history-pagination {
    margin-top: 20px;
    text-align: center;
}

.chat-history-pagination .page-numbers {
    margin: 0 15px;
    line-height: 30px;
    vertical-align: middle;
}

.chat-history-pagination .button {
    vertical-align: middle;
}

.card {
    position: relative;
}

.clevr-bot-version {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #666;
    font-size: 12px;
}

.static-directories-list {
    list-style-type: disc;
    margin-left: 20px;
}

.static-directories-notes {
    list-style-type: disc;
    margin-left: 20px;
}

#clevr-bot-static-directories {
    width: 100%;
}

#upload-spinner {
    display: none;
}

#upload-spinner .spinner {
    float: none;
    margin-top: 0;
}

.clevr-bot-email-input {
    width: 100%;
    max-width: 400px;
}
