.icerik-botu-loading {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.icerik-botu-sonuc {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  white-space: pre-line; /* Satır sonlarını koru */
}

.icerik-botu-sonuc h3 {
  margin-bottom: 5px;
  color: #333;
}

.icerik-botu-sonuc img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.icerik-botu-sonuc p {
  line-height: 1.6;
}

.w-100{
  width: 100%;
}

.d-flex{
  display: flex;
}

.jc-between{
  justify-content: space-between;
}

.jc-end{
  justify-content: end;
}

.ai-center{
  align-items: center;
}

.gap-20{
  column-gap:20px;
}

.h-fit{
  height: fit-content;
}

.mt-6{
  margin-top: 6px !important;
}