/* =============================================================
   lock-badges.css — FormUp & Go
   Styles pour les cadenas de restriction d'accès
   ============================================================= */

.fu-lock-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed #3a3a3a;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  margin: 0.5rem 0;
}

.fu-lock-badge--section {
  padding: 2rem;
  margin: 1rem 0;
}

.fu-lock-badge__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
}

.fu-lock-badge__text {
  color: #bfbfbf;
  font-size: 0.85rem;
  line-height: 1.4;
}

.fu-lock-badge__cta {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.4rem 1rem;
  background: #00FFFF;
  color: #0f0f0f;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  transition: opacity 0.2s;
}

.fu-lock-badge__cta:hover {
  opacity: 0.85;
}

/* Message limite historique */
.fu-history-limit-msg {
  font-size: 0.85rem;
  color: #bfbfbf;
  text-align: center;
  padding: 0.75rem;
  border-top: 1px solid #3a3a3a;
  margin-top: 1rem;
}

.fu-history-limit-msg a {
  color: #00FFFF;
  text-decoration: underline;
}
