/* button Lumu AI */
#lm_summarizer .lumu-summary-btn {
  background: transparent;
  color: #4a4b4c;
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid #f98e00;
  font-size: 15px;
  cursor: pointer ;
  transition: 0.2s;
  width: 100%;
  font-size:16px;
}

#lm_summarizer .lumu-summary-btn:hover {
  background: #f98e00;
  color: white;
}

#lm_summarizer .lumu-summary-btn #Layer_1 {
  width: 75px;   /* el tamaño que quieras */
  height: auto;   /* mantiene proporción */
}


/* content summarizer and text area */
#lm_summarizer .lumu-summary-panel .lumu-summary-question-section h4{
    font-size: 18px;
    font-family: "Montserrat", Sans-serif;
}

/* text area style */
#lm_summarizer .lumu-summary-panel #lumu-summary-question {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: vertical;
}
  #lm_summarizer .lumu-summary-panel #lumu-summary-question:focus{
    border-color: #f98e00;
    box-shadow: none;
    outline: none;
  }
/* respond from chatgpt */
#lm_summarizer .lumu-summary-panel .lumu-summary-text{
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* button send */
#lm_summarizer #lumu-summary-send-question{
  width: 100%;
  background-color: #f98e00;
  color: white;
  border-radius: 3px;
}
  #lm_summarizer #lumu-summary-send-question:hover{
    background-color: #4a4b4c;
    color:white;
  }
/* titulo automatic questions */
#lm_summarizer .lumu-generated-questions .lumu_ttl_question{
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
}
.lumu-generated-questions .lumu-generated-questions-list{
  text-align: right;
}
#lm_summarizer .lumu-generated-questions .lumu-question-btn{
  font-size: 13px;
  border: 1px #f98e00 solid;
  background: transparent;
  color: #4a4b4c;
  width: auto;
  padding: 8px;
  white-space: normal;
  box-shadow: rgba(150, 150, 150, 0.11) 0px 4px 4px 0px;
  text-align: left;
}
  #lm_summarizer .lumu-generated-questions .lumu-question-btn:hover{
    background: #f98e0069;
  }

.lumu-generated-questions .lumu-suggested-q .lumu-suggested-answer{
  text-align: left;
  background: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
#lm_summarizer .lumu-generated-questions .button_disable{
	border-radius:16px;
	background-color: rgb(255, 250, 241);
	border-color: rgb(255, 250, 241);
}
  #lm_summarizer .lumu-generated-questions .button_disable:hover{
		background-color: rgb(255, 250, 241);
		border-color: rgb(255, 250, 241);
	}

/* title question textarea */
#lm_summarizer .lumu-summary-question-section .lumu_ttl_question{
  font-weight: 600;
}

.lumu-recommendation .lumu_ttl_question{
  font-size: 18px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
}
.lumu-recommendation .lumu-recommendation-inner .lumu-recommend-card{
  text-align: left;
}
  .lumu-recommendation .lumu-recommendation-inner .lumu-recommend-card:hover{
    border-color: #f98e00;
  }
.lumu-recommendation .lumu-recommendation-inner .lumu-recommend-card a{
  background: transparent;
  color: #4a4b4c;
  font-size: 14px;
  font-family: 'Montserrat';
  padding: 5px;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
  .lumu-recommendation .lumu-recommendation-inner .lumu-recommend-card a:hover{
    color: #f98e00;
  }
/* answers */
#lm_summarizer .lumu-summary-question-section .lumu-summary-answer {
  margin-bottom: 15px;
  padding: 20px;
  background: white;
  border:none;
  border-radius: 10px;
}

/* buttons AI platforms */
#lm_summarizer #lumu_external_links .lumu-question-btn {
  margin-top: 8px;
  background: transparent;
  color: #4a4b4c;
  padding: 8px 16px;
  border-radius: 30px;
  cursor: pointer;
  border: 2px solid #4a4b4c;
  font-size: 15px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
}
  #lm_summarizer #lumu_external_links .chatgpt-link{
    border-color: #78AD9F;
  }
    #lm_summarizer #lumu_external_links .chatgpt-link:hover{
      background-color: #78AD9F;
      color: white;
    }
  #lm_summarizer #lumu_external_links .claude-link{
    border-color: #D97757;
  }
    #lm_summarizer #lumu_external_links .claude-link:hover{
      background-color: #D97757;
      color: white;
    }
  #lm_summarizer #lumu_external_links .perplexity-link{
    border-color: #21B8CD;
  }
    #lm_summarizer #lumu_external_links .perplexity-link:hover{
      background-color: #21B8CD;
      color: white;
    }
  #lm_summarizer #lumu_external_links .gemini-link{
    border-color: #3A8DF8;
  }
    #lm_summarizer #lumu_external_links .gemini-link:hover{
      background-color: #3A8DF8;
      color: white;
    }


/* text loading */
.lumu-summary-loading {
  font-family: "Open Sans", Sans-serif;
  color: #666;
}
/* button copy conversation */
#lm_summarizer .lumu-external-ai .lumu-copy-conversation{
  font-size: 14px;
  background: transparent;
  border:1px #4a4b4c solid;
  color: #4a4b4c ;
  font-family: "Montserrat", Sans-serif;
  width: 100%;
}
  #lm_summarizer .lumu-external-ai .lumu-copy-conversation:hover{
    background: #4a4b4c;
    color: white;
  }
/*  */

.lumu-suggested-q-btn.is-answered {
  opacity: 0.55;
  cursor: not-allowed;
}

.lumu-suggested-q-btn.is-loading {
  opacity: 0.75;
  cursor: progress;
}

.lumu-typing { display:inline-block; font-size:13px; color:#6b7280; }
.lumu-typing .dot { display:inline-block; width:6px; text-align:center; animation:lumuDot 1.2s infinite ease-in-out; opacity:.2; }
.lumu-typing .dot:nth-child(1){animation-delay:0s;}
.lumu-typing .dot:nth-child(2){animation-delay:.2s;}
.lumu-typing .dot:nth-child(3){animation-delay:.4s;}
@keyframes lumuDot { 0%,80%,100%{transform:translateY(0);opacity:.2;} 40%{transform:translateY(-2px);opacity:1;} }
/* opcional recomendado: bloquear scroll del body cuando abre */
/* body.lumu-drawer-lock {
  overflow: hidden;
} */

