.faac-locked {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  background: #fff;
}

.faac-login-box h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.faac-login-box p {
  margin: 0 0 12px;
  font-size: 14px;
}

.faac-login-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.faac-login-box button {
  width: 100%;
  padding: 10px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.faac-login-box button:hover {
  background: #005f8d;
}

#fa-login-msg {
  margin-top: 8px;
  font-size: 13px;
}

/* Wrap protected content in a blur effect */
.protected-content {
    filter: blur(5px);
    pointer-events: none; /* prevent text selection / clicks */
    user-select: none;
}

/* Make sure login form itself is clear */
.protected-login {
    filter: none;
    pointer-events: auto;
}

.faac-blurred {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
    position: relative;
    opacity: 0.7;
}

.faac-login-box {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}

.faac-login-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.faac-login-box input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.faac-login-box button {
    width: 100%;
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.faac-login-box button:hover {
    background: #005f8a;
}
