/* Le Souv Feedback : encart de retour lecteur.
   Reprend la recette card blanche de la charte (filet rouge 4px, radius 4px). */

.ls-feedback-mount { margin: 2.75rem 0 0; }

.ls-feedback {
  background: #fff;
  border: none;
  border-top: 4px solid var(--wp--preset--color--primary, #D63A3A);
  border-radius: 4px;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 4px 24px rgba(15, 20, 25, 0.06);
}

.ls-feedback__q {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--wp--preset--color--main, #0E1A2E);
}

.ls-feedback__actions {
  gap: 0.75rem;
  margin: 0;
  flex-wrap: wrap;
}

.ls-feedback__actions .wp-block-button__link {
  border-radius: 4px;
  cursor: pointer;
  min-width: 4.5rem;
  text-align: center;
}

.ls-feedback__prompt {
  display: none;
  margin: 0.9rem 0 0.35rem;
  color: var(--wp--preset--color--secondary, #4F5F77);
}

.ls-feedback__report {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
}

.ls-feedback__report a {
  color: var(--wp--preset--color--secondary, #4F5F77);
  text-underline-offset: 2px;
}

.ls-feedback__thanks {
  display: none;
  margin: 0.5rem 0 0;
  color: var(--wp--preset--color--main, #0E1A2E);
  font-weight: 600;
}

.ls-feedback__form { margin: 0.35rem 0 0; }

.ls-feedback__input {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  box-sizing: border-box;
}

.ls-feedback__email {
  width: 100%;
  max-width: 340px;
  margin-top: 0.5rem;
  margin-right: 0.9rem;
  vertical-align: middle;
  box-sizing: border-box;
}

.ls-feedback__send {
  margin-top: 0.7rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: var(--wp--preset--color--primary, #D63A3A);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.55rem 1.15rem;
  font: inherit;
  font-weight: 600;
}

.ls-feedback__send:hover { opacity: 0.92; }
.ls-feedback__send:disabled { opacity: 0.55; cursor: default; }

/* Pot de miel anti-bot : hors ecran, jamais visible. */
.ls-feedback__honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
