.register-fixed {
  font-family: "Helvetica";
  background-color: #fff;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.register-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  gap: 16px;
  z-index: 999;
}

.register-btn {
  width: 60%;
  max-width: 620px;
  flex-shrink: 0;
  background-color: #ec0000;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 4px;
  transition: color 0.3s;
}

.register-btn:hover {
  text-decoration: none;
}

.mock {
  opacity: 0;
  position: static;
  pointer-events: none;
}
