
/* =========================
   SPpopup Blue Theme
   Student Project Popup
   (Provided by tutor)
   ========================= */

#purecookiepopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1e40af;
  color: #ffffff;
  z-index: 9999;
  padding: 1rem;
  box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
  font-family: Arial, Helvetica, sans-serif;
}

#purecookiepopup p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

#purecookiepopup a {
  color: #bfdbfe;
  text-decoration: underline;
}

#purecookiepopup button {
  background: #ffffff;
  color: #1e40af;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

#purecookiepopup button:focus {
  outline: 3px solid #93c5fd;
}
