/* Propose screen — success cassette accent only (not form chrome). */

.propose-escape {
  margin-top: 1.25rem;
  text-align: center;
}

.propose-escape a {
  color: inherit;
  font-weight: 600;
  text-underline-offset: 2px;
}

.propose-ok.is-cassette {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #1a6b4a;
  font-weight: 500;
}

.propose-ok.is-cassette::before {
  content: '';
  flex-shrink: 0;
  width: 1.1rem;
  height: 0.85rem;
  margin-top: 0.2rem;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  background:
    linear-gradient(currentColor, currentColor) center / 1.5px 55% no-repeat,
    transparent;
  opacity: 0.85;
  /* Minimal “cassette / record” mark on success only */
  box-shadow: inset 0 0 0 1px rgba(26, 107, 74, 0.15);
}
