/* Cookpit System — V11.64 Access Control Base */
.access-blocked-box{
  margin-top:14px;
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  color:var(--text,#fff);
}
.access-blocked-title{
  font-weight:900;
  font-size:18px;
  margin-bottom:8px;
}
.access-blocked-message{
  color:var(--muted,#999);
  line-height:1.45;
  margin-bottom:12px;
}
.access-blocked-meta{
  color:var(--muted,#999);
  font-size:12px;
  line-height:1.35;
  margin-bottom:12px;
  overflow-wrap:anywhere;
}
@media(max-width:760px){
  .access-blocked-box{border-radius:20px;padding:14px}
}
