#schoolink-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.schoolink-footer {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.schoolink-footer img {
  height: 22px;
}

.schoolink-footer a {
  color: #000;
  text-decoration: underline;
}

.schoolink-footer button {
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
}

/* Garantir que o container do App tenha visibilidade */
#schoolink-app {
    width: 100%;
    min-height: 400px;
    background: #fff;
    border: 1px solid #eee;
    margin: 20px 0;
    position: relative;
    display: block !important;
}

/* Estilo para o formulário LGPD */
.schoolink-lgpd-box {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    font-family: sans-serif;
}

.schoolink-lgpd-box h3 {
    margin-top: 0;
    color: #333;
}

.schoolink-lgpd-box button {
    background: #2271b1;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.schoolink-lgpd-box button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
