.flyer-unavail-box {
  max-width: 560px;
  background: #04182f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 3rem 2.5rem;
}

.flyer-unavail-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 136, 229, 0.14);
  color: #1e88e5;
  margin-bottom: 1.5rem;
}

.flyer-unavail-box h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.flyer-unavail-box p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.flyer-unavail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.flyer-unavail-secondary {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline !important;
}
.flyer-unavail-secondary:hover { color: #fff !important; }
