.recovery-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 20px 20px;
  background: #fffdf8;
  border-top: 1px solid #eadfc9;
  box-shadow: 0 12px 24px rgb(5 27 40 / 18%);
}

.recovery-mobile-menu a {
  display: block;
  padding: 12px 8px;
  color: #082031;
  text-decoration: none;
  border-bottom: 1px solid #eadfc9;
}

.recovery-faq-answer {
  display: flex;
  gap: 12px;
  padding: 0 0 20px;
  line-height: 1.8;
}

.recovery-faq-answer b { color: #b88732; }

.recovery-image-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(0 0 0 / 85%);
}

.recovery-image-overlay img {
  max-width: min(100%, 1000px);
  max-height: 86vh;
  object-fit: contain;
}

.recovery-image-overlay button {
  position: fixed;
  top: 18px;
  right: 22px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 42px;
  cursor: pointer;
}

@media (min-width: 901px) {
  .recovery-mobile-menu { display: none; }
}
