#file-access-blocked {
  display: none;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
}

#file-access-blocked .error-card {
  background-color: #ffffff;
  border: 2px solid #00a7be;
  border-radius: 20px;
  padding: 40px 60px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#file-access-blocked h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

#file-access-blocked p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

#file-access-blocked p a {
  color: #00a7be;
  text-decoration: underline;
}

#file-access-blocked p a:hover {
  color: #008ba3;
}
