.webnlive-ai-assistant-spinner {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #FF5733; /* Red-orange */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: webnlive-ai-assistant-spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes webnlive-ai-assistant-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#webnlive_ai_assistant_category{
	width: 397px !important;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border-radius: 4px;
}
	
.webnlive-ai-assistant-promt-box-container {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-left: 3px solid #FF5733;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}

.webnlive-ai-assistant-textarea-wrap {
	width: 100%; 
	margin-bottom: 20px; 
	padding: 10px; 
	border: 1px solid #e9e9e9;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}
	
.api-method-model-wrap{
	display: flex; 
	align-items: center; 
	gap: 20px; 
	margin-bottom: 20px;
}

.api-method-model-inner>label{
    font-weight: bold;
}
#webnlive_ai_assistant_api_method{
    width: 250px;
    margin-left: 0px;
    padding: 5px; 
    border: 1px solid #e9e9e9; 
}	
#webnlive_ai_assistant_api_model{
    width: 400px;
    margin-left: 10px; 
    padding: 5px; 
    border: 1px solid #e9e9e9;
    border-radius: 4px; 
}
.generate-content-wrapper{
    margin: 49px;
}
#webnlive-ai-assistant-loader-container{
    display: none; 
    text-align: center; 
    padding: 20px;
}
.spinner-text{
    margin-top: 10px; 
    color: #FF5733; 
    font-size: 16px; 
    font-weight: bold;
}
.webnlive-ai-assistant-preview-modal h3{
    margin-top: 0;
}
#webnlive_ai_assistant_preview_content{
    margin-bottom: 20px;
    padding: 10px; 
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
}
.webnlive_ai_assistant_copy_content{
    margin-right: 10px;
}
.title-wrapper{
    margin-top: 20px;
}
.title-wrapper>label{
    font-weight: bold;
}
.title-wrapper>input{
    width: 80%; 
    padding: 5px; 
    border: 1px solid #e9e9e9;
}
.tinymce-editor-area>label{
    font-weight: bold; 
    display: block;
    margin-bottom: 10px;
}
.webnlive-ai-assistant-featured-image>label{
    font-weight: bold; 
    display: block; 
    margin-bottom: 10px;
}
#webnlive_ai_assistant_feature_image{
    width: 100%; 
    padding: 10px;
    border: 1px solid #e9e9e9; 
    border-radius: 4px;
}
.category-post-inner{
    margin-bottom: 20px;
}
.category-post-inner>label{
    font-weight: bold;
}
#webnlive_ai_assistant_post_status{
    margin-left: 29px;
}
.post-type-select-wrap{
    margin-bottom: 20px;
}
.post-type-select-wrap>label{
    font-weight: bold;
}
#api_method{
    margin-left: 10px;
    padding: 5px; 
    border: 1px solid #e9e9e9; 
    border-radius: 4px;
}
#api_model{
   margin-left: 10px; 
   padding: 5px;
   border: 1px solid #e9e9e9;
   border-radius: 4px;
}
.advance-option-btn {
	 background-color: #FF5733; 
	 color: #fff; 
	 padding: 11px 13px; 
	 text-align: center;
	 font-size: 13px; 
	 border-radius: 50px;
	 border: none; 
	 display: inline-flex; 
	 align-items: center; 
	 justify-content: center;
	 cursor: pointer;
	 outline: 3px solid #fff;
     box-shadow: 2px 0px 20px #5DE062;
}

.dashicons-plus-alt{
    position: relative;
    top: 1px;
}
	
.webnlive-ai-assistant-preview-modal {
	 display: none; 
	 border: 1px solid #e9e9e9;
	 padding: 20px;
	 background: #fff; 
	 position: relative; 
	 max-width: 700px; 
	 margin: 50px auto;
}
	
.webnlive-ai-assistant-generate-btn{
	 padding-top: 9px; 
	 padding-bottom: 9px; 
	 background-color: #fff; 
	 border:none; 
	 border-bottom: 2px solid #FF5733; 
	 color: #000; 
	 cursor: pointer;
	 border-radius: 7px;
	 width: 100%; 
	 font-size: 16px;
	 box-shadow: 2px 0px 20px #5DE062;
}
	
.suggest-title-btn {position: relative; 
    margin-left: 10px; 
    padding: 3px 13px; 
    background-color: #fff; 
    border-radius: 5px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    cursor: pointer; 
    font-size: 16px; 
    display: inline-flex; 
    align-items: center; 
    border: 1px solid #FF5736; 
    color: #000;
	}
	
.tinymce-editor-area {
    background-color: #fff; 
    padding: 20px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    margin-top: 20px; 
    border-left: 3px solid #FF5733;
    border-top-left-radius:7px; 
    border-bottom-left-radius:7px;
}

.webnlive-ai-assistant-excerpt{
    background-color: #fff; 
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    margin-top: 20px;
    border-left: 3px solid #FF5733;
    border-top-left-radius:7px; 
    border-bottom-left-radius:7px;
}
.webnlive-ai-assistant-excerpt-label{
    font-weight: bold; 
    display: inline-flex; 
    margin-bottom: 10px;
}

.webnlive-ai-assistant-excerpt-textarea{
    width: 100%; 
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.dashicons-info{
    width: 21px;
    height: 22px;
    position: relative;
    right: -6px;
    top: -1px;
    font-size: 22px;
    color: white;
    background-color: #FF5733;
    border-radius: 50%;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.webnlive-ai-assistant-featured-image{
    background-color: #fff;
    padding: 20px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    margin-top: 20px; 
    border-left: 3px solid #FF5733;
    border-top-left-radius:7px; 
    border-bottom-left-radius:7px;
}

.category-post-ts-wrap {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    margin-top: 20px;
    border-left: 3px solid #FF5733;
    border-top-left-radius:7px;
    border-bottom-left-radius:7px;
}

.post-type-select-wrap >.post-type-select {
    margin-left:37px;
    width: 100%;
    padding: 10px;
    border: 1px solid #e9e9e9; 
    border-radius: 4px;
    border-top-left-radius:7px; 
    border-bottom-left-radius:7px;
}

.save-as-btn {
   position: relative;
   margin-top: 27px;
   padding: 11px 33px;
   background-color: #FF5733;
   color: #fff;
   border: 2px solid #FF5733;
   border-radius: 27px;
   font-size: 15px;
   font-weight: 500;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
   transition: all 0.3s ease;
   outline: 3px solid #fff;
   text-align: center;
   box-shadow: 2px 0px 20px #5DE062;
}

.webnlive-ai-assistant-preview h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.webnlive-ai-assistant-preview h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.webnlive-ai-assistant-preview h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.webnlive-ai-assistant-preview h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.webnlive-ai-assistant-preview p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}
.webnlive-ai-assistant-preview ul {
    list-style-type: disc;
    margin-left: 20px;
}
.webnlive-ai-assistant-preview li {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}
.webnlive-ai-assistant-preview em {
    font-style: italic;
}
.webnlive-ai-assistant-preview strong {
    font-weight: bold;
}
.webnlive-ai-assistant-error {
    color: red;
    margin-top: 20px;
}