/* Qiota wall */
  .restricted-access {
	position: relative;
	width: 100%;
	background: rgba(255,255,255,0.97);
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 2rem;
	text-align: center;
	margin: 2rem 0;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  }

  /* Button */
  .restricted-access .button {
	background: #f72323;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
	display: inline-block;
	margin-top: 1rem;
  }

  .restricted-access .button:hover {
    background: #fff;
    color: #F72323;
  }
