/*
 * NATIONAL DISCOVERY · DEVELOPMENT RIGHTS · ND-AHMAD-ALATTAR-2026-PROPRIETARY
 * Developed by Ahmad Alattar, Founder of the National Discovery Community, with his authorized ND Crew.
 * Original ND platform architecture and first-party source code are proprietary to Ahmad Alattar.
 * All rights reserved. No use or transfer is permitted without prior written authorization.
 * Third-party components remain governed by their respective licences. See DEVELOPMENT_RIGHTS.md.
 */
.journey-match-recovery {
  min-height: 44px;
  padding: 6px 8px 6px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(250, 200, 15, .28);
  border-radius: var(--nd-radius-structural);
  background: rgba(250, 200, 15, .055);
}

.journey-match-recovery > strong {
  color: #eee8da;
  font-size: .68rem;
  font-weight: 650;
}

.journey-match-recovery > span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.journey-match-recovery button {
  min-height: 44px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--nd-radius-capsule);
  background: transparent;
  color: #eee8da;
  font-size: .62rem;
  font-weight: 700;
  cursor: pointer;
}

.journey-match-recovery button:first-child {
  border-color: var(--gold);
  background: var(--gold);
  color: #090b09;
}

.journey-match-recovery button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .journey-match-home > footer.journey-match-recovery {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* END ND-AHMAD-ALATTAR-2026-PROPRIETARY */
