/**
 * @author Kellton Team
 * @copyright Copyright © 2024 Kellton, Inc. All rights reserved (https://www.kellton.com).
 * @package Kellton_ChatGptAI
 */

.kell_addditional_chatgptai{
    display: flex;
    justify-content: space-around;
}
.kell_addditional_chatgptai_short_desc{
    position: relative;
    top: 33px;
    display: table-caption !important;
}
button[data-index="meta_title_button"], button[data-index="meta_keywords_button"], button[data-index="meta_description_button"] {
    background: #e3e3e3;
    border-color: #adadad;
    color: #514943;
    text-shadow: none;
    position: relative;
    left: 26%;
    bottom: 24px;
}