.site-quicklinks {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(180deg, rgba(12, 24, 28, 0.45), rgba(6, 8, 13, 0.92));
  font-size: 0.78rem;
}

.site-quicklinks p {
  margin: 0 0 0.45rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d4af37;
}

.site-quicklinks a {
  color: #5eead4;
  font-weight: 700;
  text-decoration: none;
}

.site-quicklinks a:hover {
  color: #fef3c7;
  text-decoration: underline;
}

.site-quicklinks .sep {
  margin: 0 0.4rem;
  opacity: 0.55;
}

.qf-bulletin-strip {
  margin: 0;
  padding: 0.85rem 1.25rem;
  text-align: center;
  background: linear-gradient(90deg, #0c181c, #06080d);
  border-top: 1px solid rgba(212, 175, 55, 0.45);
}

.qf-bulletin-strip a {
  color: #5eead4;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  font-size: 0.82rem;
}

.qf-bulletin-strip a:hover {
  color: #fef3c7;
  text-decoration: underline;
}
