.afp-fastpass-toggle {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(15, 23, 42, 0.06);
  font-size: 0.875rem;
  line-height: 1.4;
}

.afp-fastpass-toggle label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.afp-fastpass-toggle input[type="checkbox"] {
  margin: 0;
}

.afp-fastpass-label {
  font-weight: 600;
}

.afp-fastpass-price {
  margin-left: auto;
  font-weight: 600;
  white-space: nowrap;
}

.afp-fastpass-desc {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  opacity: 0.85;
}
.afp-fastpass-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(34, 197, 94, 0.08);
  color: #16a34a;
}

.afp-fastpass-badge-desc {
  margin-left: 0.4rem;
  opacity: 0.85;
  font-weight: 400;
}
