.fillout-card { padding-bottom: 1.5rem; }
.fillout-embed {
  width: 100%;
  min-height: 620px;
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 1rem;
}
.fillout-embed iframe {
  width: 100% !important;
  min-height: 620px;
  border: 0 !important;
}

.message-only-form { align-content: start; }
.message-form-note { padding: 1rem; border-radius: 0.75rem; background: #f6f2eb; }
.message-form-note span { color: var(--event-accent); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.message-form-note p { margin: 0.3rem 0 0; color: #74766f; font-size: 0.78rem; line-height: 1.5; }

.moderation-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(20, 30, 25, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.moderation-source div {
  display: grid;
  gap: 0.15rem;
}

.moderation-source small {
  color: #786f68;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.moderation-source strong {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1rem;
}

.source-live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #39a66f;
  box-shadow: 0 0 0 0.25rem rgba(57, 166, 111, 0.14);
}

.moderation-source span {
  color: #665f59;
  font-size: 0.86rem;
}

.source-storage-note {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(20, 30, 25, 0.12);
  border-radius: 999px;
  background: white;
  white-space: nowrap;
}

.fillout-key-form {
  width: min(360px, 100%);
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.45rem 0.6rem !important;
}
.fillout-key-form label {
  grid-column: 1 / -1;
  color: #554f4a;
  font-size: 0.72rem;
  font-weight: 800;
}
.fillout-key-form input {
  min-width: 0;
  border: 1px solid #cfc8bd;
  border-radius: 999px;
  padding: 0.68rem 0.9rem;
  background: #fff;
  outline: none;
}

@media (max-width: 680px) {
  .moderation-source {
    align-items: stretch;
    flex-direction: column;
  }

  .source-storage-note { align-self: start; }
  .fillout-key-form { width: 100%; grid-template-columns: 1fr; }
  .fillout-key-form label { grid-column: auto; }
}
