.k14-assistant-block {
  background-color: #f3f3f3;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.k14-assistant-block textarea {
  /*width: 100%;*/
  /*height: 200px;*/
  margin-bottom: 10px;
}

.k14-assistant-block .button-container {
  text-align: right;
  margin-top: 10px;
}

.k14-assistant-block .button-container button {
  margin-left: 10px;
  background: gray;

}
.components-button:focus:not(:disabled){
  box-shadow: none;
  outline: none;
}
.resizable-textarea {
resize: vertical; /* Разрешаем изменение размера только по вертикали */
  min-height: 100px; /* Минимальная высота textarea */
  max-height: 600px; /* Максимальная высота textarea */
  height: 100%;
}

.my-custom-icon svg {
  fill: #000;
  width: 24px;
  height: 24px;
}