.blocked-uploader-access-notice {
  align-items: center;
  background: rgba(15, 23, 42, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 3000;
}

.blocked-uploader-access-card {
  align-items: center;
  background: #fff;
  border: 1px solid #fecaca;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: 480px;
  padding: 28px;
  text-align: center;
  width: 100%;
}

.blocked-uploader-access-card > span {
  align-items: center;
  background: #fee2e2;
  border-radius: 50%;
  color: #dc2626;
  display: inline-flex;
  font-size: 25px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.blocked-uploader-access-card strong { color: #b91c1c; font-size: 21px; }
.blocked-uploader-access-card p { color: #475569; line-height: 1.55; margin: 0; }
.blocked-uploader-access-card button {
  background: #30348f;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-weight: 800;
  padding: 11px 18px;
}
