.webnlive-ai-button {
    width: 100%;
    background-color: #FF5733;
    color: #fff;
    font-size: 16px;
    padding: 7px;
    border-radius: 5px;
    border: none;
    box-shadow: 2px 0px 20px #5DE062;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.webnlive-ai-button .dashicons {
    position: relative;
    top: 0px;
    font-size: 20px;
    margin-left: 8px;
}

.metabox-generate-btn {
    position: relative;
    padding: 8px 10px;
    background-color: #fff;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    border: 1px solid #FF5736;
    color: #000;
    flex: 1;
    text-align:center;
}
.advance-option-btn {
    background-color: #FF5733; 
    color: #fff; 
    padding: 5px 11px; 
    text-align: center;
    font-size: 13px;
    border-radius: 50px;
    border: none; 
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1); 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; flex: 0;
    cursor: pointer;
}
.metabox-content-generator-section {
    display: none; 
    margin:11px 0px 56px 0px;
}
#webnlive_ai_assistant_api_method {
    width: 100%;
    padding: 8px; 
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
#webnlive_ai_assistant_api_model{
    width: 100%;
    padding: 8px; 
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.dashicons-plus-alt{
    position: relative;
    top: 4px;
}
.metabox-promt-box-textarea {
    width: 100%; 
    margin-bottom: 20px; 
    padding: 12px; 
    font-size: 14px; 
    border: 1px solid #e9e9e9; 
    border-radius: 4px;
}
.prompt-box-container {
    background-color: #fff; 
    padding: 20px;
    border-radius: 8px; 
    box-shadow: 2px 0px 20px #5DE062;
}

.prompt-box-container>label{
   font-weight: bold; 
   font-size: 14px;
}

.method_mode_selection{
    display: flex; 
    justify-content: space-between; 
    gap: 20px; margin-bottom: 20px;
}

.method_selection_inner{
   flex: 1;
}

.method_selection_inner>label{
    font-weight: bold; 
    display: block; 
    margin-bottom: 8px;
}
.model_selection_inner{
    flex: 1;
}
.model_selection_inner>label{
    font-weight: bold; 
    display: block; 
    margin-bottom: 8px;
}
.model_selection{
    width: 100%;
    padding: 8px; 
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.generate_content_adv_option{
    display: flex; 
    justify-content: space-between; 
    gap: 15px; 
    margin-top: 20px;
}
.advance-option-btn span{
    margin-left: 8px; 
    font-size: 15px; 
    vertical-align: middle;
}
.preview-modal-section {
    display: none; 
    border: 1px solid #e9e9e9;
    padding: 20px;
    background: #fff;
    position: relative; 
    max-width: 700px; 
    margin: 50px auto; 
    border-radius: 8px;
}
.copy-btn {
    margin-right: 10px; 
    padding: 8px 16px;
}

.insert-btn {
    padding: 8px 16px;
}

.preview-modal-section > div:last-child {
    display: flex;
    justify-content: flex-end;
    gap: 10px; 
}

.preview-content-section {
    margin-bottom: 20px; 
    padding: 10px; 
    background: #f9f9f9; 
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.preview-modal-section h3{
  margin-top: 0; 
  font-size: 18px;
  font-weight: bold;  
}
.loading-spinner{
    display: none; 
    text-align: center; 
    padding: 20px;
}
.webnlive-ai-assistant-spinner p{
    margin-top: 10px; 
    color: #FF5733; 
    font-size: 16px; 
    font-weight: bold;
}