/* ===============================
   DIZITELE – FEEDBACK FORM (EVRENSEL)
   Light + Dark uyumlu, izole
   =============================== */

.dizitele-feedback {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(125,125,125,0.25);
}

/* Teşekkür mesajı – her temada okunur */
.dizitele-feedback-success {
  margin: 18px 0;
  padding: 12px 16px;

  background: #1f2933;        /* koyu nötr */
  color: #f9fafb;             /* açık metin */

  border-left: 4px solid #22c55e;

  font-size: 14px;
  line-height: 1.45;

  border-radius: 6px;
}

/* Buton */
.dizitele-feedback-btn {
  margin-top: 8px;
}

/* Form alanları */
.dizitele-feedback-form textarea,
.dizitele-feedback-form input[type="email"] {
  width: 100%;
  margin-bottom: 12px;
  box-sizing: border-box;
}

/* Placeholder güvenliği */
.dizitele-feedback-form textarea::placeholder,
.dizitele-feedback-form input::placeholder {
  color: rgba(150,150,150,0.9);
}
