.cookie-notice-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  background: rgba(33, 37, 41, 0.96);
  color: #f8f9fa;
  padding: 0.75rem 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
}

.cookie-notice-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-notice-text a {
  color: #9ec5fe;
}

.auth-legal-footer {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
}

.auth-legal-footer a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.auth-legal-footer a:hover {
  text-decoration: underline;
}
