.espamilka-feedback {
  align-items: start;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 246, 238, 0.94), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(255, 248, 248, 0.9));
  border: 1px solid rgba(91, 0, 14, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(63, 0, 7, 0.08);
  color: #06142d;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  margin: 5px auto;
  width: calc(100vw - 10%);
  padding: 22px;
}

.espamilka-feedback,
.espamilka-feedback * {
  box-sizing: border-box;
}

.espamilka-feedback__copy p {
  color: #3f0007;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 6px;
}

.espamilka-feedback__copy span {
  color: #64748b;
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.espamilka-feedback__form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr);
}

.espamilka-feedback__form label {
  display: grid;
  gap: 6px;
}

.espamilka-feedback__form label span {
  color: #3f0007;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.espamilka-feedback__form textarea,
.espamilka-feedback__form input[type="email"] {
  background: #fff;
  border: 1px solid rgba(91, 0, 14, 0.12);
  border-radius: 16px;
  color: #06142d;
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.espamilka-feedback__form textarea:focus,
.espamilka-feedback__form input[type="email"]:focus {
  border-color: rgba(160, 24, 39, 0.42);
  box-shadow: 0 0 0 4px rgba(160, 24, 39, 0.1);
  outline: 0;
}

.espamilka-feedback__footer {
  align-items: center;
  display: flex;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.espamilka-feedback__footer button {
  background: linear-gradient(135deg, #7f0618, #4b0008);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 11px 20px;
}

.espamilka-feedback__footer button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.espamilka-feedback__footer button:hover,
.espamilka-feedback__footer button:focus-visible {
  background: linear-gradient(135deg, #9f1230, #5b000e);
  box-shadow: 0 12px 26px rgba(91, 0, 14, 0.18);
  outline: 0;
}

.espamilka-feedback__footer small {
  color: #64748b;
  font-weight: 700;
  min-height: 1.3em;
}

.espamilka-feedback__footer small.is-success {
  color: #7f0618;
}

.espamilka-feedback__footer small.is-error {
  color: #b91c1c;
}

.espamilka-feedback__trap {
  height: 1px !important;
  left: -9999px !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.espamilka-feedback.is-sent .espamilka-feedback__form label {
  opacity: 0.58;
}

@media (max-width: 820px) {
  .espamilka-feedback,
  .espamilka-feedback__form {
    grid-template-columns: 1fr;
  }

  .espamilka-feedback__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .espamilka-feedback__footer button {
    width: 100%;
  }
}
